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 eslint group with 4 updates #1157

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps the eslint group with 4 updates: @nx/eslint-plugin, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and @nx/eslint.

Updates @nx/eslint-plugin from 17.2.5 to 18.0.2

Release notes

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

18.0.2 (2024-02-05)

🩹 Fixes

  • angular: fix wrong trailing comma in mf bootstrap code generation (#21600)
  • angular: support inferred cypress targets in setup-mf generator (#21619)
  • core: pass the full resolved path of ts-node/esm when reloading the CLI (#21607)
  • core: remove logic to reload process with esm loader for Node 18 (#21623)
  • core: prevent target defaults from being discarded during merge process (#21624)
  • misc: handle workspaces if no plugin selected in nx init and only generate files after prompts (#21606)
  • nextjs: move next/constants from top-level import to when it is needed (#21612)
  • nextjs: Enable next e2e test (#21625)
  • node: Broken E2E tests (#21569)
  • nx-dev: redirect core-features page (#21616)
  • webpack: require ForkTsCheckerWebpackPlugin only as required (#21629)

❤️ Thank You

18.0.1 (2024-02-04)

🩹 Fixes

  • core: nx cloud prompt during migrate doesn't skip connection (#21588)

❤️ Thank You

  • Philip Fulcher

18.0.0 (2024-02-03)

Nx 18 introduces Project Crystal 💎, a significant shift towards making Nx more transparent and easy to understand! Learn more here!. This is now enabled by default where avaialble and is the reason why we decided to mark it as a major version.

Note: Though this is a major version, there are no removals of previous deprecations. Any deprecations which were previously scheduled for Nx 18 are now scheduled for Nx 19 which will still be coming out around April 2024.

🚀 Features

  • angular: add generator to convert targets to use the esbuild-based application executor (#21333)
  • core: don't clear NX_BASE or NX_HEAD (#20125)
  • core: log to guide users to show details after project generation (#21350)
  • core: improve nx connect success message (#21295)
  • core: add support for loading .ts files using ESM (#21268)
  • core: support --use-agents and --no-agents (#21472)

... (truncated)

Commits
  • a0ae902 fix(linter): prevent dep-checks leaking when used outside nx (#21404)
  • f6d2dcc feat(linter): add option for @​nx/dependency-checks to update workspace depend...
  • 857a07d fix(misc): use caret for semver version (#18140)
  • c286a6e fix(linter): restore rules to match previous @​typescript-eslint/recommended (...
  • bb3cf3a fix(linter): remove extend of @​angular-eslint/recommended--extra config (#18465)
  • 4700df6 fix(linter): update eslint plugins for @​typescript-eslint v6 naming (#21221)
  • cbcd2ec fix(linter): fix import of chalk for reporting (#21201)
  • c452a1f fix(linter): add links to docs to rules (#21199)
  • 3981c90 fix(linter): ensure angular entry point checks are correct (#20859)
  • d8beed9 fix(linter): fix workspace-rule naming with flat config (#20782)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 6.18.0 to 6.21.0

Release notes

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

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

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

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

... (truncated)

Changelog

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

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes

  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

... (truncated)

Commits
  • 289ee88 chore(release): publish 6.21.0
  • f892a72 docs(eslint-plugin): mention alternatives in no-explicit-any (#8370)
  • aa5edf7 chore(deps): update dependency prettier to v3.2.4 (#8357)
  • 1d7447f chore(eslint-plugin): [no-invalid-void-type] fix Options typing to reflect ...
  • e2b46e0 fix(eslint-plugin): [no-unnecessary-type-assertion] provide valid fixes for a...
  • 3bbb78d feat(eslint-plugin): add rule prefer-find (#8216)
  • 9883ee2 feat: export plugin metadata (#8331)
  • 69bd501 fix(eslint-plugin): [class-literal-property-style] allow getter when same key...
  • cd5dff8 chore: bump eslint versions (#8338)
  • 8d62ee6 chore: remove unnecessary eslint-disable comments (#8336)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.18.0 to 6.21.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

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

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.21.0 (2024-02-05)

🚀 Features

  • allow parserOptions.project: false

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.19.1 (2024-01-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.19.0 (2024-01-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.18.1 (2024-01-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits

Updates @nx/eslint from 17.2.5 to 18.0.2

Release notes

Sourced from @​nx/eslint's releases.

18.0.2 (2024-02-05)

🩹 Fixes

  • angular: fix wrong trailing comma in mf bootstrap code generation (#21600)
  • angular: support inferred cypress targets in setup-mf generator (#21619)
  • core: pass the full resolved path of ts-node/esm when reloading the CLI (#21607)
  • core: remove logic to reload process with esm loader for Node 18 (#21623)
  • core: prevent target defaults from being discarded during merge process (#21624)
  • misc: handle workspaces if no plugin selected in nx init and only generate files after prompts (#21606)
  • nextjs: move next/constants from top-level import to when it is needed (#21612)
  • nextjs: Enable next e2e test (#21625)
  • node: Broken E2E tests (#21569)
  • nx-dev: redirect core-features page (#21616)
  • webpack: require ForkTsCheckerWebpackPlugin only as required (#21629)

❤️ Thank You

18.0.1 (2024-02-04)

🩹 Fixes

  • core: nx cloud prompt during migrate doesn't skip connection (#21588)

❤️ Thank You

  • Philip Fulcher

18.0.0 (2024-02-03)

Nx 18 introduces Project Crystal 💎, a significant shift towards making Nx more transparent and easy to understand! Learn more here!. This is now enabled by default where avaialble and is the reason why we decided to mark it as a major version.

Note: Though this is a major version, there are no removals of previous deprecations. Any deprecations which were previously scheduled for Nx 18 are now scheduled for Nx 19 which will still be coming out around April 2024.

🚀 Features

  • angular: add generator to convert targets to use the esbuild-based application executor (#21333)
  • core: don't clear NX_BASE or NX_HEAD (#20125)
  • core: log to guide users to show details after project generation (#21350)
  • core: improve nx connect success message (#21295)
  • core: add support for loading .ts files using ESM (#21268)
  • core: support --use-agents and --no-agents (#21472)

... (truncated)

Commits
  • 35b5ca7 fix(linter): remove reportUnusedDisableDirectives for flat config (#21405)
  • 396ffc4 feat(core): enable project crystal by default (#21403)
  • ec4f7c5 feat(linter): add error and warning statistics (#18313)
  • c753838 fix(linter): ensure flat config generator works for pcv3 plugin (#21485)
  • 7ed534f fix(linter): make eslint mandatory dependency (#21406)
  • d44e7de fix(linter): make target default migrations a bit more robust (#21446)
  • a9974d3 docs(misc): change http:// to https:// (#19534)
  • 4b88f48 feat(angular): support angular 17.1.0 (#20556)
  • c7b44a4 fix(misc): await async function invocations (#21299)
  • e475835 feat(misc): optionally update package.json scripts in init generators (#21204)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the eslint group with 4 updates: [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint).


Updates `@nx/eslint-plugin` from 17.2.5 to 18.0.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.2/packages/eslint-plugin)

Updates `@typescript-eslint/eslint-plugin` from 6.18.0 to 6.21.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.18.0 to 6.21.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser)

Updates `@nx/eslint` from 17.2.5 to 18.0.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.2/packages/eslint)

---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@nx/eslint"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners February 6, 2024 12:40
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Feb 6, 2024
Copy link

changeset-bot bot commented Feb 6, 2024

🦋 Changeset detected

Latest commit: ca5d68c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@guardian/eslint-plugin-source-react-components Patch
@guardian/eslint-plugin-source-foundations Patch
@guardian/eslint-config-typescript Patch

Not sure what this means? Click here to learn what changesets are.

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

Copy link
Contributor

github-actions bot commented Feb 6, 2024

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 requested review from a team as code owners February 7, 2024 15:32
@joecowton1 joecowton1 added the run_chromatic Runs chromatic when label is applied label Feb 7, 2024
Copy link
Member

@sndrs sndrs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

let's release with #1169?

@joecowton1 joecowton1 merged commit a6eb679 into main Feb 7, 2024
27 checks passed
@joecowton1 joecowton1 deleted the dependabot/npm_and_yarn/eslint-db8a2ebf76 branch February 7, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies @guardian/eslint-config-typescript javascript Pull requests that update Javascript code 📦 npm Affects a @guardian package on NPM run_chromatic Runs chromatic when label is applied 🛠 workspace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants