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

build(deps): bump the dependencies group across 1 directory with 7 updates #1739

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the dependencies group with 7 updates in the / directory:

Package From To
@eslint/js 9.9.1 9.12.0
@stylistic/eslint-plugin 2.7.2 2.9.0
eslint-plugin-import-x 4.2.0 4.3.1
eslint-plugin-react 7.35.2 7.37.1
eslint-plugin-storybook 0.8.0 0.9.0
globals 15.9.0 15.11.0
typescript-eslint 8.4.0 8.8.1

Updates @eslint/js from 9.9.1 to 9.12.0

Release notes

Sourced from @​eslint/js's releases.

v9.12.0

Features

  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)

Bug Fixes

  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)

Documentation

  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)

Chores

  • 555aafd chore: upgrade to @eslint/[email protected] (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)

v9.11.1

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)

Chores

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)

v9.11.0

Features

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.12.0 - October 4, 2024

  • 555aafd chore: upgrade to @eslint/[email protected] (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)

v9.11.1 - September 23, 2024

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

v9.11.0 - September 20, 2024

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)

... (truncated)

Commits
  • 873ae60 chore: package.json update for @​eslint/js release
  • 36d8095 chore: package.json update for @​eslint/js release
  • a10f90a chore: package.json update for @​eslint/js release
  • 1ebdde1 chore: package.json update for @​eslint/js release
  • See full diff in compare view

Updates @stylistic/eslint-plugin from 2.7.2 to 2.9.0

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v2.9.0

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

v2.8.0

2.8.0 (2024-09-09)

Features

  • indent: indention inside TemplateLiteral always start at level one (#528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)

Bug Fixes

  • indent-binary-ops: improve nested handling, close #530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#535) (b89ae5e)

Documentation

Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

2.8.0 (2024-09-09)

Features

  • indent: indention inside TemplateLiteral always start at level one (#528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)

Bug Fixes

  • indent-binary-ops: improve nested handling, close #530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#535) (b89ae5e)

Documentation

Commits
  • 40ba040 chore: release v2.9.0 (main) (#536)
  • 049c20e feat(curly-newline): add new rule (#548)
  • ae09edd feat(jsx/jsx-closing-tag-location): add location option to customize indentat...
  • 7e3a0d3 fix(quotes): only when allowTemplateLiterals set, allow template literals to ...
  • 9130c94 feat: Improve indent in template literals (#553)
  • ff69053 chore: sort imports
  • e9087d3 test: cross test merged rules (rest) (#529)
  • 91a18e7 feat: add indent option tabLength to customize config (#538)
  • 5b045e5 chore: release v2.8.0 (main) (#533)
  • 58f0fe2 chore: lint
  • Additional commits viewable in compare view

Updates eslint-plugin-import-x from 4.2.0 to 4.3.1

Release notes

Sourced from eslint-plugin-import-x's releases.

v4.3.1

Patch Changes

  • #162 38d0081 Thanks @​AaronMoat! - Fix issue where no-duplicates rule with prefer-inline incorrectly marks default type and named type imports as duplicates

v4.3.0

Minor Changes

v4.2.1

Patch Changes

Changelog

Sourced from eslint-plugin-import-x's changelog.

4.3.1

Patch Changes

  • #162 38d0081 Thanks @​AaronMoat! - Fix issue where no-duplicates rule with prefer-inline incorrectly marks default type and named type imports as duplicates

4.3.0

Minor Changes

4.2.1

Patch Changes

Commits
  • 0bac033 chore: release eslint-plugin-import-x (#165)
  • 3811c79 perf(utils): faster ImportDeclaration detect (#163)
  • 38d0081 Fix incorrect no-duplicates prefer-inline default type import handling (#162)
  • b43350c chore: release eslint-plugin-import-x (#161)
  • 4da5388 feat: add support for using resolver object directly in settings (#159)
  • ab65566 docs(README): fix typo (#154)
  • 967e32f chore: release eslint-plugin-import-x (#149)
  • eca73ed fix(no-unused-modules): default src to [process.cwd()] (#147)
  • d228129 fix: backports upstream changes (#148)
  • See full diff in compare view

Updates eslint-plugin-react from 7.35.2 to 7.37.1

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.1

Fixed

Changed

#3834: jsx-eslint/eslint-plugin-react#3834 #3836: jsx-eslint/eslint-plugin-react#3836

v7.37.0

Added

Changed

#3805: jsx-eslint/eslint-plugin-react#3805 #3824: jsx-eslint/eslint-plugin-react#3824 #3826: jsx-eslint/eslint-plugin-react#3826 #3830: jsx-eslint/eslint-plugin-react#3830 #3831: jsx-eslint/eslint-plugin-react#3831 [forbid-component-props]: docs/rules/forbid-component-props.md [no-unescaped-entities]: docs/rules/no-unescaped-entities.md [no-unstable-nested-components]: docs/rules/no-unstable-nested-components.md

v7.36.1

Fixed

#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821

v7.36.0

Added

Fixed

  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#3629[] @​HenryBrown0)
  • JSX pragma: fail gracefully (#3632[] @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#3799[] @​ljharb)

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

[7.37.1] - 2024.10.01

Fixed

Changed

#3836: jsx-eslint/eslint-plugin-react#3836 #3834: jsx-eslint/eslint-plugin-react#3834

[7.37.0] - 2024.09.26

Added

Changed

#3831: jsx-eslint/eslint-plugin-react#3831 #3830: jsx-eslint/eslint-plugin-react#3830 #3826: jsx-eslint/eslint-plugin-react#3826 #3824: jsx-eslint/eslint-plugin-react#3824 #3805: jsx-eslint/eslint-plugin-react#3805

7.36.1 - 2024.09.12

Fixed

#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821

[7.36.0] - 2024.09.12

Added

Fixed

  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#3629[] @​HenryBrown0)
  • JSX pragma: fail gracefully (#3632[] @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#3799[] @​ljharb)

... (truncated)

Commits
  • ae6fb8d Update CHANGELOG and bump version
  • 63e0b49 [meta] do not npmignore d.ts files
  • 1f95a24 [readme] Fix shared settings link
  • ec27e20 Update CHANGELOG and bump version
  • 0cc5b7a [meta] fix release workflow
  • 744135b [readme] flat config example for react 17+
  • a1273d5 [New] no-unstable-nested-components: add propNamePattern to support custo...
  • 3073214 [New] forbid-component-props: add allowedForPatterns/`disallowedForPatter...
  • 95297ed [New] no-unescaped-entities: add suggestions
  • 7f3ac1b [New] add type generation
  • Additional commits viewable in compare view

Updates eslint-plugin-storybook from 0.8.0 to 0.9.0

Release notes

Sourced from eslint-plugin-storybook's releases.

v0.9.0

🚀 Enhancement

🐛 Bug Fix

Authors: 3

Changelog

Sourced from eslint-plugin-storybook's changelog.

v0.9.0 (Thu Sep 26 2024)

🚀 Enhancement

🐛 Bug Fix

Authors: 3


Commits
  • d5a9ce1 Bump version to: 0.9.0 [skip ci]
  • 01c5309 Update CHANGELOG.md [skip ci]
  • ecbb48e Merge pull request #165 from storybookjs/yann/fix-storybook-jest-rule
  • 991522a fix release
  • 4f1306c use-storybook-expect: remove auto fix suggestion
  • eef5e25 Merge pull request #147 from yinm/tweak-scaffolding
  • bd1b02e Merge pull request #130 from hoonweiting/readme-links
  • abb5099 Merge branch 'main' into readme-links
  • e7d0349 Merge branch 'main' into readme-links
  • 92c7427 Update docs/rules/default-exports.md
  • Additional commits viewable in compare view

Updates globals from 15.9.0 to 15.11.0

Release notes

Sourced from globals's releases.

v15.11.0

  • Add es3 globals (#267) 6784dc1

sindresorhus/globals@v15.10.0...v15.11.0

v15.10.0

  • Update globals (#264) 3cbce2d

sindresorhus/globals@v15.9.0...v15.10.0

Commits

Updates typescript-eslint from 8.4.0 to 8.8.1

Release notes

Sourced from typescript-eslint's releases.

v8.8.1

8.8.1 (2024-10-07)

🩹 Fixes

@dependabot dependabot bot requested a review from a team as a code owner October 14, 2024 09:29
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 14, 2024
Copy link

changeset-bot bot commented Oct 14, 2024

⚠️ No Changeset found

Latest commit: 19d2df7

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.

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

@github-actions github-actions bot added 📦 npm Affects a @guardian package on NPM @guardian/eslint-config labels Oct 14, 2024
Copy link
Contributor

Tip

Once this PR is ready to go, add the run_chromatic label to run the Chromatic tests.

This saves us a lot of money by not running the tests before we need them.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-fbb4263726 branch from 32ce4eb to 7a220da Compare October 14, 2024 09:54
…dates

Bumps the dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.12.0` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.7.2` | `2.9.0` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.2.0` | `4.3.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.2` | `7.37.1` |
| [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.8.0` | `0.9.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.9.0` | `15.11.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.4.0` | `8.8.1` |



Updates `@eslint/js` from 9.9.1 to 9.12.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.12.0/packages/js)

Updates `@stylistic/eslint-plugin` from 2.7.2 to 2.9.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.9.0/packages/eslint-plugin)

Updates `eslint-plugin-import-x` from 4.2.0 to 4.3.1
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.2.0...v4.3.1)

Updates `eslint-plugin-react` from 7.35.2 to 7.37.1
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.35.2...v7.37.1)

Updates `eslint-plugin-storybook` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md)
- [Commits](storybookjs/eslint-plugin-storybook@v0.8.0...v0.9.0)

Updates `globals` from 15.9.0 to 15.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v15.11.0)

Updates `typescript-eslint` from 8.4.0 to 8.8.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@stylistic/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-import-x
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-storybook
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: globals
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-fbb4263726 branch from 7a220da to 19d2df7 Compare October 14, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies @guardian/eslint-config javascript Pull requests that update Javascript code 📦 npm Affects a @guardian package on NPM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants