Skip to content

build(deps): bump the npm-dependencies group with 12 updates#471

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-0c241012ba
Closed

build(deps): bump the npm-dependencies group with 12 updates#471
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-0c241012ba

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Bumps the npm-dependencies group with 12 updates:

Package From To
@awesome.me/webawesome 3.7.0 3.8.0
@sparticuz/chromium 148.0.0 149.0.0
commander 14.0.3 15.0.0
parse5 7.3.0 8.0.1
vite 8.0.14 8.0.16
@netlify/functions 5.2.2 5.3.0
@types/node 24.12.4 25.9.2
@typescript-eslint/eslint-plugin 8.59.4 8.60.1
@typescript-eslint/parser 8.59.4 8.60.1
eslint 10.4.0 10.4.1
netlify-cli 26.0.2 26.1.0
typescript-eslint 8.59.4 8.60.1

Updates @awesome.me/webawesome from 3.7.0 to 3.8.0

Release notes

Sourced from @​awesome.me/webawesome's releases.

v3.8.0

Bug Fixes

Commits

  • 0704951: fix copy button test (konnorrogers)
  • 8312c32: fix copy button test (konnorrogers)
  • 340c281: syncing component badges across views via shared macro (#2391) (Brian Talbot) #2391
  • Standardizing Hover Utilities for Card Links (#2390) #2390 (Brian Talbot)
  • Polish Changelog View (#2395) #2395 (Brian Talbot)
  • 9888c98: Make linkify-components Transformer Site-Wide (#2397) (Brian Talbot) #2397
  • Set wa-breadcrumb-item Render href="" as a Link (#2398) #2398 (Brian Talbot)
  • 3fd7088: fixing wa-breadcrumb-item regression rendering as link when href is absent (#2400) (Brian Talbot) #2400
  • 057ef4d: using new size-based values (#2399) (Brian Talbot) #2399
  • f39a4de: udpated changelog (#2406) (Kelsey Jackson) #2406
  • c699518: Fixed link to themes in Angular documentation (#2408) (Anna Johansson) #2408
  • 86adc26: update changelog (#2410) (Cory LaViska) #2410
  • d2c9062: ignore assets directories (#2417) (Konnor Rogers) #2417
  • 2c91bb2: styling wa-textarea disabled state to match wa-input (#2419) (Brian Talbot) #2419
  • 2194fc5: fix padding bug (#2411) (Cory LaViska) #2411
  • Code Example Polish (#2414) #2414 (Brian Talbot)
  • 50ad382: Syncing Component Durations + WA Transition Tokens (#2423) (Brian Talbot) #2423
  • Improve Lighthouse Score (#2420) #2420 (Brian Talbot)
  • 0c785a0: extending transition token sync to wa-combobox and wa-toast-item (#2427) (Brian Talbot) #2427
  • e75719f: unifying component category labels across the docs (#2431) (Brian Talbot) #2431
  • d5aab1c: fixing build awesome nav link by sourcing from site.json (#2432) (Brian Talbot) #2432
  • 7dac904: don't clip outlines everywhere (#2440) (Cory LaViska) #2440
  • 829abbd: Make drawer lightDismiss default false (#2437) (DanielKanyo) #2437
  • ed1aaf7: add tests + changelog; #2437 (#2446) (Cory LaViska) #2446
  • 0c052ab: Add scroll into view handleDocumentKeyDown (#2430) (Wendelin) #2430
  • 57537db: Wendevlin fix dropdown scroll (#2447) (Cory LaViska) #2447
  • f4e485d: add changelog (#2448) (Cory LaViska) #2448
  • 630fc68: fix link; closes #2445 (#2449) (Cory LaViska) #2449
  • 7e0f421: Reset menu styles in Native Styles (#2450) (Lindsay M) #2450
  • Link to a Component's Category (#2443) #2443 (Brian Talbot)
  • 4fb78fc: Improve placement of content in textarea when exceeding rows (#2424) (trent) #2424
  • c3999db: Add text-transform-Based Text Utilities (#2404) (Brian Talbot) #2404
  • 4012339: Add text-align-Based Text Utilities + Adopt Flat wa-text- Naming (#2403) (Brian Talbot) #2403
  • fff9166: Revise Native Styles (#2459) (Brian Talbot) #2459
  • 117d515: Add Prose Text Utility (#2370) (Brian Talbot) #2370
  • d43e26c: Rewrite theming documentation (#2249) (Lindsay M) #2249
  • 4d00ea0: Add and components (#2434) (Kelsey Jackson) #2434
  • 2fe74a1: submit empty strings for null form values (#2463) (Konnor Rogers) #2463
  • 63e6f13: update zoomable frame to import wa-icon (#2466) (Konnor Rogers) #2466
  • 50bdfbc: Add <wa-time-picker>, <wa-known-date>, and supporting translations, events, etc. for <wa-date-picker> and <wa-calendar> (#2407) (Cory LaViska) #2407
  • eafe6e2: Add forked qr-library with support for images (#2139) (Konnor Rogers) #2139
  • 72c389b: Date picker again (#2468) (Cory LaViska) #2468
  • beacbd1: prettier (Cory LaViska)
  • 49ef47c: fix selector column (#2469) (Cory LaViska) #2469

... (truncated)

Commits

Updates @sparticuz/chromium from 148.0.0 to 149.0.0

Release notes

Sourced from @​sparticuz/chromium's releases.

v149.0.0

@​sparticuz/chromium v149.0.0, @​sparticuz/chromium-min v149.0.0

The chromium-v149.0.0-layer.ARCH.zip file may be uploaded directly as a layer in AWS Lambda using the following code

bucketName="chromiumUploadBucket" && archType="x64" && \
aws s3 cp chromium-v149.0.0-layer.${archType}.zip "s3://${bucketName}/chromiumLayers/chromium-v149.0.0-layer.${archType}.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v149.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v149.0.0-layer.${archType}.zip" --compatible-runtimes "nodejs20.x" "nodejs22.x" "nodejs24.x" --compatible-architectures $(if [ "$archType" = "x64" ]; then echo "x86_64"; else echo "$archType"; fi)

The chromium-v149.0.0-pack.ARCH.tar file may be uploaded to any https endpoint and the remote location may be used as the input variable in the chromium.executablePath(input) function.

If you or your company has financially benefited from this project, please support it's continued development by becoming a monthly sponsor on GitHub. Your contribution helps cover monthly maintenance costs and ensures ongoing improvements.

What's Changed

  • Breaking: Dropped CommonJS support. Ecmascript module support only. This mirrors puppeteer's removal of CJS.
  • Breaking: Puppeteer now returns a promise for puppeteer.defaultArgs(). This must be awaited in your code if you use it.
  • Breaking: Chromium to 149.0.7827.22, Puppeteer Updates by @​github-actions[bot] in Sparticuz/chromium#503

Full Changelog: Sparticuz/chromium@v148.0.0...v149.0.0

Commits
  • 3dbad60 149.0.0
  • e150374 Merge pull request #503 from Sparticuz/chore/chromium-update-1625079
  • 6a02ef2 fix: set engines.node to ^22.17.0 || >=24.0.0 to reflect backport and stable ...
  • 10194a9 Potential fix for pull request finding
  • 66dbab4 fix: correct bin path depth in paths.ts for flat tsc output (build/ not build...
  • 02f3537 fix: update package exports and types to point to build/ not build/esm/
  • 6407ad8 chore: ignore bin directory and remove debug console.log from integration test
  • 409363d fix: await puppeteer.defaultArgs in visual-regression tool
  • 620658d fix: use separate TAR_EXTENSION_REGEX for isTar to exclude plain .br/.gz files
  • 14de077 chore: update deps and remove paths.cjs.ts
  • Additional commits viewable in compare view

Updates commander from 14.0.3 to 15.0.0

Release notes

Sourced from commander's releases.

v15.0.0

Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.

The release of Commander 15 moves Commander 14 into maintenance. Commander 14 will get security updates for 12 months (to May 2027). For more info see Release Policy.

Added

  • show excess command-arguments in error message (#2384)

Fixed

  • Breaking: only lone --no-* option sets default option value to true, default not implicitly set when define both positive and negative option in either order (#2405)
  • update example to use compatible character for MINGW64 (#2475)

Changed

  • Breaking: migrated Commander implementation from CommonJS to ESM (#2464)
  • Breaking: Commander 15 requires Node.js v22.12.0 or higher (for require(esm)).
  • dev: switch tests from Jest to node:test test runner (#2463)

Deleted

  • Breaking: removed deprecated export of commander/esm.mjs (#2464)

Migration Tips

Commander 15 is ESM only, but this does not mean you need to migrate to ESM to use it. Importing ESM from CommonJS is supported by Node.js, and Bun, and Deno. Hopefully it Just Works for you! However, you may be using a different runtime or some other part of your setup that may not yet natively support importing ESM from CommonJS, such as your testing framework or bundler.

If you have problems using Commander 15 in your environment, one option is stay on Commander 14 for now. Commander 14 will get security updates until May 2027 and things will hopefully improve for your setup in the meantime.

v15.0.0-0

Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.

The release of Commander 15 in May 2026 will move Commander 14 into maintenance. Commander 14 will get security updates for 12 months (to May 2027). For more info see Release Policy.

Added

  • show excess command-arguments in error message (#2384)

Fixed

  • Breaking: only lone --no-* option sets default option value to true, default not implicitly set when define both positive and negative option in either order (#2405)
  • update example to use compatible character for MINGW64 (#2475)

... (truncated)

Changelog

Sourced from commander's changelog.

[15.0.0] (2026-05-29)

Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.

The release of Commander 15 moves Commander 14 into maintenance. Commander 14 will get security updates for 12 months (to May 2027). For more info see Release Policy.

Added

  • show excess command-arguments in error message (#2384)

Fixed

  • Breaking: only lone --no-* option sets default option value to true, default not implicitly set when define both positive and negative option in either order (#2405)
  • update example to use compatible character for MINGW64 (#2475)

Changed

  • Breaking: migrated Commander implementation from CommonJS to ESM (#2464)
  • Breaking: Commander 15 requires Node.js v22.12.0 or higher (for require(esm)).
  • dev: switch tests from Jest to node:test test runner (#2463)

Deleted

  • Breaking: removed deprecated export of commander/esm.mjs (#2464)

Migration Tips

Commander 15 is ESM only, but this does not mean you need to migrate to ESM to use it. Importing ESM from CommonJS is supported by Node.js, and Bun, and Deno. Hopefully it Just Works for you! However, you may be using a different runtime or some other part of your setup that may not yet natively support importing ESM from CommonJS, such as your testing framework or bundler.

If you have problems using Commander 15 in your environment, one option is stay on Commander 14 for now. Commander 14 will get security updates until May 2027 and things will hopefully improve for your setup in the meantime.

[15.0.0-0] (2026-02-22)

(Released as 15.0.0)

Commits

Updates parse5 from 7.3.0 to 8.0.1

Release notes

Sourced from parse5's releases.

v8.0.1

What's Changed

... (truncated)

Commits
  • 0d56627 chore: v8.0.1 (#1743)
  • e402276 chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 (#1742)
  • acf9d7b chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#1741)
  • bcf1946 chore(deps-dev): bump prettier from 3.8.2 to 3.8.3 (#1740)
  • 03b441c chore(deps-dev): bump typescript-eslint from 8.58.1 to 8.58.2 (#1739)
  • b3f1261 chore(deps-dev): bump globals from 17.4.0 to 17.5.0 (#1738)
  • 7e420ae chore(deps-dev): bump typedoc from 0.28.18 to 0.28.19 (#1737)
  • 28a9468 chore(deps-dev): bump @​vitest/coverage-v8 from 4.1.3 to 4.1.4 (#1736)
  • 9ec822f chore(deps-dev): bump prettier from 3.8.1 to 3.8.2 (#1735)
  • 2d230bf chore(deps-dev): bump nano-staged from 0.9.0 to 1.0.2 (#1734)
  • Additional commits viewable in compare view

Updates vite from 8.0.14 to 8.0.16

Release notes

Sourced from vite's releases.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.16 (2026-06-01)

Bug Fixes

8.0.15 (2026-06-01)

Features

Bug Fixes

  • capitalize error messages and remove spurious space in parse error (#22488) (85a0eff)
  • deps: update all non-major dependencies (#22511) (2686d7d)
  • dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762) (47c4213)
  • glob: error on relative glob in virtual module when no files match (#22497) (5c8e98f)
  • optimizer: close the rolldown bundle when write() rejects (#22528) (e3cfb9d)
  • resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509) (40985f1)

Miscellaneous Chores

Code Refactoring

Commits

Updates @netlify/functions from 5.2.2 to 5.3.0

Release notes

Sourced from @​netlify/functions's releases.

functions: v5.3.0

5.3.0 (2026-05-29)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​netlify/types bumped from 2.7.0 to 2.8.0
Changelog

Sourced from @​netlify/functions's changelog.

5.3.0 (2026-05-29)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​netlify/types bumped from 2.7.0 to 2.8.0
Commits

Updates @types/node from 24.12.4 to 25.9.2

Commits

Updates @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.1

Release notes

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

v8.60.1

8.60.1 (2026-06-01)

🩹 Fixes

  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)

❤️ Thank You

See GitHub Releases for more information.

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

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.60.1 (2026-06-01)

🩹 Fixes

  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)
  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)

❤️ Thank You

See GitHub Releases for more information.

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

8.60.0 (2026-05-25)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

Commits
  • 4f84a69 chore(release): publish 8.60.1
  • 598af56 docs(eslint-plugin): clarify no-redeclare type-value collision not covered by...
  • 1849b53 chore: typecheck using tsgo (#12139)
  • 5341d59 chore: fix lint issues (#12369)
  • f525814 fix(eslint-plugin): [no-shadow] correct rule to match ESLint v10 handling (#1...
  • 2df540c chore(eslint-plugin): defer type checks to improve rules performance (#12296)
  • 1ab4284 fix(eslint-plugin): respect ECMAScript line terminators in ts-comment rules (...
  • 2f49df5 docs: update references to @stylistic/eslint-plugin rules in documentation ...
  • f891c29 chore(release): publish 8.60.0
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.59.4 to 8.60.1

Release notes

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

v8.60.1

8.60.1 (2026-06-01)

🩹 Fixes

  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)

❤️ Thank You

See GitHub Releases for more information.

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

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.60.1 (2026-06-01)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

8.60.0 (2026-05-25)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

Commits

Updates eslint from 10.4.0 to 10.4.1

Release notes

Sourced from eslint's releases.

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)

daKmoR and others added 2 commits June 6, 2026 16:12
Bumps the npm-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@awesome.me/webawesome](https://github.com/shoelace-style/webawesome) | `3.7.0` | `3.8.0` |
| [@sparticuz/chromium](https://github.com/Sparticuz/chromium) | `148.0.0` | `149.0.0` |
| [commander](https://github.com/tj/commander.js) | `14.0.3` | `15.0.0` |
| [parse5](https://github.com/inikulin/parse5) | `7.3.0` | `8.0.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.14` | `8.0.16` |
| [@netlify/functions](https://github.com/netlify/primitives/tree/HEAD/packages/functions/prod) | `5.2.2` | `5.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.4` | `25.9.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.4` | `8.60.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.4` | `8.60.1` |
| [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.4.1` |
| [netlify-cli](https://github.com/netlify/cli) | `26.0.2` | `26.1.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.4` | `8.60.1` |


Updates `@awesome.me/webawesome` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/shoelace-style/webawesome/releases)
- [Commits](shoelace-style/webawesome@v3.7.0...v3.8.0)

Updates `@sparticuz/chromium` from 148.0.0 to 149.0.0
- [Release notes](https://github.com/Sparticuz/chromium/releases)
- [Commits](Sparticuz/chromium@v148.0.0...v149.0.0)

Updates `commander` from 14.0.3 to 15.0.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.3...v15.0.0)

Updates `parse5` from 7.3.0 to 8.0.1
- [Release notes](https://github.com/inikulin/parse5/releases)
- [Commits](inikulin/parse5@v7.3.0...v8.0.1)

Updates `vite` from 8.0.14 to 8.0.16
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

Updates `@netlify/functions` from 5.2.2 to 5.3.0
- [Release notes](https://github.com/netlify/primitives/releases)
- [Changelog](https://github.com/netlify/primitives/blob/main/packages/functions/prod/CHANGELOG.md)
- [Commits](https://github.com/netlify/primitives/commits/functions-v5.3.0/packages/functions/prod)

Updates `@types/node` from 24.12.4 to 25.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.59.4 to 8.60.1
- [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.60.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.4 to 8.60.1
- [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.60.1/packages/parser)

Updates `eslint` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.0...v10.4.1)

Updates `netlify-cli` from 26.0.2 to 26.1.0
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v26.0.2...v26.1.0)

Updates `typescript-eslint` from 8.59.4 to 8.60.1
- [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.60.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@awesome.me/webawesome"
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@sparticuz/chromium"
  dependency-version: 149.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: commander
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: parse5
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@netlify/functions"
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.9.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: netlify-cli
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

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 Jun 6, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 6, 2026

⚠️ No Changeset found

Latest commit: 6f2b1ff

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 6, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-0c241012ba branch June 6, 2026 14:56
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.

1 participant