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

deps(example): Bump the dependencies group in /examples/nextjs-14-react-hook-form with 9 updates #603

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps the dependencies group in /examples/nextjs-14-react-hook-form with 9 updates:

Package From To
clsx 1.2.1 2.1.0
lucide-react 0.288.0 0.368.0
next 14.2.0 14.2.1
next-themes 0.2.1 0.3.0
react-hook-form 7.51.2 7.51.3
tailwind-merge 1.14.0 2.2.2
@types/react 18.2.74 18.2.79
@typescript-eslint/parser 5.62.0 7.7.0
eslint-config-next 14.1.4 14.2.1

Updates clsx from 1.2.1 to 2.1.0

Release notes

Sourced from clsx's releases.

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b Adds 5 bytes (+2%) for ~3% avg performance gain Thank you @​jalalazimi

Chores

  • Update module size: bf64e71
  • Update benchmark results: 855eec2, 6e3b2b9,
  • Replace nyc with c8 in CI: 6e2468e
  • Update Node CI matrix: 308a238
  • Fix readme typos (#76, #82): 42354d3, 4c9a55d Thank you @​andipaetzold and @​acusti

Full Changelog: lukeed/clsx@v2.0.0...v2.0.1

... (truncated)

Commits

Updates lucide-react from 0.288.0 to 0.368.0

Release notes

Sourced from lucide-react's releases.

New icons 0.368.0

Modified Icons 🔨

New icons 0.367.0

New icons 🎨

Modified Icons 🔨

New icons 0.366.0

New icons 🎨

Modified Icons 🔨

New icons 0.365.0

New icons 🎨

Modified Icons 🔨

New icons 0.364.0

New icons 🎨

Modified Icons 🔨

... (truncated)

Commits

Updates next from 14.2.0 to 14.2.1

Release notes

Sourced from next's releases.

v14.2.1

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

Core Changes

  • use pathToFileUrl to make esm import()s work with absolute windows paths (#64386) @​sokra

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.7

Core Changes

  • Update font data: #64481
  • BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: #64199
  • feat: strip traceparent header from cachekey: #64499
  • Fix typo in dynamic-rendering.ts: #64365

Documentation Changes

  • Fix missing PagesOnly in 05-mdx: #64505
  • chore(docs): Add example usage of PixelBin custom image loader: #64074

Misc Changes

  • chore: Update pnpm v8.15.14 to v8.15.7: #64479
  • Add typechecking test for all entrypoints: #64478

Credits

Huge thanks to @​ryota-murakami, @​ijjk, @​pnutmath, @​feugy, @​Jeffrey-Zutt, @​wiesson, and @​eps1lon for helping!

v14.2.1-canary.6

Core Changes

  • improve turborepo caching: #64493

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.5

Core Changes

  • Fix client boundary inheritance for barrel optimization: #64467

Documentation Changes

... (truncated)

Commits

Updates next-themes from 0.2.1 to 0.3.0

Release notes

Sourced from next-themes's releases.

v0.3.0

What's

  • "use client" was added to the library output so that you can use it as a React Client component without creating a wrapper.

New Contributors

Full Changelog: pacocoursey/next-themes@v0.2.0...v0.3.0

Commits

Updates react-hook-form from 7.51.2 to 7.51.3

Release notes

Sourced from react-hook-form's releases.

Version 7.51.3

🐞 fix #11773 regression on dirty check with reset (#11775)

Commits

Updates tailwind-merge from 1.14.0 to 2.2.2

Release notes

Sourced from tailwind-merge's releases.

v2.2.2

Bug Fixes

Documentation

Full Changelog: dcastil/tailwind-merge@v2.2.1...v2.2.2

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, a private sponsor and @​jamesreaco for sponsoring tailwind-merge! ❤️

v2.2.1

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.2.0...v2.2.1

Thanks to @​brandonmcconnell, @​manavm1990 and @​langy for sponsoring tailwind-merge! ❤️

v2.2.0

New Features

Full Changelog: dcastil/tailwind-merge@v2.1.0...v2.2.0

Thanks to @​brandonmcconnell, @​manavm1990, @​ErwinAI and @​langy for sponsoring tailwind-merge! ❤️

v2.1.0

New Features

Bug Fixes

Documentation

Full Changelog: dcastil/tailwind-merge@v2.0.0...v2.1.0

Thanks to @​brandonmcconnell, @​manavm1990, @​ErwinAI and @​langy for sponsoring tailwind-merge! ❤️

v2.0.0

The tailwind-merge v2 release has been sitting here almost finished for 2 months already. But the timing was never quite right, especially thinking about the increased support needed after the release. In the meantime, the product of the company I work at launched in public beta and I married. Thank you for your patience.

... (truncated)

Commits
  • dac08e4 v2.2.2
  • 2a60d7f add changelog
  • 742a07a Merge pull request #392 from dcastil/bugfix/391/fix-arbitrary-shadow-with-ins...
  • 3901cb1 add info about inset to validators docs
  • dc50b45 add inset to shadow regex
  • 0a7dff0 add test case for fix
  • 41117c8 Merge pull request #375 from dcastil/renovate/actions-cache-4.x
  • ae7e688 chore(deps): update actions/cache action to v4
  • 8731937 Merge pull request #382 from dcastil/renovate/release-drafter-release-drafter...
  • 7a76ee8 Merge pull request #383 from dcastil/renovate/major-typescript-eslint-monorepo
  • Additional commits viewable in compare view

Updates @types/react from 18.2.74 to 18.2.79

Commits

Updates @typescript-eslint/parser from 5.62.0 to 7.7.0

Release notes

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

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

... (truncated)

Changelog

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

7.7.0 (2024-04-15)

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.

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

... (truncated)

Commits
  • e44a1a2 chore(release): publish 7.7.0
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • Additional commits viewable in compare view

Updates eslint-config-next from 14.1.4 to 14.2.1

Release notes

Sourced from eslint-config-next's releases.

v14.2.1

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

Core Changes

  • use pathToFileUrl to make esm import()s work with absolute windows paths (#64386) @​sokra

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.7

Core Changes

  • Update font data: #64481
  • BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: #64199
  • feat: strip traceparent header from cachekey: #64499
  • Fix typo in dynamic-rendering.ts: #64365

Documentation Changes

  • Fix missing PagesOnly in 05-mdx: #64505
  • chore(docs): Add example usage of PixelBin custom image loader: #64074

Misc Changes

  • chore: Update pnpm v8.15.14 to v8.15.7: #64479
  • Add typechecking test for all entrypoints: #64478

Credits

Huge thanks to @​ryota-murakami, @​ijjk, @​pnutmath, @​feugy, @​Jeffrey-Zutt, @​wiesson, and @​eps1lon for helping!

v14.2.1-canary.6

Core Changes

  • improve turborepo caching: #64493

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.5

Core Changes

  • Fix client boundary inheritance for barrel optimization: #64467

Documentation Changes

... (truncated)

Commits

Dependabot 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

@dependabot dependabot bot requested a review from a team as a code owner April 16, 2024 15:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 16, 2024
@dependabot dependabot bot requested a review from blaine-arcjet April 16, 2024 15:39
Copy link

trunk-io bot commented Apr 16, 2024

😎 Merged successfully - details.

Copy link

socket-security bot commented Apr 16, 2024

No dependency changes detected. Learn more about Socket for GitHub ↗︎

👍 No dependency changes detected in pull request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-b254ac083b branch from 917bad1 to 02f9519 Compare April 17, 2024 06:38
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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-b254ac083b branch from 02f9519 to 60e7ca5 Compare April 17, 2024 11:00
@blaine-arcjet
Copy link
Contributor

@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?

Copy link
Contributor

@davidmytton davidmytton left a 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.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2024

Superseded by #622.

@dependabot dependabot bot closed this Apr 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-b254ac083b branch April 18, 2024 06:19
@blaine-arcjet blaine-arcjet restored the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-b254ac083b branch April 18, 2024 14:40
@blaine-arcjet blaine-arcjet reopened this Apr 18, 2024
@trunk-io trunk-io bot merged commit a46de79 into main Apr 18, 2024
33 of 34 checks passed
@trunk-io trunk-io bot deleted the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-b254ac083b branch April 18, 2024 14:50
trunk-io bot pushed a commit that referenced this pull request Apr 18, 2024
🤖 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).
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants