-
Notifications
You must be signed in to change notification settings - Fork 11
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
deps(example): Bump the dependencies group in /examples/nextjs-14-react-hook-form with 9 updates #603
Conversation
😎 Merged successfully - details. |
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
917bad1
to
02f9519
Compare
Bumps the dependencies group in /examples/nextjs-14-react-hook-form with 9 updates: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.288.0` | `0.368.0` | | [next](https://github.com/vercel/next.js) | `14.2.0` | `14.2.1` | | [next-themes](https://github.com/pacocoursey/next-themes) | `0.2.1` | `0.3.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.2` | `7.51.3` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `1.14.0` | `2.2.2` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.74` | `18.2.79` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.62.0` | `7.7.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.1` | Updates `clsx` from 1.2.1 to 2.1.0 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](lukeed/clsx@v1.2.1...v2.1.0) Updates `lucide-react` from 0.288.0 to 0.368.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.368.0/packages/lucide-react) Updates `next` from 14.2.0 to 14.2.1 - [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.0...v14.2.1) Updates `next-themes` from 0.2.1 to 0.3.0 - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/commits/v0.3.0) Updates `react-hook-form` from 7.51.2 to 7.51.3 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.51.2...v7.51.3) Updates `tailwind-merge` from 1.14.0 to 2.2.2 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v1.14.0...v2.2.2) Updates `@types/react` from 18.2.74 to 18.2.79 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@typescript-eslint/parser` from 5.62.0 to 7.7.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/v7.7.0/packages/parser) Updates `eslint-config-next` from 14.1.4 to 14.2.1 - [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.1/packages/eslint-config-next) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: next-themes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
02f9519
to
60e7ca5
Compare
@davidmytton since I'm not as familiar with these deps and we don't test it in CI, can you verify that everything looks good for this example? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested - all looks good.
Superseded by #622. |
🤖 I have created a release *beep* *boop* --- <details><summary>@arcjet/decorate: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/decorate-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * dependencies * @arcjet/logger bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/protocol bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/duration: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/duration-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/next: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/next-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * dependencies * @arcjet/ip bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * arcjet bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/node: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/node-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * dependencies * @arcjet/ip bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * arcjet bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/analyze: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/analyze-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * dependencies * @arcjet/logger bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/eslint-config: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/eslint-config-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * Bump eslint-config-next from 14.1.4 to 14.2.1 ([#585](#585)) ([b92474b](b92474b)) * Bump eslint-config-next from 14.2.1 to 14.2.2 ([#621](#621)) ([3268a70](3268a70)) </details> <details><summary>@arcjet/ip: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/ip-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/logger: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/logger-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/protocol: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/protocol-v1.0.0-alpha.12) (2024-04-18) ### 🚀 New Features * Add configurable shield rule ([#609](#609)) ([a5717a1](a5717a1)), closes [#606](#606) ### 📦 Dependencies * Bump typeid-js from 0.5.0 to 0.6.0 ([#566](#566)) ([b6dcaeb](b6dcaeb)) * Bump typeid-js from 0.6.0 to 0.7.0 ([#620](#620)) ([8b09974](8b09974)) * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/rollup-config: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/rollup-config-v1.0.0-alpha.12) (2024-04-18) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>@arcjet/tsconfig: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...@arcjet/tsconfig-v1.0.0-alpha.12) (2024-04-18) ### 🧹 Miscellaneous Chores * **@arcjet/tsconfig:** Synchronize arcjet-js versions </details> <details><summary>arcjet: 1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](v1.0.0-alpha.11...arcjet-v1.0.0-alpha.12) (2024-04-18) ### ⚠ BREAKING CHANGES * Deprecate calling `protect()` with no rules ([#608](#608)) ### 🚀 New Features * Add configurable shield rule ([#609](#609)) ([a5717a1](a5717a1)), closes [#606](#606) * Add urls for Arcjet fly.io deployments ([#554](#554)) ([27d946b](27d946b)) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) ### 🧹 Miscellaneous Chores * Deprecate calling `protect()` with no rules ([#608](#608)) ([57a8f6b](57a8f6b)) ### Dependencies * The following workspace dependencies were updated * dependencies * @arcjet/analyze bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/duration bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/logger bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/protocol bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * devDependencies * @arcjet/eslint-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/rollup-config bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 * @arcjet/tsconfig bumped from 1.0.0-alpha.11 to 1.0.0-alpha.12 </details> <details><summary>1.0.0-alpha.12</summary> ## [1.0.0-alpha.12](v1.0.0-alpha.11...v1.0.0-alpha.12) (2024-04-18) ### ⚠ BREAKING CHANGES * Deprecate calling `protect()` with no rules ([#608](#608)) ### 🚀 New Features * Add configurable shield rule ([#609](#609)) ([a5717a1](a5717a1)), closes [#606](#606) * Add urls for Arcjet fly.io deployments ([#554](#554)) ([27d946b](27d946b)) ### 📦 Dependencies * Bump eslint-config-next from 14.1.4 to 14.2.1 ([#585](#585)) ([b92474b](b92474b)) * Bump eslint-config-next from 14.2.1 to 14.2.2 ([#621](#621)) ([3268a70](3268a70)) * Bump typeid-js from 0.5.0 to 0.6.0 ([#566](#566)) ([b6dcaeb](b6dcaeb)) * Bump typeid-js from 0.6.0 to 0.7.0 ([#620](#620)) ([8b09974](8b09974)) * **dev:** Bump @rollup/wasm-node from 4.14.1 to 4.14.3 ([#597](#597)) ([598adf0](598adf0)) * **dev:** Bump typescript from 5.4.4 to 5.4.5 ([#557](#557)) ([16af391](16af391)) * **example:** Bump eslint-config-next from 14.1.4 to 14.2.1 in /examples/nextjs-example in the dependencies group ([#583](#583)) ([93b7d22](93b7d22)) * **example:** Bump eslint-config-next from 14.2.1 to 14.2.2 in /examples/nextjs-13-pages-wrap in the dependencies group ([#631](#631)) ([78e7f71](78e7f71)) * **example:** Bump eslint-config-next from 14.2.1 to 14.2.2 in /examples/nextjs-example in the dependencies group ([#626](#626)) ([99c54ae](99c54ae)) * **example:** Bump hono from 4.2.4 to 4.2.5 in /examples/nodejs-hono-rl in the dependencies group ([#628](#628)) ([27f6d41](27f6d41)) * **example:** Bump the dependencies group across 1 directory with 3 updates ([#634](#634)) ([c57b920](c57b920)) * **example:** Bump the dependencies group across 1 directory with 3 updates ([#635](#635)) ([a0d587b](a0d587b)) * **example:** Bump the dependencies group across 1 directory with 6 updates ([#611](#611)) ([950279d](950279d)) * **example:** Bump the dependencies group in /examples/nextjs-13-pages-wrap with 3 updates ([#592](#592)) ([d24c26f](d24c26f)) * **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 2 updates ([#624](#624)) ([f4038dd](f4038dd)) * **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 4 updates ([#600](#600)) ([b02997f](b02997f)) * **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates ([#618](#618)) ([183cd3f](183cd3f)) * **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 4 updates ([#596](#596)) ([b1aac10](b1aac10)) * **example:** Bump the dependencies group in /examples/nextjs-14-authjs-5 with 2 updates ([#632](#632)) ([baf13f3](baf13f3)) * **example:** Bump the dependencies group in /examples/nextjs-14-authjs-5 with 4 updates ([#598](#598)) ([bd3ae6e](bd3ae6e)) * **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 2 updates ([#625](#625)) ([a08a5b3](a08a5b3)) * **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 5 updates ([#594](#594)) ([a53aa2d](a53aa2d)) * **example:** Bump the dependencies group in /examples/nextjs-14-clerk-shield with 5 updates ([#599](#599)) ([43fc6e6](43fc6e6)) * **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 2 updates ([#627](#627)) ([2ebf3fe](2ebf3fe)) * **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 4 updates ([#593](#593)) ([e250755](e250755)) * **example:** Bump the dependencies group in /examples/nextjs-14-ip-details with 2 updates ([#629](#629)) ([235599c](235599c)) * **example:** Bump the dependencies group in /examples/nextjs-14-ip-details with 4 updates ([#602](#602)) ([56b8338](56b8338)) * **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 2 updates ([#633](#633)) ([10aa44e](10aa44e)) * **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 4 updates ([#601](#601)) ([e9cd5ee](e9cd5ee)) * **example:** Bump the dependencies group in /examples/nextjs-14-openai with 3 updates ([#630](#630)) ([f381437](f381437)) * **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 2 updates ([#623](#623)) ([a499f3f](a499f3f)) * **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 4 updates ([#591](#591)) ([0d6a7d5](0d6a7d5)) * **example:** Bump the dependencies group in /examples/nextjs-14-react-hook-form with 9 updates ([#603](#603)) ([a46de79](a46de79)) * **example:** Bump the dependencies group in /examples/nodejs-hono-rl with 2 updates ([#580](#580)) ([e49db56](e49db56)) ### 📝 Documentation * **examples:** Add missing Vercel external-id ([#617](#617)) ([cb59c81](cb59c81)) * **examples:** Fix build warnings ([#616](#616)) ([e2cbd2a](e2cbd2a)) * **examples:** Fix deploy button rendering ([#614](#614)) ([515168b](515168b)) * **examples:** Remove redirect from deploy button ([#615](#615)) ([2f93ba6](2f93ba6)) * **examples:** Remove shield from rule ([1eb02d2](1eb02d2)) * **examples:** Remove shield from rules ([#613](#613)) ([1eb02d2](1eb02d2)) ### 🧹 Miscellaneous Chores * **ci:** Temporarily ignore eslint 9 updates ([#543](#543)) ([a8ac938](a8ac938)) * Deprecate calling `protect()` with no rules ([#608](#608)) ([57a8f6b](57a8f6b)) * **example:** Remove log of user input ([24c97a0](24c97a0)) * **examples:** Add Hono + Node.js example ([#538](#538)) ([e0e84c8](e0e84c8)) * **examples:** Added new Next.js + React Hook Form example ([#559](#559)) ([b0a13a4](b0a13a4)) * **examples:** Remove log of user input ([#525](#525)) ([24c97a0](24c97a0)) * **examples:** Update examples app deploy button ([#612](#612)) ([999e1bb](999e1bb)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Bumps the dependencies group in /examples/nextjs-14-react-hook-form with 9 updates:
1.2.1
2.1.0
0.288.0
0.368.0
14.2.0
14.2.1
0.2.1
0.3.0
7.51.2
7.51.3
1.14.0
2.2.2
18.2.74
18.2.79
5.62.0
7.7.0
14.1.4
14.2.1
Updates
clsx
from 1.2.1 to 2.1.0Release notes
Sourced from clsx's releases.
... (truncated)
Commits
a60db12
2.1.01a49142
feat: addclsx/lite
module5cac14c
2.0.1855eec2
chore(bench): include ≠ symbolbf64e71
chore: update module size6e3b2b9
chore: update benchmarks;554ad31
chore: dedicated string vs number var usage;deff09b
chore: cache arguments/array lengths (#26)6e2468e
fix(ci): replace nyc -> c8308a238
chore(ci): update node matrixUpdates
lucide-react
from 0.288.0 to 0.368.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
0ee6b84
chore(deps-dev): bump vite from 5.0.12 to 5.0.13 (#2043)ad1accb
refactor: Adds repo shared package@lucide/shared
(#1904)ca4a38b
Fix import statements (#1922)eb035fe
Improve formatting (#1814)55f264b
Bump vite from 5.0.10 to 5.0.12 (#1817)d4cbe89
Remove aliasesSupport flag from rollup.config.mjs (#1794)ef89510
Implement deprecated block comment (#1765)faff6a8
Update dependencies and general improvements in packages (#1773)bb1e470
Bump vite from 4.4.7 to 4.4.12 (#1714)84b3c46
remove extra space in svg class attribute (#1703)Updates
next
from 14.2.0 to 14.2.1Release notes
Sourced from next's releases.
... (truncated)
Commits
c0ae6f6
v14.2.19d7ce74
modify scripts597aa44
update publish configs14987d9
use pathToFileUrl to make esm import()s work with absolute windows paths (#64...Updates
next-themes
from 0.2.1 to 0.3.0Release notes
Sourced from next-themes's releases.
Commits
Updates
react-hook-form
from 7.51.2 to 7.51.3Release notes
Sourced from react-hook-form's releases.
Commits
c152074
7.51.3ca78e72
🐞 fix #11773 regression on dirty check with reset (#11775)Updates
tailwind-merge
from 1.14.0 to 2.2.2Release notes
Sourced from tailwind-merge's releases.
... (truncated)
Commits
dac08e4
v2.2.22a60d7f
add changelog742a07a
Merge pull request #392 from dcastil/bugfix/391/fix-arbitrary-shadow-with-ins...3901cb1
add info about inset to validators docsdc50b45
add inset to shadow regex0a7dff0
add test case for fix41117c8
Merge pull request #375 from dcastil/renovate/actions-cache-4.xae7e688
chore(deps): update actions/cache action to v48731937
Merge pull request #382 from dcastil/renovate/release-drafter-release-drafter...7a76ee8
Merge pull request #383 from dcastil/renovate/major-typescript-eslint-monorepoUpdates
@types/react
from 18.2.74 to 18.2.79Commits
Updates
@typescript-eslint/parser
from 5.62.0 to 7.7.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0a6ab2cb
feat: bump npm dependency ranges (#8860)a14ba9d
chore(release): publish 7.5.0ecb6b55
docs: add homepage (#8742)d5615d7
fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues
(#8784)5d24691
chore(release): publish 7.4.0e408b93
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...5995614
chore(release): publish 7.3.14cf8ec7
chore(release): publish 7.3.0Updates
eslint-config-next
from 14.1.4 to 14.2.1Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
c0ae6f6
v14.2.1774563f
v14.2.07aabb1d
v14.2.0-canary.67265d7b9
v14.2.0-canary.6622754fa
v14.2.0-canary.65167ea33
v14.2.0-canary.64c289063
v14.2.0-canary.63e46d088
v14.2.0-canary.6242f8ac1
v14.2.0-canary.61acaf642
v14.2.0-canary.60Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions