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 with 16 updates #881

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2024

Bumps the dependencies group with 16 updates:

Package From To
@stylistic/eslint-plugin-ts 2.6.2 2.6.4
@types/node 22.2.0 22.4.0
@typescript-eslint/eslint-plugin 8.0.1 8.1.0
@typescript-eslint/parser 8.0.1 8.1.0
lint-staged 15.2.8 15.2.9
nx 19.5.7 19.6.0
typescript-eslint 8.0.1 8.1.0
@docusaurus/core 3.5.1 3.5.2
@docusaurus/plugin-google-tag-manager 3.5.1 3.5.2
@docusaurus/preset-classic 3.5.1 3.5.2
@docusaurus/theme-classic 3.5.1 3.5.2
react-icons 5.2.1 5.3.0
@docusaurus/module-type-aliases 3.5.1 3.5.2
@docusaurus/plugin-content-docs 3.5.1 3.5.2
@docusaurus/tsconfig 3.5.1 3.5.2
@docusaurus/types 3.5.1 3.5.2

Updates @stylistic/eslint-plugin-ts from 2.6.2 to 2.6.4

Release notes

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

v2.6.4

2.6.4 (2024-08-15)

Bug Fixes

  • configs: should not ignore templateLiteral for indent (3154799)

Chores

v2.6.3

2.6.3 (2024-08-15)

Bug Fixes

  • add explicit "type": "commonjs" (9d37124)
  • arrow-parens: wrong parens removal with optional parameter (#499) (71896ce)
  • lines-between-class-members: properly infer exceptAfterOverload from enforce (#239) (3dfa159)
  • ts/padding-line-between-statements: removing blank line between functions in interface (#71) (#468) (91eb636)

Chores

Changelog

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

2.6.4 (2024-08-15)

Bug Fixes

  • configs: should not ignore templateLiteral for indent (3154799)

Chores

2.6.3 (2024-08-15)

Bug Fixes

  • add explicit "type": "commonjs" (9d37124)
  • arrow-parens: wrong parens removal with optional parameter (#499) (71896ce)
  • lines-between-class-members: properly infer exceptAfterOverload from enforce (#239) (3dfa159)
  • ts/padding-line-between-statements: removing blank line between functions in interface (#71) (#468) (91eb636)

Chores

Commits

Updates @types/node from 22.2.0 to 22.4.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.0.1 to 8.1.0

Release notes

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

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

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

Changelog

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

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You

  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

Commits
  • 3d78392 chore(release): publish 8.1.0
  • abe351d fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)
  • 6a1c177 feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...
  • fc3ba92 fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • c20bd2f feat(eslint-plugin): [no-unsafe-return] check promise any (#8693)
  • 3d9ae44 fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...
  • fe56157 fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...
  • 278697f fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)
  • a4992ff feat(typescript-estree): restrict variable declarator definite/init combinati...
  • a26e3c7 chore: enable prefer-regexp-test (#9658)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.0.1 to 8.1.0

Release notes

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

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

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

Changelog

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

8.1.0 (2024-08-12)

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 lint-staged from 15.2.8 to 15.2.9

Release notes

Sourced from lint-staged's releases.

v15.2.9

Patch Changes

  • #1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
Changelog

Sourced from lint-staged's changelog.

15.2.9

Patch Changes

  • #1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
Commits

Updates nx from 19.5.7 to 19.6.0

Release notes

Sourced from nx's releases.

19.6.0 (2024-08-15)

🚀 Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @​nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits
  • 4d27939 fix(release): allow specifier override for version command when version plans...
  • c56bfbe fix(core): ensure the error has message before reading indexOf #27078 (#27426)
  • 8de36d7 fix(core): improve the dx of the sync commands and gracefully handle exiting ...
  • 6d83ae2 fix(core): disable daemon in postinstall (#27415)
  • e95c945 feat(core): remove env var to enable sync generators (#27409)
  • 649905d fix(core): ensure context is available when updating files in context (#27395)
  • c72ba9b feat(core): introduce nx import (#26847)
  • 4108bfc feat(release): add nx release plan:check command to ensure relevant version...
  • add5a67 feat(misc): add nx syncing mechanism and update the typescript-sync generator...
  • 1f8612a fix(nx-cloud): add nxCloudId to nxJson when connecting with generator (#27356)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.0.1 to 8.1.0

Release notes

Sourced from typescript-eslint's releases.

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.1.0 (2024-08-12)

🚀 Features

  • typescript-eslint: add JSDoc comments on generated configs

❤️ Thank You

  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

Commits
  • 3d78392 chore(release): publish 8.1.0
  • 90576fa feat(typescript-eslint): add JSDoc comments on generated configs (#9672)
  • fb65883 chore: set reportUnusedDisableDirectives level to error (#9743)
  • See full diff in compare view

Updates @docusaurus/core from 3.5.1 to 3.5.2

Release notes

Sourced from @​docusaurus/core's releases.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
    • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@​slorber)
  • docusaurus-theme-classic
    • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)

💅 Polish

  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

📝 Documentation

🤖 Dependencies

Committers: 4

Changelog

Sourced from @​docusaurus/core's changelog.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
    • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@​slorber)
  • docusaurus-theme-classic
    • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)

💅 Polish

  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

📝 Documentation

🤖 Dependencies

Committers: 4

Commits

Updates @docusaurus/plugin-google-tag-manager from 3.5.1 to 3.5.2

Release notes

Sourced from @​docusaurus/plugin-google-tag-manager's releases.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
    • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@​slorber)
  • docusaurus-theme-classic
    • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)

💅 Polish

  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

📝 Documentation

🤖 Dependencies

Committers: 4

Changelog

Sourced from @​docusaurus/plugin-google-tag-manager's changelog.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
    • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@​slorber)
  • docusaurus-theme-classic
    • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)

💅 Polish

  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

📝 Documentation

🤖 Dependencies

Committers: 4

Commits

Updates @docusaurus/preset-classic from 3.5.1 to 3.5.2

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
    • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@​slorber)
  • docusaurus-theme-classic
    • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)

💅 Polish

  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

📝 Documentation

🤖 Dependencies

Committers: 4

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
    • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@​slorber)
  • docusaurus-theme-classic
    • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)

💅 Polish

  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

📝 Documentation

🤖 Dependencies

Committers: 4

Commits

Updates @docusaurus/theme-classic from 3.5.1 to 3.5.2

Release notes

Sourced from @​docusaurus/theme-classic's releases.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
    • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@​slorber)
  • docusaurus-theme-classic
    • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)

💅 Polish

  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

📝 Documentation

🤖 Dependencies

Committers: 4

Changelog

Sourced from @​docusaurus/theme-classic's changelog.

3.5.2 (2024-08-13)

🐛 Bug Fix

  • docusaurus-theme-common
    • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurusDescription has been truncated

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `2.6.2` | `2.6.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.2.0` | `22.4.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.0.1` | `8.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.0.1` | `8.1.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.8` | `15.2.9` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `19.5.7` | `19.6.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.1.0` |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.5.1` | `3.5.2` |
| [@docusaurus/plugin-google-tag-manager](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-google-tag-manager) | `3.5.1` | `3.5.2` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.5.1` | `3.5.2` |
| [@docusaurus/theme-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic) | `3.5.1` | `3.5.2` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.2.1` | `5.3.0` |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.5.1` | `3.5.2` |
| [@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs) | `3.5.1` | `3.5.2` |
| [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.5.1` | `3.5.2` |
| [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.5.1` | `3.5.2` |


Updates `@stylistic/eslint-plugin-ts` from 2.6.2 to 2.6.4
- [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.6.4/packages/eslint-plugin-ts)

Updates `@types/node` from 22.2.0 to 22.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.0.1 to 8.1.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/v8.1.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.0.1 to 8.1.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/v8.1.0/packages/parser)

Updates `lint-staged` from 15.2.8 to 15.2.9
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.8...v15.2.9)

Updates `nx` from 19.5.7 to 19.6.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.6.0/packages/nx)

Updates `typescript-eslint` from 8.0.1 to 8.1.0
- [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.1.0/packages/typescript-eslint)

Updates `@docusaurus/core` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus)

Updates `@docusaurus/plugin-google-tag-manager` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-plugin-google-tag-manager)

Updates `@docusaurus/preset-classic` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-preset-classic)

Updates `@docusaurus/theme-classic` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-theme-classic)

Updates `react-icons` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.2.1...v5.3.0)

Updates `@docusaurus/module-type-aliases` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-module-type-aliases)

Updates `@docusaurus/plugin-content-docs` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-plugin-content-docs)

Updates `@docusaurus/tsconfig` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-tsconfig)

Updates `@docusaurus/types` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-types)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/plugin-google-tag-manager"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/theme-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/plugin-content-docs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 18, 2024 23:16
@dependabot dependabot bot added 🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code labels Aug 18, 2024
@dependabot dependabot bot requested a review from WasiqB August 18, 2024 23:16
@WasiqB WasiqB merged commit 2fb9c07 into main Aug 19, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-a98d3591c4 branch August 19, 2024 08:05
@WasiqB
Copy link
Member

WasiqB commented Sep 8, 2024

🚀 This pull request is included in v2.1.0. See Release 2.1.0 for release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code
Projects
Development

Successfully merging this pull request may close these issues.

1 participant