Skip to content

⬆️ (deps) lint 📏 [skip ci] (major) #2156

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest 28.14.0 -> 29.0.1 age adoption passing confidence
eslint-plugin-storybook (source) 0.12.0 -> 9.0.12 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v29.0.1

Compare Source

Bug Fixes
  • update semantic-release config so new v29 major is marked as latest on npm (#​1772) (531c8ba)

v29.0.0

Compare Source

Bug Fixes
  • remove jest/no-alias-methods from styles config (df3b8cd)
  • update semantic-release config so new v29 major is marked as latest on npm (#​1772) (531c8ba)
Features
  • drop support for [@typescript-eslint](https://redirect.github.com/typescript-eslint) v6 (fbf49a0)
  • drop support for [@typescript-eslint](https://redirect.github.com/typescript-eslint) v7 (d77ac46)
  • drop support for ESLint v7 (60e26c2)
  • drop support for ESLint v8.x prior to v8.57.0 (854cef4)
  • drop support for Node v16 (8000c3d)
  • drop support for Node v18 (f442a2a)
  • drop support for Node v20.x prior to v20.12.0 (83c130b)
  • drop support for Node v21 (e6d5a25)
  • drop support for Node v23 (d7fe2d4)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (1d53075)
BREAKING CHANGES
  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in
    the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16
storybookjs/storybook (eslint-plugin-storybook)

v9.0.12

Compare Source

v9.0.11

Compare Source

v9.0.10

Compare Source

v9.0.9

Compare Source

v9.0.8

Compare Source

[!NOTE]
Version 9.0.7 was skipped because of a bad release of eslint-plugin-storybook.

v9.0.7

Compare Source

v9.0.6

Compare Source

v9.0.5

Compare Source

v9.0.4

Compare Source

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

Storybook 9.0 is here

This is a huge release focused on testing and bundle size.

  • Component testing
    • 👆 Interactions
    • ♿️ Accessibility
    • 👁️ Visual changes
    • 🛡️ Coverage
  • 🪶 48% lighter bundle
  • 🏷️ Tags-based organization
  • 🌐 Story globals
  • 🏗️ Major upgrades: Svelte, Next, React Native, Angular

Please checkout our Migration guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 9.0, you can refer to the 9.0 prerelease changelogs

List of all updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

@renovate renovate bot requested a review from JeromeFitz May 28, 2025 13:36
@renovate renovate bot force-pushed the deps/major-lint branch from e9fcefb to 5cea67f Compare May 30, 2025 04:36
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.0 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.1 🧨 [skip ci] May 30, 2025
@renovate renovate bot force-pushed the deps/major-lint branch 2 times, most recently from a245aaa to 58d2fe0 Compare May 31, 2025 13:09
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.1 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.2 🧨 [skip ci] May 31, 2025
@renovate renovate bot force-pushed the deps/major-lint branch from 58d2fe0 to dfb5778 Compare June 1, 2025 01:22
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.2 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.3 🧨 [skip ci] Jun 1, 2025
@renovate renovate bot force-pushed the deps/major-lint branch from dfb5778 to 8de6c42 Compare June 1, 2025 22:04
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.3 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.4 🧨 [skip ci] Jun 1, 2025
@renovate renovate bot force-pushed the deps/major-lint branch 5 times, most recently from cbafa09 to 894c046 Compare June 5, 2025 13:37
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.4 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.5 🧨 [skip ci] Jun 5, 2025
@renovate renovate bot force-pushed the deps/major-lint branch from 894c046 to df44eb3 Compare June 7, 2025 08:29
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.5 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.6 🧨 [skip ci] Jun 7, 2025
@JeromeFitz JeromeFitz added the 🗓️ DNM: Awaiting Scheduling Please review, hold on merging. label Jun 8, 2025
@renovate renovate bot force-pushed the deps/major-lint branch 2 times, most recently from 0a7c306 to 5588bd7 Compare June 10, 2025 07:12
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.6 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.7 🧨 [skip ci] Jun 10, 2025
@renovate renovate bot force-pushed the deps/major-lint branch 2 times, most recently from aeefa1d to c0cc882 Compare June 10, 2025 15:47
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.7 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.8 🧨 [skip ci] Jun 10, 2025
@renovate renovate bot force-pushed the deps/major-lint branch from c0cc882 to 4d339bd Compare June 12, 2025 16:49
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.8 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.9 🧨 [skip ci] Jun 12, 2025
@renovate renovate bot force-pushed the deps/major-lint branch 2 times, most recently from 459dd6b to a4bd9cb Compare June 15, 2025 12:48
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.9 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.10 🧨 [skip ci] Jun 15, 2025
@renovate renovate bot force-pushed the deps/major-lint branch from a4bd9cb to 447562d Compare June 17, 2025 11:32
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.10 🧨 [skip ci] ⬆️ (deps) eslint-plugin-storybook@9.0.11 🧨 [skip ci] Jun 17, 2025
@renovate renovate bot force-pushed the deps/major-lint branch from 447562d to 25654ff Compare June 18, 2025 16:16
@renovate renovate bot changed the title ⬆️ (deps) eslint-plugin-storybook@9.0.11 🧨 [skip ci] ⬆️ (deps) lint 📏 [skip ci] (major) Jun 18, 2025
@renovate renovate bot force-pushed the deps/major-lint branch from 25654ff to 1c06213 Compare June 18, 2025 22:38
@renovate renovate bot force-pushed the deps/major-lint branch from 1c06213 to 1b7b810 Compare June 19, 2025 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗓️ DNM: Awaiting Scheduling Please review, hold on merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant