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 across 1 directory with 6 updates #2908

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps the dependencies group with 6 updates in the /examples/nextjs-react-hook-form directory:

Package From To
@arcjet/next 1.0.0-alpha.34 1.0.0-beta.1
lucide-react 0.471.1 0.473.0
next 15.1.4 15.1.5
@typescript-eslint/parser 8.20.0 8.21.0
eslint-config-next 15.1.4 15.1.5
eslint-plugin-tailwindcss 3.17.5 3.18.0

Updates @arcjet/next from 1.0.0-alpha.34 to 1.0.0-beta.1

Release notes

Sourced from @​arcjet/next's releases.

v1.0.0-beta.1

1.0.0-beta.1 (2025-01-15)

See the migration guide at https://docs.arcjet.com/upgrading/sdk-migration

⚠ BREAKING CHANGES

  • redact: Correctly handle urlencoded data when tokenizing characters (#2864)
  • Correctly handle urlencoded data when tokenizing characters (#2863)
  • protocol: Improve deprecation message on enum-like field usage (#2855)
  • refactor wasm loading for analyze (#1832)

🚀 New Features

🪲 Bug Fixes

  • Correctly handle urlencoded data when tokenizing characters (#2863) (fa93290)
  • protocol: Improve deprecation message on enum-like field usage (#2855) (6512258)
  • protocol: Include cookies and query fields on reports (#2777) (cff2e3a)
  • redact: Correctly handle urlencoded data when tokenizing characters (#2864) (fbed883)

🏎️ Performance Improvements

  • analyze: Compile WebAssembly upon module load (#2727) (489f1c6)

🧹 Miscellaneous Chores

  • Deprecate Arcjet enum-like objects (#2684) (7d9ac4f), closes #2621
  • examples: Add Auth.js chained middleware example using Nosecone (#2640) (d9774cc)
  • examples: Restrict React to v18 in Next 14 example (#2778) (50cde21)
  • protocol: Opt out of Buf & ConnectRPC v2 changes (#2473) (06b5b21)
  • refactor wasm loading for analyze (#1832) (02e4435), closes #1448
  • runtime: Replace Jest with Node test harness (#2565) (ec60fe2), closes #9
  • Switch most test harnesses to node:test (#2479) (8a71bbc)
Changelog

Sourced from @​arcjet/next's changelog.

1.0.0-beta.1 (2025-01-15)

🧹 Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​arcjet/env bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • @​arcjet/headers bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • @​arcjet/ip bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • @​arcjet/logger bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • @​arcjet/protocol bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • @​arcjet/transport bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • arcjet bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
    • devDependencies
      • @​arcjet/eslint-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • @​arcjet/rollup-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
      • @​arcjet/tsconfig bumped from 1.0.0-alpha.34 to 1.0.0-beta.1
Commits

Updates lucide-react from 0.471.1 to 0.473.0

Release notes

Sourced from lucide-react's releases.

New icons 0.473.0

Modified Icons 🔨

New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

Commits

Updates next from 15.1.4 to 15.1.5

Release notes

Sourced from next's releases.

v15.1.5

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

Core Changes

  • Fix missing revalidate with notFound() (#75009)
  • fix: when metadatabase is set we should not warn (#74840)
  • Fix @​vercel/og license SPDX expression (#74745)
  • fix: ts language server rule metadata should allow null (#74704)
  • fix: eslint rule of using img in metadata routes (#74864)
  • Fix presentation when onerror receives an event without error (#74643)
  • fix fetch lock not being consistently released #74623 (#75028)

Credits

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

Commits

Updates @typescript-eslint/parser from 8.20.0 to 8.21.0

Release notes

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

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

Changelog

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

8.21.0 (2025-01-20)

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 15.1.4 to 15.1.5

Release notes

Sourced from eslint-config-next's releases.

v15.1.5

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

Core Changes

  • Fix missing revalidate with notFound() (#75009)
  • fix: when metadatabase is set we should not warn (#74840)
  • Fix @​vercel/og license SPDX expression (#74745)
  • fix: ts language server rule metadata should allow null (#74704)
  • fix: eslint rule of using img in metadata routes (#74864)
  • Fix presentation when onerror receives an event without error (#74643)
  • fix fetch lock not being consistently released #74623 (#75028)

Credits

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

Commits

Updates eslint-plugin-tailwindcss from 3.17.5 to 3.18.0

Release notes

Sourced from eslint-plugin-tailwindcss's releases.

v3.18.0

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 21, 2025 06:29
@dependabot dependabot bot requested review from blaine-arcjet and e-moran January 21, 2025 06:29
Copy link

trunk-io bot commented Jan 21, 2025

😎 Merged successfully - details.

Copy link

socket-security bot commented Jan 21, 2025

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] 🔁 npm/[email protected] None 0 222 kB francoismassart

🚮 Removed packages: npm/[email protected]

View full report↗︎

Copy link

socket-security bot commented Jan 21, 2025

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

…updates

Bumps the dependencies group with 6 updates in the /examples/nextjs-react-hook-form directory:

| Package | From | To |
| --- | --- | --- |
| [@arcjet/next](https://github.com/arcjet/arcjet-js/tree/HEAD/arcjet-next) | `1.0.0-alpha.34` | `1.0.0-beta.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.471.1` | `0.473.0` |
| [next](https://github.com/vercel/next.js) | `15.1.4` | `15.1.5` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.20.0` | `8.21.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.4` | `15.1.5` |
| [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) | `3.17.5` | `3.18.0` |



Updates `@arcjet/next` from 1.0.0-alpha.34 to 1.0.0-beta.1
- [Release notes](https://github.com/arcjet/arcjet-js/releases)
- [Changelog](https://github.com/arcjet/arcjet-js/blob/main/arcjet-next/CHANGELOG.md)
- [Commits](https://github.com/arcjet/arcjet-js/commits/v1.0.0-beta.1/arcjet-next)

Updates `lucide-react` from 0.471.1 to 0.473.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.473.0/packages/lucide-react)

Updates `next` from 15.1.4 to 15.1.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.4...v15.1.5)

Updates `@typescript-eslint/parser` from 8.20.0 to 8.21.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.21.0/packages/parser)

Updates `eslint-config-next` from 15.1.4 to 15.1.5
- [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/v15.1.5/packages/eslint-config-next)

Updates `eslint-plugin-tailwindcss` from 3.17.5 to 3.18.0
- [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases)
- [Commits](francoismassart/eslint-plugin-tailwindcss@v3.17.5...v3.18.0)

---
updated-dependencies:
- dependency-name: "@arcjet/next"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/nextjs-react-hook-form/dependencies-82f21dc279 branch from 199ca45 to 815e319 Compare January 22, 2025 07:00
@blaine-arcjet
Copy link
Contributor

@SocketSecurity ignore npm/[email protected]

@trunk-io trunk-io bot merged commit c2896de into main Jan 22, 2025
30 checks passed
@trunk-io trunk-io bot deleted the dependabot/npm_and_yarn/examples/nextjs-react-hook-form/dependencies-82f21dc279 branch January 22, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants