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

Bump the all group with 51 updates #20

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the all group with 51 updates:

Package From To
next 14.2.7 14.2.9
@tauri-apps/cli 2.0.0-rc.10 2.0.0-rc.12
@types/node 22.5.2 22.5.4
@typescript-eslint/eslint-plugin 8.4.0 8.5.0
@typescript-eslint/parser 8.4.0 8.5.0
cssnano 7.0.5 7.0.6
eslint-config-next 14.2.7 14.2.9
postcss 8.4.44 8.4.45
typescript 5.5.4 5.6.2
@next/env 14.2.7 14.2.9
@next/eslint-plugin-next 14.2.7 14.2.9
@next/swc-darwin-arm64 14.2.7 14.2.9
@next/swc-darwin-x64 14.2.7 14.2.9
@next/swc-linux-arm64-gnu 14.2.7 14.2.9
@next/swc-linux-arm64-musl 14.2.7 14.2.9
@next/swc-linux-x64-gnu 14.2.7 14.2.9
@next/swc-linux-x64-musl 14.2.7 14.2.9
@next/swc-win32-arm64-msvc 14.2.7 14.2.9
@next/swc-win32-ia32-msvc 14.2.7 14.2.9
@next/swc-win32-x64-msvc 14.2.7 14.2.9
@tauri-apps/cli-darwin-arm64 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-darwin-x64 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-linux-arm-gnueabihf 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-linux-arm64-gnu 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-linux-arm64-musl 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-linux-x64-gnu 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-linux-x64-musl 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-win32-arm64-msvc 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-win32-ia32-msvc 2.0.0-rc.10 2.0.0-rc.12
@tauri-apps/cli-win32-x64-msvc 2.0.0-rc.10 2.0.0-rc.12
@typescript-eslint/type-utils 8.4.0 7.2.0
@typescript-eslint/utils 8.4.0 7.2.0
axobject-query 3.1.1 4.1.0
caniuse-lite 1.0.30001655 1.0.30001659
cssnano-preset-default 7.0.5 7.0.6
electron-to-chromium 1.5.13 1.5.18
eslint-module-utils 2.8.2 2.11.0
eslint-plugin-import 2.29.1 2.30.0
eslint-plugin-jsx-a11y 6.9.0 6.10.0
eslint-plugin-react 7.35.0 7.35.2
is-bun-module 1.1.0 1.2.1
picocolors 1.0.1 1.1.0
postcss-convert-values 7.0.3 7.0.4
postcss-discard-comments 7.0.2 7.0.3
postcss-merge-longhand 7.0.3 7.0.4
postcss-merge-rules 7.0.3 7.0.4
postcss-minify-selectors 7.0.3 7.0.4
postcss-unique-selectors 7.0.2 7.0.3
source-map-js 1.2.0 1.2.1
stylehacks 7.0.3 7.0.4
yaml 2.5.0 2.5.1

Updates next from 14.2.7 to 14.2.9

Release notes

Sourced from next's releases.

v14.2.9

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

... (truncated)

Commits

Updates @tauri-apps/cli from 2.0.0-rc.10 to 2.0.0-rc.12

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.0.0-rc.12

[2.0.0-rc.12]

Dependencies

@​tauri-apps/cli v2.0.0-rc.11

[2.0.0-rc.11]

Enhancements

Bug Fixes

Dependencies

Commits

Updates @types/node from 22.5.2 to 22.5.4

Commits

Updates @typescript-eslint/eslint-plugin from 8.4.0 to 8.5.0

Release notes

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

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

Changelog

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

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You

  • f44da958e
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

Commits
  • 4d31ebe chore(release): publish 8.5.0
  • 918bdf4 fix(eslint-plugin): [consistent-type-assertions] access parser services lazil...
  • 4f6a97b fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope...
  • dbcade8 docs: [no-floating-promises] add MDN link regarding void operator (#9953)
  • ead85a3 fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
  • c49b91f feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
  • 04d1bd0 docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as ...
  • cafed6d chore: enable unicorn/prefer-array-some (#9932)
  • bee8c9d chore: enable unicorn/prefer-spread (#9834)
  • fe2a16e fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression f...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.4.0 to 8.5.0

Release notes

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

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

Changelog

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

8.5.0 (2024-09-09)

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 cssnano from 7.0.5 to 7.0.6

Release notes

Sourced from cssnano's releases.

v7.0.6

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6

Commits
  • 26c83f5 Publish cssnano 7.0.6
  • e43f9bf chore: update development dependencies
  • 34bdcb8 chore: add changeset
  • a4e2c51 fix(postcss-convert-values): convert 0ms to 0s (#1665)
  • 7e86cfd chore: update Node type definitions
  • 1d65a10 fix: update postcss-selector-parser
  • 024ddef fix(cssnano-preset-default): update postcss-calc
  • 842b7f3 chore: update development dependencies
  • 104c303 docs: Update website for release
  • See full diff in compare view

Updates eslint-config-next from 14.2.7 to 14.2.9

Release notes

Sourced from eslint-config-next's releases.

v14.2.9

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

... (truncated)

Commits

Updates postcss from 8.4.44 to 8.4.45

Release notes

Sourced from postcss's releases.

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.
Changelog

Sourced from postcss's changelog.

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.
Commits

Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable in compare view

Updates @next/env from 14.2.7 to 14.2.9

Release notes

Sourced from @​next/env's releases.

v14.2.9

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

... (truncated)

Commits

Updates @next/eslint-plugin-next from 14.2.7 to 14.2.9

Release notes

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

v14.2.9

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

... (truncated)

Commits

Updates @next/swc-darwin-arm64 from 14.2.7 to 14.2.9

Release notes

Sourced from @​next/swc-darwin-arm64's releases.

v14.2.9

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

... (truncated)

Commits

Updates @next/swc-darwin-x64 from 14.2.7 to 14.2.9

Release notes

Sourced from @​next/swc-darwin-x64's releases.

v14.2.9

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

Huge thanks to @​huozhi, @​ztanner, @​ijjk, and @​lubieowoce for helping!

v14.2.8

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

... (truncated)

Commits

Updates @next/swc-linux-arm64-gnu from 14.2.7 to 14.2.9

Release notes

Sourced from @​next/swc-linux-arm64-gnu's releases.

v14.2.9

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (

Bumps the all group with 51 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.2.7` | `14.2.9` |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.4.0` | `8.5.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.4.0` | `8.5.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.0.5` | `7.0.6` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.7` | `14.2.9` |
| [postcss](https://github.com/postcss/postcss) | `8.4.44` | `8.4.45` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |
| [@next/env](https://github.com/vercel/next.js/tree/HEAD/packages/next-env) | `14.2.7` | `14.2.9` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.2.7` | `14.2.9` |
| [@next/swc-darwin-arm64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-arm64) | `14.2.7` | `14.2.9` |
| [@next/swc-darwin-x64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-x64) | `14.2.7` | `14.2.9` |
| [@next/swc-linux-arm64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-gnu) | `14.2.7` | `14.2.9` |
| [@next/swc-linux-arm64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-musl) | `14.2.7` | `14.2.9` |
| [@next/swc-linux-x64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-gnu) | `14.2.7` | `14.2.9` |
| [@next/swc-linux-x64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-musl) | `14.2.7` | `14.2.9` |
| [@next/swc-win32-arm64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-arm64-msvc) | `14.2.7` | `14.2.9` |
| [@next/swc-win32-ia32-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-ia32-msvc) | `14.2.7` | `14.2.9` |
| [@next/swc-win32-x64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-x64-msvc) | `14.2.7` | `14.2.9` |
| [@tauri-apps/cli-darwin-arm64](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-darwin-x64](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-linux-arm-gnueabihf](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-linux-arm64-gnu](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-linux-arm64-musl](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-linux-x64-gnu](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-linux-x64-musl](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-win32-arm64-msvc](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-win32-ia32-msvc](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@tauri-apps/cli-win32-x64-msvc](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.12` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.4.0` | `7.2.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.4.0` | `7.2.0` |
| [axobject-query](https://github.com/A11yance/axobject-query) | `3.1.1` | `4.1.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001655` | `1.0.30001659` |
| [cssnano-preset-default](https://github.com/cssnano/cssnano) | `7.0.5` | `7.0.6` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.13` | `1.5.18` |
| [eslint-module-utils](https://github.com/import-js/eslint-plugin-import/tree/HEAD/utils) | `2.8.2` | `2.11.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.9.0` | `6.10.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.35.2` |
| [is-bun-module](https://github.com/SunsetTechuila/is-bun-module) | `1.1.0` | `1.2.1` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.1` | `1.1.0` |
| [postcss-convert-values](https://github.com/cssnano/cssnano) | `7.0.3` | `7.0.4` |
| [postcss-discard-comments](https://github.com/cssnano/cssnano) | `7.0.2` | `7.0.3` |
| [postcss-merge-longhand](https://github.com/cssnano/cssnano) | `7.0.3` | `7.0.4` |
| [postcss-merge-rules](https://github.com/cssnano/cssnano) | `7.0.3` | `7.0.4` |
| [postcss-minify-selectors](https://github.com/cssnano/cssnano) | `7.0.3` | `7.0.4` |
| [postcss-unique-selectors](https://github.com/cssnano/cssnano) | `7.0.2` | `7.0.3` |
| [source-map-js](https://github.com/7rulnik/source-map-js) | `1.2.0` | `1.2.1` |
| [stylehacks](https://github.com/cssnano/cssnano) | `7.0.3` | `7.0.4` |
| [yaml](https://github.com/eemeli/yaml) | `2.5.0` | `2.5.1` |


Updates `next` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.7...v14.2.9)

Updates `@tauri-apps/cli` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.0-rc.10...@tauri-apps/cli-v2.0.0-rc.12)

Updates `@types/node` from 22.5.2 to 22.5.4
- [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.4.0 to 8.5.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.5.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.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.5.0/packages/parser)

Updates `cssnano` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6)

Updates `eslint-config-next` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/eslint-config-next)

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

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

Updates `@next/env` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-env)

Updates `@next/eslint-plugin-next` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/eslint-plugin-next)

Updates `@next/swc-darwin-arm64` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/darwin-arm64)

Updates `@next/swc-darwin-x64` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/darwin-x64)

Updates `@next/swc-linux-arm64-gnu` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/linux-arm64-gnu)

Updates `@next/swc-linux-arm64-musl` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/linux-arm64-musl)

Updates `@next/swc-linux-x64-gnu` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/linux-x64-gnu)

Updates `@next/swc-linux-x64-musl` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/linux-x64-musl)

Updates `@next/swc-win32-arm64-msvc` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/win32-arm64-msvc)

Updates `@next/swc-win32-ia32-msvc` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/win32-ia32-msvc)

Updates `@next/swc-win32-x64-msvc` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.9/packages/next-swc/crates/napi/npm/win32-x64-msvc)

Updates `@tauri-apps/cli-darwin-arm64` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-darwin-x64` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-linux-arm-gnueabihf` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-linux-arm64-gnu` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-linux-arm64-musl` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-linux-x64-gnu` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-linux-x64-musl` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-win32-arm64-msvc` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-win32-ia32-msvc` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@tauri-apps/cli-win32-x64-msvc` from 2.0.0-rc.10 to 2.0.0-rc.12
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.12)

Updates `@typescript-eslint/type-utils` from 8.4.0 to 7.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/type-utils)

Updates `@typescript-eslint/utils` from 8.4.0 to 7.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/utils)

Updates `axobject-query` from 3.1.1 to 4.1.0
- [Changelog](https://github.com/A11yance/axobject-query/blob/main/CHANGELOG.md)
- [Commits](A11yance/axobject-query@v3.1.1...v4.1.0)

Updates `caniuse-lite` from 1.0.30001655 to 1.0.30001659
- [Commits](browserslist/caniuse-lite@1.0.30001655...1.0.30001659)

Updates `cssnano-preset-default` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6)

Updates `electron-to-chromium` from 1.5.13 to 1.5.18
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.13...v1.5.18)

Updates `eslint-module-utils` from 2.8.2 to 2.11.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/utils/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/v2.11.0/utils)

Updates `eslint-plugin-import` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0)

Updates `eslint-plugin-jsx-a11y` from 6.9.0 to 6.10.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.9.0...v6.10.0)

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

Updates `is-bun-module` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/SunsetTechuila/is-bun-module/releases)
- [Changelog](https://github.com/SunsetTechuila/is-bun-module/blob/master/.releaserc.json)
- [Commits](SunsetTechuila/is-bun-module@v1.1.0...v1.2.1)

Updates `picocolors` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)
- [Commits](alexeyraspopov/picocolors@v1.0.1...v1.1.0)

Updates `postcss-convert-values` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.4)

Updates `postcss-discard-comments` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.3)

Updates `postcss-merge-longhand` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.4)

Updates `postcss-merge-rules` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.4)

Updates `postcss-minify-selectors` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.4)

Updates `postcss-unique-selectors` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.3)

Updates `source-map-js` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/7rulnik/source-map-js/releases)
- [Changelog](https://github.com/7rulnik/source-map-js/blob/patch-0.6.1/CHANGELOG.md)
- [Commits](7rulnik/source-map-js@v1.2.0...v1.2.1)

Updates `stylehacks` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.4)

Updates `yaml` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/env"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-win32-ia32-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-win32-x64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm-gnueabihf"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-ia32-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-x64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/type-utils"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/utils"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: axobject-query
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cssnano-preset-default
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-module-utils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-import
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-react
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: is-bun-module
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: picocolors
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss-convert-values
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-discard-comments
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-merge-longhand
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-merge-rules
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-minify-selectors
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-unique-selectors
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: source-map-js
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: stylehacks
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: yaml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-1248803152 branch September 16, 2024 21:15
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