Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps the packages group with 14 updates:

Package From To
typescript-eslint 8.17.0 8.18.0
vercel 39.1.3 39.2.0
@typescript-eslint/eslint-plugin 8.17.0 8.18.0
@typescript-eslint/parser 8.17.0 8.18.0
@typescript-eslint/type-utils 8.17.0 8.18.0
@typescript-eslint/utils 8.17.0 8.18.0
@typescript-eslint/visitor-keys 8.17.0 8.18.0
@vercel/build-utils 8.6.0 8.7.0
@vercel/gatsby-plugin-vercel-builder 2.0.58 2.0.59
@vercel/node 3.2.28 3.2.29
@vercel/static-build 2.5.36 2.5.37
electron-to-chromium 1.5.71 1.5.72
node-releases 2.0.18 2.0.19
zod 3.23.8 3.24.0

Updates typescript-eslint from 8.17.0 to 8.18.0

Release notes

Sourced from typescript-eslint's releases.

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.18.0 (2024-12-09)

🩹 Fixes

  • typescript peer dependency (#10373)

❤️ Thank You

  • rtritto

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

Commits

Updates vercel from 39.1.3 to 39.2.0

Release notes

Sourced from vercel's releases.

vercel@39.2.0

Minor Changes

  • Prefer --archive=tgz-split over VERCEL_SPLIT_ARCHIVE (#12718)

Patch Changes

Changelog

Sourced from vercel's changelog.

39.2.0

Minor Changes

  • Prefer --archive=tgz-split over VERCEL_SPLIT_ARCHIVE (#12718)

Patch Changes

Commits

Updates @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0

Release notes

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

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

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • typescript peer dependency (#10373)

❤️ Thank You

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

Commits
  • c60dbab chore(release): publish 8.18.0
  • 0d65f17 chore: enforce repo nullish check style (#10419)
  • a54a8e1 fix(eslint-plugin): [use-unknown-in-catch-callback-variable] only flag functi...
  • 24a1510 fix(eslint-plugin): [no-base-to-string] handle more robustly when multiple `t...
  • 47f1ab3 feat(eslint-plugin): [switch-exhaustiveness-check] add support for "no defaul...
  • 772bd43 fix(eslint-plugin): [no-deprecated] check if a JSX attribute is deprecated (#...
  • 4cb2cf8 fix: typescript peer dependency (#10373)
  • 0cc7919 feat(eslint-plugin): [no-deprecated] report on super call of deprecated const...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.17.0 to 8.18.0

Release notes

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

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

8.18.0 (2024-12-09)

🩹 Fixes

  • typescript peer dependency (#10373)

❤️ Thank You

  • rtritto

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

Commits

Updates @typescript-eslint/type-utils from 8.17.0 to 8.18.0

Release notes

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

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

8.18.0 (2024-12-09)

🩹 Fixes

  • typescript peer dependency (#10373)

❤️ Thank You

  • rtritto

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

Commits

Updates @typescript-eslint/utils from 8.17.0 to 8.18.0

Release notes

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

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

8.18.0 (2024-12-09)

🩹 Fixes

  • typescript peer dependency (#10373)

❤️ Thank You

  • rtritto

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

Commits

Updates @typescript-eslint/visitor-keys from 8.17.0 to 8.18.0

Release notes

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

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

8.18.0 (2024-12-09)

This was a version bump only for visitor-keys 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 @vercel/build-utils from 8.6.0 to 8.7.0

Release notes

Sourced from @​vercel/build-utils's releases.

@​vercel/build-utils@​8.7.0

Minor Changes

  • Support splitting archive deployments in parts. (#12671)
Commits

Updates @vercel/gatsby-plugin-vercel-builder from 2.0.58 to 2.0.59

Release notes

Sourced from @​vercel/gatsby-plugin-vercel-builder's releases.

@​vercel/gatsby-plugin-vercel-builder@​2.0.59

Patch Changes

Changelog

Sourced from @​vercel/gatsby-plugin-vercel-builder's changelog.

2.0.59

Patch Changes

Commits

Updates @vercel/node from 3.2.28 to 3.2.29

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​3.2.29

Patch Changes

Changelog

Sourced from @​vercel/node's changelog.

3.2.29

Patch Changes

Commits

Updates @vercel/static-build from 2.5.36 to 2.5.37

Release notes

Sourced from @​vercel/static-build's releases.

@​vercel/static-build@​2.5.37

Patch Changes

  • Updated dependencies []:
    • @​vercel/gatsby-plugin-vercel-builder@​2.0.59
Changelog

Sourced from @​vercel/static-build's changelog.

2.5.37

Patch Changes

  • Updated dependencies []:
    • @​vercel/gatsby-plugin-vercel-builder@​2.0.59
Commits

Updates electron-to-chromium from 1.5.71 to 1.5.72

Commits

Updates node-releases from 2.0.18 to 2.0.19

Commits

Updates zod from 3.23.8 to 3.24.0

Release notes

Sourced from zod's releases.

v3.24.0

New features

Implement the Standard Schema spec

This is the first version of Zod to implement the Standard Schema spec. This is a new community effort among several validation library authors to implement a common interface, with the goal of simplifying the process of integrating schema validators with the rest of the ecosystem. Read more about the project and goals here.

z.string().jwt()

Thanks to @​Mokshit06 and @​Cognition-Labs for this contribution!

To verify that a string is a valid 3-part JWT.

z.string().jwt();

⚠️ This does not verify your JWT cryptographically! It merely ensures its in the proper format. Use a library like jsonwebtoken to verify the JWT signature, parse the token, and read the claims.

To constrain the JWT to a specific algorithm:

z.string().jwt({ alg: "RS256" });

z.string().base64url()

Thank you to @​marvinruder!

To complement the JWT validation, Zod 3.24 implements a standalone .base64url() string validation API. (The three elements of JWTs are base64url-encoded JSON strings.)

z.string().base64url()

This functionality is available along the standard z.string().base64() validator added in Zod 3.23.

z.string().cidr()

Thanks to @​wataryooou for their work on this!

A validator for CIDR notation for specifying IP address ranges, e.g. 192.24.12.0/22.

z.string().cidr()

To specify an IP version:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by colinhacks, a new releaser for zod since your current version.


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

Bumps the packages group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.17.0` | `8.18.0` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `39.1.3` | `39.2.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.17.0` | `8.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.17.0` | `8.18.0` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.17.0` | `8.18.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.17.0` | `8.18.0` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.17.0` | `8.18.0` |
| [@vercel/build-utils](https://github.com/vercel/vercel/tree/HEAD/packages/now-build-utils) | `8.6.0` | `8.7.0` |
| [@vercel/gatsby-plugin-vercel-builder](https://github.com/vercel/vercel/tree/HEAD/packages/gatsby-plugin-vercel-builder) | `2.0.58` | `2.0.59` |
| [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) | `3.2.28` | `3.2.29` |
| [@vercel/static-build](https://github.com/vercel/vercel/tree/HEAD/packages/static-build) | `2.5.36` | `2.5.37` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.71` | `1.5.72` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.18` | `2.0.19` |
| [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.0` |


Updates `typescript-eslint` from 8.17.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint)

Updates `vercel` from 39.1.3 to 39.2.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@39.2.0/packages/cli)

Updates `@typescript-eslint/eslint-plugin` from 8.17.0 to 8.18.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.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.17.0 to 8.18.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.18.0/packages/parser)

Updates `@typescript-eslint/type-utils` from 8.17.0 to 8.18.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/v8.18.0/packages/type-utils)

Updates `@typescript-eslint/utils` from 8.17.0 to 8.18.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/v8.18.0/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.17.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/visitor-keys)

Updates `@vercel/build-utils` from 8.6.0 to 8.7.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/build-utils@8.7.0/packages/now-build-utils)

Updates `@vercel/gatsby-plugin-vercel-builder` from 2.0.58 to 2.0.59
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/gatsby-plugin-vercel-builder/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/gatsby-plugin-vercel-builder@2.0.59/packages/gatsby-plugin-vercel-builder)

Updates `@vercel/node` from 3.2.28 to 3.2.29
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/node@3.2.29/packages/node)

Updates `@vercel/static-build` from 2.5.36 to 2.5.37
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/static-build/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/static-build@2.5.37/packages/static-build)

Updates `electron-to-chromium` from 1.5.71 to 1.5.72
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.71...v1.5.72)

Updates `node-releases` from 2.0.18 to 2.0.19
- [Commits](chicoxyzzy/node-releases@v2.0.18...v2.0.19)

Updates `zod` from 3.23.8 to 3.24.0
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.0)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vercel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/parser"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/type-utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/build-utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/gatsby-plugin-vercel-builder"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/node"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/static-build"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: node-releases
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: zod
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 10, 2024
@vercel
Copy link

vercel bot commented Dec 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-rest-api-executor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 10:39pm

@github-actions github-actions bot merged commit 469a450 into main Dec 10, 2024
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-93071c4829 branch December 10, 2024 22:39
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