kvnxiao / tauri-nextjs-template

A Tauri + Next.js (SSG) template, with TailwindCSS, opinionated linting, and GitHub Actions preconfigured
MIT License
306 stars 30 forks source link

Bump the all group with 47 updates #262

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the all group with 47 updates:

Package From To
next 14.2.8 14.2.11
@biomejs/biome 1.8.3 1.9.1
@tauri-apps/cli 1.6.1 1.6.2
@types/jest 29.5.12 29.5.13
@types/node 22.5.4 22.5.5
@types/react 18.3.5 18.3.6
@typescript-eslint/eslint-plugin 8.4.0 8.5.0
@typescript-eslint/parser 8.4.0 8.5.0
eslint-config-next 14.2.8 14.2.11
husky 9.1.5 9.1.6
postcss 8.4.45 8.4.47
tailwindcss 3.4.10 3.4.11
typescript 5.5.4 5.6.2
@biomejs/cli-darwin-arm64 1.8.3 1.9.1
@biomejs/cli-darwin-x64 1.8.3 1.9.1
@biomejs/cli-linux-arm64-musl 1.8.3 1.9.1
@biomejs/cli-linux-arm64 1.8.3 1.9.1
@biomejs/cli-linux-x64-musl 1.8.3 1.9.1
@biomejs/cli-linux-x64 1.8.3 1.9.1
@biomejs/cli-win32-arm64 1.8.3 1.9.1
@biomejs/cli-win32-x64 1.8.3 1.9.1
@eslint-community/regexpp 4.11.0 4.11.1
@next/env 14.2.8 14.2.11
@next/eslint-plugin-next 14.2.8 14.2.11
@next/swc-darwin-arm64 14.2.8 14.2.11
@next/swc-darwin-x64 14.2.8 14.2.11
@next/swc-linux-arm64-gnu 14.2.8 14.2.11
@next/swc-linux-arm64-musl 14.2.8 14.2.11
@next/swc-linux-x64-gnu 14.2.8 14.2.11
@next/swc-linux-x64-musl 14.2.8 14.2.11
@next/swc-win32-arm64-msvc 14.2.8 14.2.11
@next/swc-win32-ia32-msvc 14.2.8 14.2.11
@next/swc-win32-x64-msvc 14.2.8 14.2.11
@tauri-apps/cli-darwin-arm64 1.6.1 1.6.2
@tauri-apps/cli-darwin-x64 1.6.1 1.6.2
@tauri-apps/cli-linux-arm-gnueabihf 1.6.1 1.6.2
@tauri-apps/cli-linux-arm64-gnu 1.6.1 1.6.2
@tauri-apps/cli-linux-arm64-musl 1.6.1 1.6.2
@tauri-apps/cli-linux-x64-gnu 1.6.1 1.6.2
@tauri-apps/cli-linux-x64-musl 1.6.1 1.6.2
@tauri-apps/cli-win32-arm64-msvc 1.6.1 1.6.2
@tauri-apps/cli-win32-ia32-msvc 1.6.1 1.6.2
@tauri-apps/cli-win32-x64-msvc 1.6.1 1.6.2
caniuse-lite 1.0.30001659 1.0.30001660
electron-to-chromium 1.5.18 1.5.23
eslint-plugin-react 7.35.2 7.36.1
get-tsconfig 4.8.0 4.8.1

Updates next from 14.2.8 to 14.2.11

Release notes

Sourced from next's releases.

v14.2.11

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

Core Changes

  • fix: correct metadata url suffix (vercel/next.js#69959)
  • fix: setting assetPrefix to URL format breaks HMR (#70040)
  • Update revalidateTag to batch tags in one request (#65296)

Credits

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

v14.2.10

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

Core Changes

Credits

Huge thanks to @​huozhi and @​ijjk for helping!

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!

Commits


Updates @biomejs/biome from 1.8.3 to 1.9.1

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.1

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

  • Revert #3731 to fix broken quick fixes and code actions. Contributed by @​nhedger

Linter

New Features

Bug fixes

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.9.1-nightly.12688b6...cli/v1.9.1

CLI v1.9.1-nightly.12688b6

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

Configuration

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.1 (2024-09-15)

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

Editors

Bug fixes

  • Revert #3731 to fix broken quick fixes and code actions. Contributed by @​nhedger

Linter

New Features

Bug fixes

v1.9.0 (2024-09-12)

Analyzer

CLI

New features

  • Add --graphql-linter-enabled option, to control whether the linter should be enabled or not for GraphQL files. Contributed by @​ematipico

  • New EXPERIMENTAL search command. The search command allows you to search a Biome project using GritQL syntax.

    GritQL is a powerful language that lets you do structural searches on your codebase. This means that trivia such as whitespace or even the type of strings quotes used will be ignored in your search query. It also has many features for querying the structure of your code, making it much more elegant for searching code than regular expressions.

    While we believe this command may already be useful to users in some situations (especially when integrated in the IDE extensions!), we also had an ulterior motive for adding this command: We intend to utilize GritQL for our plugin efforts, and by allowing our users to try it out in a first iteration, we hope to gain insight in the type of queries you want to do, as well as the bugs we need to focus on.

    For now, the search command is explicitly marked as EXPERIMENTAL, since many bugs remain. Keep this in mind when you try it out, and please let us know your issues!

    Note: GritQL escapes code snippets using backticks, but most shells interpret backticks as command invocations. To avoid this, it's best to put single quotes around your Grit queries.

    biome search '`console.log($message)`' # find all `console.log` invocations
    

... (truncated)

Commits


Updates @tauri-apps/cli from 1.6.1 to 1.6.2

Release notes

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

@​tauri-apps/cli v1.6.2

[1.6.2]

Dependencies

  • Upgraded to tauri-cli@1.6.2
Commits
  • bd3c153 Apply Version Updates From Current Changes (v1) (#11012)
  • 328b11f fix(ci): increase timeout, cache updater fixtures
  • 649e01f fix(tests): start updater server once
  • 02dfb03 fix(tests): use hyper instead of tiny-http to serve updates
  • 963411a chore(tests): enhance e2e test logs and delay for CI
  • 70b8525 fix(ci): install webkit2gtk-4.1 for e2e tests
  • 6d629cb fix: integration tests
  • 5f5c7c7 fix(ci): downgrade mac-notification-sys to 0.6.1
  • 26d243f fix(core): restart cannot handle binary name change on macOS (#10991)
  • 8a0e93b fixes iframes in windows causes window.TAURI_INVOKE is not a function err...
  • Additional commits viewable in compare view


Updates @types/jest from 29.5.12 to 29.5.13

Commits


Updates @types/node from 22.5.4 to 22.5.5

Commits


Updates @types/react from 18.3.5 to 18.3.6

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 eslint-config-next from 14.2.8 to 14.2.11

Release notes

Sourced from eslint-config-next's releases.

v14.2.11

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

Core Changes

  • fix: correct metadata url suffix (vercel/next.js#69959)
  • fix: setting assetPrefix to URL format breaks HMR (#70040)
  • Update revalidateTag to batch tags in one request (#65296)

Credits

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

v14.2.10

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

Core Changes

Credits

Huge thanks to @​huozhi and @​ijjk for helping!

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!

Commits


Updates husky from 9.1.5 to 9.1.6

Release notes

Sourced from husky's releases.

v9.1.6

What's Changed

New Contributors

Full Changelog: https://github.com/typicode/husky/compare/v9.1.5...v9.1.6

Commits


Updates postcss from 8.4.45 to 8.4.47

Release notes

Sourced from postcss's releases.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').
Changelog

Sourced from postcss's changelog.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').
Commits


Updates tailwindcss from 3.4.10 to 3.4.11

Release notes

Sourced from tailwindcss's releases.

v3.4.11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
Changelog

Sourced from tailwindcss's changelog.

[3.4.11] - 2024-09-11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
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 @biomejs/cli-darwin-arm64 from 1.8.3 to 1.9.1

Release notes

Sourced from @​biomejs/cli-darwin-arm64's releases.

CLI v1.9.1

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

  • Revert #3731 to fix broken quick fixes and code actions. Contributed by @​nhedger

Linter

New Features

Bug fixes

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.9.1-nightly.12688b6...cli/v1.9.1

CLI v1.9.1-nightly.12688b6

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

Configuration

... (truncated)

Changelog

Sourced from @​biomejs/cli-darwin-arm64's changelog.

v1.9.1 (2024-09-15)

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

Editors

Bug fixes

  • Revert #3731 to fix broken quick fixes and code actions. Contributed by @​nhedger

Linter

New Features

Bug fixes

v1.9.0 (2024-09-12)

Analyzer

CLI

New features

  • Add --graphql-linter-enabled option, to control whether the linter should be enabled or not for GraphQL files. Contributed by @​ematipico

  • New EXPERIMENTAL search command. The search command allows you to search a Biome project using GritQL syntax.

    GritQL is a powerful language that lets you do structural searches on your codebase. This means that trivia such as whitespace or even the type of strings quotes used will be ignored in your search query. It also has many features for querying the structure of your code, making it much more elegant for searching code than regular expressions.

    While we believe this command may already be useful to users in some situations (especially when integrated in the IDE extensions!), we also had an ulterior motive for adding this command: We intend to utilize GritQL for our plugin efforts, and by allowing our users to try it out in a first iteration, we hope to gain insight in the type of queries you want to do, as well as the bugs we need to focus on.

    For now, the search command is explicitly marked as EXPERIMENTAL, since many bugs remain. Keep this in mind when you try it out, and please let us know your issues!

    Note: GritQL escapes code snippets using backticks, but most shells interpret backticks as command invocations. To avoid this, it's best to put single quotes around your Grit queries.

    biome search '`console.log($message)`' # find all `console.log` invocations
    

... (truncated)

Commits


Updates @biomejs/cli-darwin-x64 from 1.8.3 to 1.9.1

Release notes

Sourced from @​biomejs/cli-darwin-x64's releases.

CLI v1.9.1

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

  • Revert #3731 to fix broken quick fixes and code actions. Contributed by @​nhedger

Linter

New Features

Bug fixes

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.9.1-nightly.12688b6...cli/v1.9.1

CLI v1.9.1-nightly.12688b6

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

Configuration

... (truncated)

Changelog

Sourced from @​biomejs/cli-darwin-x64's changelog.

v1.9.1 (2024-09-15)

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci