Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the other-dependencies group with 34 updates in the / directory:

Package From To
eslint-config-prettier 9.1.0 9.1.2
@changesets/cli 2.29.5 2.29.6
@nx/esbuild 20.0.11 20.8.2
@nx/eslint 20.0.11 20.8.2
@nx/eslint-plugin 20.0.11 20.8.2
@nx/jest 20.0.11 20.8.2
@nx/js 20.0.11 20.8.2
@nx/node 20.0.11 20.8.2
@nx/workspace 20.0.11 20.8.2
@swc-node/register 1.10.10 1.11.1
@swc/core 1.11.21 1.13.3
@types/node 20.17.30 20.19.11
@typescript-eslint/eslint-plugin 8.31.0 8.39.1
@typescript-eslint/parser 8.31.0 8.39.1
eslint 9.25.1 9.33.0
eslint-plugin-prettier 5.2.6 5.5.4
nx 20.0.10 20.8.2
prettier 3.5.3 3.6.2
ts-jest 29.3.2 29.4.1
typescript 5.8.3 5.9.2
@types/aws-lambda 8.10.150 8.10.152
aws-cdk 2.1019.1 2.1025.0
aws-cdk-lib 2.201.0 2.211.0
esbuild 0.25.0 0.25.9
@aws-sdk/client-cloudfront 3.830.0 3.864.0
@aws-sdk/client-sns 3.830.0 3.864.0
yaml 2.7.1 2.8.1
@aws-sdk/client-dynamodb 3.830.0 3.868.0
axios 1.8.4 1.11.0
@aws-sdk/client-s3 3.832.0 3.864.0
@aws-sdk/client-secrets-manager 3.830.0 3.864.0
@aws-sdk/client-sqs 3.831.0 3.864.0
@aws-sdk/client-ssm 3.830.0 3.864.0
@aws-solutions-constructs/aws-lambda-sqs-lambda 2.85.2 2.91.0

Updates eslint-config-prettier from 9.1.0 to 9.1.2

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.


Updates @changesets/cli from 2.29.5 to 2.29.6

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.29.6

Patch Changes

Commits

Updates @nx/esbuild from 20.0.11 to 20.8.2

Release notes

Sourced from @​nx/esbuild's releases.

20.8.2 (2025-05-16)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • linter: add support for package based secondary entry points (#30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#30805)

🩹 Fixes

  • core: error when restoring http cache with no outputs (#30961)
  • module-federation: remove disabling runtimeChunk (#30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#30796)
  • release: ensure versionData is always populated even when no bumps (#30866)

❤️ Thank You

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

... (truncated)

Commits
  • 176c792 feat(misc): set a development conditional export for buildable libraries wh...
  • e0cae53 fix(js): update tinyglobby to speed up shallow file matching (#30415)
  • ada8be4 fix(misc): fix misc issues in project generators for the ts solution setup (#...
  • 7da48d6 fix(bundling): fix esbuild to work with ts project references (#30230)
  • 9cbd476 fix(esbuild): update peerDep range (#30167)
  • c6e9565 cleanup(core): move esbuild to use tinyglobby (#29453)
  • 0334dad fix(js): ensure js libraries' build produce esm output in ts solution setup (...
  • 22cec78 docs(bundling): correct esbuild options nesting (#28748)
  • 89ab887 fix(core): Update bundlers to not typecheck if using new TS solution setup (#...
  • f357b4e feat(js): update the setup-build generator to support the new ts setup (#28446)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/esbuild since your current version.


Updates @nx/eslint from 20.0.11 to 20.8.2

Release notes

Sourced from @​nx/eslint's releases.

20.8.2 (2025-05-16)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • linter: add support for package based secondary entry points (#30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#30805)

🩹 Fixes

  • core: error when restoring http cache with no outputs (#30961)
  • module-federation: remove disabling runtimeChunk (#30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#30796)
  • release: ensure versionData is always populated even when no bumps (#30866)

❤️ Thank You

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

... (truncated)

Commits
  • 4bd6477 feat(linter): support eslint-config-prettier v10 (#30480)
  • ada8be4 fix(misc): fix misc issues in project generators for the ts solution setup (#...
  • 8b11d8b docs(core): add migrations docs for 20.x (#30186)
  • 7a73e8a fix(linter): restore package update group for `@typescript-eslint/eslint-plug...
  • 09ebf5f fix(eslint): ensure that packages in the same group as updated together (#30187)
  • c2e89f8 feat(core): add multi hash fn (#29935)
  • eb0505b fix(vite): ignore vite temp files in eslint config (#29909)
  • d5b8908 fix(linter): install @​eslint/eslintrc package as necessary (#29933)
  • dfbfe3b fix(linter): add cjs, cts, mjs, and mts to the default extensions for...
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/eslint since your current version.


Updates @nx/eslint-plugin from 20.0.11 to 20.8.2

Release notes

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

20.8.2 (2025-05-16)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • linter: add support for package based secondary entry points (#30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#30805)

🩹 Fixes

  • core: error when restoring http cache with no outputs (#30961)
  • module-federation: remove disabling runtimeChunk (#30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#30796)
  • release: ensure versionData is always populated even when no bumps (#30866)

❤️ Thank You

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

... (truncated)

Commits
  • 0a94b43 feat(linter): add support for package based secondary entry points (#30809)
  • b69a058 fix(linter): remove empty entry in typescript eslint flat config (#30727)
  • 4bd6477 feat(linter): support eslint-config-prettier v10 (#30480)
  • 04cf098 fix(core): change graph node type and name to string (#29610)
  • 2d9a673 fix(linter): dependency-check-support-catalogs (#29923)
  • 713b9fb feat(linter): add runtimeHelpers option to @nx/dependency-checks rule (#2...
  • 1fbcd73 fix(linter): produce type information for the eslint-plugin main entry point ...
  • cbbe14b fix(linter): add files entry to react flat configs to avoid applying TS rules...
  • f3b85be fix(linter): export Options types for enforce-module-boundaries and `nx-p...
  • 9d1c55b fix(nx-plugin): fix plugin generation in ts solution setup (#29730)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/eslint-plugin since your current version.


Updates @nx/jest from 20.0.11 to 20.8.2

Release notes

Sourced from @​nx/jest's releases.

20.8.2 (2025-05-16)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • linter: add support for package based secondary entry points (#30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#30805)

🩹 Fixes

  • core: error when restoring http cache with no outputs (#30961)
  • module-federation: remove disabling runtimeChunk (#30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#30796)
  • release: ensure versionData is always populated even when no bumps (#30866)

❤️ Thank You

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

... (truncated)

Commits
  • f3013cc fix(testing): do not inherit existing env (#30688)
  • 259561f fix(testing): enforce commonjs module for ts-jest (#30681)
  • 1a235d7 fix(react): react-router should work with jest out of the box (#30487)
  • 5dbe040 fix(misc): override customConditions when using an incompatible module reso...
  • 8b11d8b docs(core): add migrations docs for 20.x (#30186)
  • af930c3 feat(testing): add type annotation for Jest configuration export (#30059)
  • c2e89f8 feat(core): add multi hash fn (#29935)
  • 9bc6317 feat(testing): disable jest runtime by default when inferring targets (#29917)
  • 8266785 fix(testing): fix passing extra args to Jest cli (#27704)
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/jest since your current version.


Updates @nx/js from 20.0.11 to 20.8.2

Release notes

Sourced from @​nx/js's releases.

20.8.2 (2025-05-16)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • linter: add support for package based secondary entry points (#30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#30805)

🩹 Fixes

  • core: error when restoring http cache with no outputs (#30961)
  • module-federation: remove disabling runtimeChunk (#30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#30796)
  • release: ensure versionData is always populated even when no bumps (#30866)

❤️ Thank You

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

... (truncated)

Commits
  • ae0318a fix(release): ensure generatorOptions and rootVersionActionsOptions are passe...
  • 08f4dd9 fix(js): remove check that ts plugin is used for ts sync generator (#30743)
  • ce41ded fix(js): ensure the tsconfig files cache is correctly busted when implementat...
  • 136e721 fix(js): handle when there are no package manager workspaces' patterns (#30666)
  • 7b85d91 feat(release): revamped nx release version implementation (#30418)
  • 2fd964f fix(js): Use correctly resolved path to tsconfig in readTsConfigWithRemappedP...
  • 538fd8c fix(js): update @​swc/cli version to fix vulnerability (#30575)
  • ac103fa cleanup(js): fix outdated unit test snapshot (#30582)
  • 9b84926 fix(js): handle extending from multiple config files and from local workspace...
  • 5974851 fix(js): infer dependency between typecheck and build tasks and more gran...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/js since your current version.


Updates @nx/node from 20.0.11 to 20.8.2

Release notes

Sourced from @​nx/node's releases.

20.8.2 (2025-05-16)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • linter: add support for package based secondary entry points (#30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#30805)

🩹 Fixes

  • core: error when restoring http cache with no outputs (#30961)
  • module-federation: remove disabling runtimeChunk (#30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#30796)
  • release: ensure versionData is always populated even when no bumps (#30866)

❤️ Thank You

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

... (truncated)

Commits
  • 197b355 chore(repo): fix unit tests (#30431)
  • 176c792 feat(misc): set a development conditional export for buildable libraries wh...
  • cbf80c1 feat(misc): add useProjectJson flag to project generators (#30319)
  • 432a645 fix(core): handle package manager workspaces configuration in move generator ...
  • ada8be4 fix(misc): fix misc issues in project generators for the ts solution setup (#...
  • a5d2003 fix(js): update outDir in runtime tsconfig files to match types export in...
  • 8d056c9 fix(misc): generate config with output contained within project root (#29850)
  • 626c514 feat(misc): replace ts-jest transformer with @swc/jest for ts solution se...
  • 7df5737 feat(node): upgrade express to v4.21.2 to address security vulnerabilities (#...
  • 1f69dce feat(node): update app generator for fastify to the next major v5 (#29589)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/node since your current version.


Updates @nx/workspace from 20.0.11 to 20.8.2

Release notes

Sourced from @​nx/workspace's releases.

20.8.2 (2025-05-16)

🚀 Features

  • angular: update angular-rspack to 20.7 (#30737)
  • linter: add support for package based secondary entry points (#30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#30805)

🩹 Fixes

  • core: error when restoring http cache with no outputs (#30961)
  • module-federation: remove disabling runtimeChunk (#30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#30796)
  • release: ensure versionData is always populated even when no bumps (#30866)

❤️ Thank You

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

... (truncated)

Commits
  • d4ebf82 feat(core): add filter for git checkouts in generated pipelines and docs (#30...
  • 75521bb fix(misc): add missing flag to azure devops ci workflow generator (#30482)
  • cfe32c2 feat(misc): add --useProjectJson flag to CNW (#30475)
  • 363088a feat(react): Add react-router to create-nx-workspace and react app generator ...
  • 2d69aa1 feat(misc): enable ts solution setup by default for new workspaces (#30372)
  • cbf80c1 feat(misc): add useProjectJson flag to project generators (#30319)
  • 432a645 fix(core): handle package manager workspaces configuration in move generator ...
  • ada8be4 fix(misc): fix misc issues in project generators for the ts solution setup (#...
  • e4f7e56 fix(core): handle nx config in package.json in move generator (#30270)
  • 1407152 feat(js): add typecheck task to generated ci workflow file when using the t...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/workspace since your current version.


Updates @swc-node/register from 1.10.10 to 1.11.1

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​swc-node/register since your current version.


Updates @swc/core from 1.11.21 to 1.13.3

Changelog

Sourced from @​swc/core's changelog.

[1.13.3] - 2025-07-29

Bug Fixes

  • (es/minifier) Check exported when optimize last expr (#10939) (f6f15f3)

  • (es/minifier) Disallow types (#10945) (63172ef)

  • (es/minifier) Don't optimize Number properties when Number is shadowed (#10947) (40a1e2e)

  • (es/minifier) Fix cycle detection (#10950) (212d8bc)

  • (es/parser) Correctly handle EOF position (#10934) (dd70fbd)

Performance

  • (es/minifier) Remove visitor of CharFreqAnalyzer (#10928) (65534ff)

  • (es/minifier) Remove pre-compress pass (#10932) (c7f0e4d)

  • (es/minifier) Use bitflag for var kind (#10940) (4317988)

  • (es/minifier) Remove needless clone (#10949) (b5e5e8c)

  • (es/parser) Reduce comparison (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 18, 2025 03:50
@dependabot dependabot bot requested review from hubertott and crispy101 August 18, 2025 03:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 18, 2025
Copy link
Contributor

github-actions bot commented Aug 18, 2025

⚠️ No Changeset Detected

This pull request modifies code that affects the following packages (detected by Nx):

Affected Packages:

  • @aligent/cdk-basic-auth
  • @aligent/cdk-cloudfront-security-headers
  • @aligent/cdk-esbuild
  • @aligent/cdk-feature-env-handlers
  • @aligent/cdk-geoip-redirect
  • @aligent/cdk-graphql-mesh-server
  • @aligent/cdk-header-change-detection
  • @aligent/cdk-prerender-fargate
  • @aligent/cdk-prerender-proxy
  • @aligent/cdk-rabbitmq
  • @aligent/cdk-shared-vpc
  • @aligent/cdk-static-hosting
  • @aligent/cdk-waf

If this PR should trigger a release:

yarn changeset

Follow the prompts to select the affected packages and describe your changes.

If this PR should NOT trigger a release:

  • Documentation-only changes
  • Internal refactoring with no API changes
  • Test updates
  • Build/CI configuration changes
  • Changes only to root files (package.json, workflows, etc.)

In this case, no action is needed - this comment is just a reminder for reviewers.

This check uses Nx to accurately detect which packages are affected by your changes. If you're unsure whether a changeset is needed, please ask a maintainer!

🔧 Commands & Tips
# Add a changeset for your changes
yarn changeset

# Check which packages Nx thinks are affected
npx nx show projects --affected

# Check current changeset status
yarn changeset:status

# Add an empty changeset if no release needed
yarn changeset --empty

Pro tip: When running yarn changeset, select only the packages listed above that you actually changed the public API of.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/other-dependencies-f3baef007a branch from 842de8c to a968a6c Compare August 25, 2025 04:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/other-dependencies-f3baef007a branch from a968a6c to e1f77a5 Compare September 3, 2025 00:06
…h 34 updates

Bumps the other-dependencies group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `9.1.2` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.5` | `2.29.6` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `20.0.11` | `20.8.2` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `20.0.11` | `20.8.2` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `20.0.11` | `20.8.2` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `20.0.11` | `20.8.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.0.11` | `20.8.2` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `20.0.11` | `20.8.2` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `20.0.11` | `20.8.2` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.10.10` | `1.11.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.11.21` | `1.13.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.30` | `20.19.11` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.31.0` | `8.39.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.31.0` | `8.39.1` |
| [eslint](https://github.com/eslint/eslint) | `9.25.1` | `9.33.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.5.4` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.0.10` | `20.8.2` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.2` | `29.4.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.150` | `8.10.152` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1019.1` | `2.1025.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.201.0` | `2.211.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.0` | `0.25.9` |
| [@aws-sdk/client-cloudfront](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudfront) | `3.830.0` | `3.864.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.830.0` | `3.864.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.7.1` | `2.8.1` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.830.0` | `3.868.0` |
| [axios](https://github.com/axios/axios) | `1.8.4` | `1.11.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.832.0` | `3.864.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.830.0` | `3.864.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.831.0` | `3.864.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.830.0` | `3.864.0` |
| [@aws-solutions-constructs/aws-lambda-sqs-lambda](https://github.com/awslabs/aws-solutions-constructs/tree/HEAD/source/patterns/@aws-solutions-constructs/aws-lambda-sqs-lambda) | `2.85.2` | `2.91.0` |



Updates `eslint-config-prettier` from 9.1.0 to 9.1.2
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/commits)

Updates `@changesets/cli` from 2.29.5 to 2.29.6
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

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

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

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

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

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

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

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

Updates `@swc-node/register` from 1.10.10 to 1.11.1
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected])

Updates `@swc/core` from 1.11.21 to 1.13.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.21...v1.13.3)

Updates `@types/node` from 20.17.30 to 20.19.11
- [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.31.0 to 8.39.1
- [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.39.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.31.0 to 8.39.1
- [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.39.1/packages/parser)

Updates `eslint` from 9.25.1 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.25.1...v9.33.0)

Updates `eslint-plugin-prettier` from 5.2.6 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.6...v5.5.4)

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

Updates `prettier` from 3.5.3 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.6.2)

Updates `ts-jest` from 29.3.2 to 29.4.1
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.3.2...v29.4.1)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `@types/aws-lambda` from 8.10.150 to 8.10.152
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `aws-cdk` from 2.1019.1 to 2.1025.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/[email protected]/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.201.0 to 2.211.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.211.0/packages/aws-cdk-lib)

Updates `esbuild` from 0.25.0 to 0.25.9
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.0...v0.25.9)

Updates `@aws-sdk/client-cloudfront` from 3.830.0 to 3.864.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudfront/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.864.0/clients/client-cloudfront)

Updates `@aws-sdk/client-sns` from 3.830.0 to 3.864.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.864.0/clients/client-sns)

Updates `yaml` from 2.7.1 to 2.8.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.7.1...v2.8.1)

Updates `@aws-sdk/client-dynamodb` from 3.830.0 to 3.868.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.868.0/clients/client-dynamodb)

Updates `axios` from 1.8.4 to 1.11.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.11.0)

Updates `@aws-sdk/client-s3` from 3.832.0 to 3.864.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.864.0/clients/client-s3)

Updates `@aws-sdk/client-secrets-manager` from 3.830.0 to 3.864.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.864.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sqs` from 3.831.0 to 3.864.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.864.0/clients/client-sqs)

Updates `@aws-sdk/client-ssm` from 3.830.0 to 3.864.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.864.0/clients/client-ssm)

Updates `@aws-solutions-constructs/aws-lambda-sqs-lambda` from 2.85.2 to 2.91.0
- [Release notes](https://github.com/awslabs/aws-solutions-constructs/releases)
- [Changelog](https://github.com/awslabs/aws-solutions-constructs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-solutions-constructs/commits/v2.91.0/source/patterns/@aws-solutions-constructs/aws-lambda-sqs-lambda)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: "@changesets/cli"
  dependency-version: 2.29.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: "@nx/esbuild"
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@nx/eslint"
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@nx/jest"
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@nx/js"
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@nx/node"
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@swc-node/register"
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.13.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@types/node"
  dependency-version: 20.19.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: nx
  dependency-version: 20.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@types/aws-lambda"
  dependency-version: 8.10.152
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: aws-cdk
  dependency-version: 2.1025.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: aws-cdk-lib
  dependency-version: 2.211.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: esbuild
  dependency-version: 0.25.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: "@aws-sdk/client-cloudfront"
  dependency-version: 3.864.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.864.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: yaml
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.868.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: axios
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.864.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-version: 3.864.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.864.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.864.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: "@aws-solutions-constructs/aws-lambda-sqs-lambda"
  dependency-version: 2.91.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/other-dependencies-f3baef007a branch from e1f77a5 to 2cef81b Compare September 3, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants