Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all devdependencies #135

Merged
merged 1 commit into from
Sep 21, 2024
Merged

chore(deps): update all devdependencies #135

merged 1 commit into from
Sep 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-docs (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@storybook/addon-essentials (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@storybook/addon-interactions (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@storybook/addon-links (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@storybook/blocks (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@storybook/react (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@storybook/react-vite (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@storybook/test (source) 8.2.9 -> 8.3.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.5.0 -> 8.6.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.5.0 -> 8.6.0 age adoption passing confidence
storybook (source) 8.2.9 -> 8.3.2 age adoption passing confidence
tsup (source) 8.2.4 -> 8.3.0 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-docs)

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
List of all updates
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes
  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.6.0

Compare Source

egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features
vitest-dev/vitest (vitest)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Sep 14, 2024

⚠️ No Changeset found

Latest commit: 9b661c3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Sep 14, 2024

Deploy Preview for graphql-testing-library canceled.

Name Link
🔨 Latest commit 9b661c3
🔍 Latest deploy log https://app.netlify.com/sites/graphql-testing-library/deploys/66ee7b47908fcc0008db04e8

@renovate renovate bot force-pushed the renovate/all-dev branch from 2f2aadf to 9b661c3 Compare September 21, 2024 07:52
@renovate renovate bot enabled auto-merge (squash) September 21, 2024 07:52
@renovate renovate bot merged commit f3f0894 into main Sep 21, 2024
9 of 12 checks passed
@renovate renovate bot deleted the renovate/all-dev branch September 21, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants