Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2025

Bumps the packages group with 11 updates:

Package From To
@eslint/compat 1.4.1 2.0.0
eslint-plugin-boundaries 5.1.0 5.2.0
vercel 48.9.2 48.10.2
@emnapi/core 1.7.0 1.7.1
@emnapi/runtime 1.7.0 1.7.1
@vercel/python 6.0.4 6.0.5
@vercel/routing-utils 5.2.1 5.2.2
caniuse-lite 1.0.30001754 1.0.30001755
csstype 3.1.3 3.2.2
electron-to-chromium 1.5.250 1.5.254
style-to-object 1.0.12 1.0.14

Updates @eslint/compat from 1.4.1 to 2.0.0

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0

migrate-config: v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.4.1 to ^2.0.0
    • devDependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0

migrate-config: v1.6.1

1.6.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.4.0 to ^1.4.1

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0
Commits

Updates eslint-plugin-boundaries from 5.1.0 to 5.2.0

Release notes

Sourced from eslint-plugin-boundaries's releases.

Improve performance

eslint-plugin v5.2.0

Added

  • feat: Start supporting new template data and syntax, as described in #370. Not added to the documentation yet, as it is still in beta testing phase.
  • feat: Add setting legacy-templates to enable/disable the old template data and syntax. By default, it is enabled for backward compatibility. Not added to the documentation yet, as the new template data and syntax is still in beta testing phase.
  • feat(#371): Publish eslint-plugin both to @​boundaries/eslint-plugin and eslint-plugin-boundaries package names.
  • feat: Add cache setting to enable/disable the new cache mechanism used to boost performance. By default, it is enabled. We recommend to keep it enabled unless you experience issues. In such case, please, open an issue describing the problem.

Changed

  • feat: Improve performance in approximately 30% in large codebases by optimizing cache usage and reducing redundant computations when resolving elements and matching rules.
  • refactor(#371): Extract element descriptors and matching logic to a separate module to improve code organization, readability and reusability.
  • refactor: Overall performance improvements and code optimizations.
  • feat: Add empty schema to rules without options to validate them correctly.

Fixed

  • fix: Assign internalPaths correctly when in elements setting the mode is 'file' but the pattern matches folders, not files. Now it returns the correct internalPaths instead of the matched folder name.
  • fix: Assign relationships correctly in dependencies. Now ancestor and nephew relationships are assigned correctly. Previously, all ancestors with a common parent were considered uncles.

elements v1.1.0

Added

  • feat: Implement cache for micromatch results, regex and captures to improve performance.
  • feat: Add cache option to allow disabling the cache.

Changed

  • refactor: Overall performance improvements and code optimizations.

Fixed

  • fix: Fix cache performance issues by implementing custom string generation for well-known objects, and removing caching for keys based on complex objects to avoid performance degradation.
  • fix: Legacy selectors being an array with only one element now correctly treated as a single string selector.

Modularization - Beta 2

eslint-plugin

Added

  • feat: Add cache setting to enable/disable the new cache mechanism used to boost performance. By default, it is enabled. We recommend to keep it enabled unless you experience issues. In such case, please, open an issue describing the problem.

Changed

  • feat: Boost performance to approximately 2x in large codebases by optimizing cache usage and reducing redundant computations when resolving elements and matching rules.
  • refactor: Overall performance improvements and code optimizations.

... (truncated)

Commits

Updates vercel from 48.9.2 to 48.10.2

Release notes

Sourced from vercel's releases.

vercel@48.10.2

Patch Changes

  • Fix issue where manual routes was checking wrong path for routes.json (#14266)

vercel@48.10.1

Patch Changes

vercel@48.10.0

Minor Changes

  • Adding in command vc open, to open project in browser (#14237)
Changelog

Sourced from vercel's changelog.

48.10.2

Patch Changes

  • Fix issue where manual routes was checking wrong path for routes.json (#14266)

48.10.1

Patch Changes

48.10.0

Minor Changes

  • Adding in command vc open, to open project in browser (#14237)
Commits

Updates @emnapi/core from 1.7.0 to 1.7.1

Release notes

Sourced from @​emnapi/core's releases.

v1.7.1

What's Changed

Full Changelog: toyobayashi/emnapi@v1.7.0...v1.7.1

Commits

Updates @emnapi/runtime from 1.7.0 to 1.7.1

Release notes

Sourced from @​emnapi/runtime's releases.

v1.7.1

What's Changed

Full Changelog: toyobayashi/emnapi@v1.7.0...v1.7.1

Commits

Updates @vercel/python from 6.0.4 to 6.0.5

Release notes

Sourced from @​vercel/python's releases.

@​vercel/python@​6.0.5

Patch Changes

  • make python version range detection in requires-python in pyproject.toml more robust (#14258)
Changelog

Sourced from @​vercel/python's changelog.

6.0.5

Patch Changes

  • make python version range detection in requires-python in pyproject.toml more robust (#14258)
Commits

Updates @vercel/routing-utils from 5.2.1 to 5.2.2

Release notes

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

@​vercel/routing-utils@​5.2.2

Patch Changes

  • Allow header values of up to 32kb in length in routes. (#14263)
Changelog

Sourced from @​vercel/routing-utils's changelog.

5.2.2

Patch Changes

  • Allow header values of up to 32kb in length in routes. (#14263)
Commits

Updates caniuse-lite from 1.0.30001754 to 1.0.30001755

Commits

Updates csstype from 3.1.3 to 3.2.2

Commits

Updates electron-to-chromium from 1.5.250 to 1.5.254

Commits

Updates style-to-object from 1.0.12 to 1.0.14

Release notes

Sourced from style-to-object's releases.

v1.0.14

1.0.14 (2025-11-16)

Build System

  • deps: bump inline-style-parser from 0.2.6 to 0.2.7 (#818) (31ca552)

v1.0.13

1.0.13 (2025-11-16)

Documentation

  • readme: replace badgen.net with shields.io status badges (34d0947)
Changelog

Sourced from style-to-object's changelog.

1.0.14 (2025-11-16)

Build System

  • deps: bump inline-style-parser from 0.2.6 to 0.2.7 (#818) (31ca552)

1.0.13 (2025-11-16)

Documentation

  • readme: replace badgen.net with shields.io status badges (34d0947)
Commits
  • 6afc049 Merge pull request #819 from remarkablemark/release-please--branches--master-...
  • 852ef85 chore(master): release 1.0.14
  • 31ca552 build(deps): bump inline-style-parser from 0.2.6 to 0.2.7 (#818)
  • e40a58f Merge pull request #816 from remarkablemark/release-please--branches--master-...
  • f349f25 build(deps-dev): bump @​eslint/compat in the eslint group (#817)
  • 5930c0c chore(master): release 1.0.13
  • 34d0947 docs(readme): replace badgen.net with shields.io status badges
  • 4612ed7 build(deps-dev): bump @​types/node from 24.10.0 to 24.10.1 (#815)
  • 8a7f972 build(deps-dev): bump the typescript-eslint group with 2 updates (#814)
  • 0bcc852 build(deps-dev): bump rollup from 4.52.5 to 4.53.2 (#813)
  • Additional commits viewable in compare view

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 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.4.1` | `2.0.0` |
| [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) | `5.1.0` | `5.2.0` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `48.9.2` | `48.10.2` |
| [@emnapi/core](https://github.com/toyobayashi/emnapi) | `1.7.0` | `1.7.1` |
| [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.7.0` | `1.7.1` |
| [@vercel/python](https://github.com/vercel/vercel/tree/HEAD/packages/python) | `6.0.4` | `6.0.5` |
| [@vercel/routing-utils](https://github.com/vercel/vercel/tree/HEAD/packages/routing-utils) | `5.2.1` | `5.2.2` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001754` | `1.0.30001755` |
| [csstype](https://github.com/frenic/csstype) | `3.1.3` | `3.2.2` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.250` | `1.5.254` |
| [style-to-object](https://github.com/remarkablemark/style-to-object) | `1.0.12` | `1.0.14` |


Updates `@eslint/compat` from 1.4.1 to 2.0.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.0/packages/compat)

Updates `eslint-plugin-boundaries` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases)
- [Commits](javierbrea/eslint-plugin-boundaries@v5.1.0...v5.2.0)

Updates `vercel` from 48.9.2 to 48.10.2
- [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@48.10.2/packages/cli)

Updates `@emnapi/core` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.7.0...v1.7.1)

Updates `@emnapi/runtime` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.7.0...v1.7.1)

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

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

Updates `caniuse-lite` from 1.0.30001754 to 1.0.30001755
- [Commits](browserslist/caniuse-lite@1.0.30001754...1.0.30001755)

Updates `csstype` from 3.1.3 to 3.2.2
- [Release notes](https://github.com/frenic/csstype/releases)
- [Changelog](https://github.com/frenic/csstype/blob/master/.release-it.json)
- [Commits](frenic/csstype@v3.1.3...v3.2.2)

Updates `electron-to-chromium` from 1.5.250 to 1.5.254
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.250...v1.5.254)

Updates `style-to-object` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/remarkablemark/style-to-object/releases)
- [Changelog](https://github.com/remarkablemark/style-to-object/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/style-to-object@v1.0.12...v1.0.14)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: eslint-plugin-boundaries
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vercel
  dependency-version: 48.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@emnapi/core"
  dependency-version: 1.7.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.7.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/python"
  dependency-version: 6.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/routing-utils"
  dependency-version: 5.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001755
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: csstype
  dependency-version: 3.2.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-version: 1.5.254
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: style-to-object
  dependency-version: 1.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Nov 16, 2025
@vercel
Copy link

vercel bot commented Nov 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
github-rest-api-executor Error Error Nov 16, 2025 10:31pm

@github-actions github-actions bot merged commit 2364217 into main Nov 16, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-53eada6ff8 branch November 16, 2025 22:31
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