Skip to content

Chore(deps): Bump the npm-dependencies group across 1 directory with 7 updates #3537

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2025

Bumps the npm-dependencies group with 7 updates in the / directory:

Package From To
@snyk/protect 1.1296.2 1.1297.1
zone.js 0.15.0 0.15.1
eslint 8.57.0 9.27.0
eslint-plugin-deprecation 2.0.0 3.0.0
eslint-plugin-jsdoc 48.11.0 50.6.17
stylelint-config-standard-scss 14.0.0 15.0.1
stylelint-scss 6.11.1 6.12.0

Updates @snyk/protect from 1.1296.2 to 1.1297.1

Release notes

Sourced from @​snyk/protect's releases.

v1.1297.1

1.1297.1 (2025-05-16)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes

  • test: Rollbacked a regression introduced by a change in gradle module resolution in version 1.1297.0 (7991133)

v1.1297.0

1.1297.0 (2025-05-14)

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Features

  • container: Support scanning container images from tar files without specifying a type (58b0861)
  • iac: Improve IaC deployment to avoid on the fly downloads (5108f58)
  • sbom: Introduce sbom monitor command (24e96c3)
  • test: Improve gradle module resolution (7991133)
  • language-server: Introduce explanation of AI fixes in IDEs (74fa322)

Bug Fixes

  • container: Fix issue when scanning invalid node manifest files (ceb8020)
  • code: Fix hash mismatches for files containing non-UTF-8 content (33d33e9)
  • iac: Ensure to use the correct org id when sharing results for v2 (1c4094a)
  • iac: Ensure to use target-name (2201f0a)
  • sbom: Fix issues when generating sboms based on NuGet .sln (80c43d9)
  • test: Fix issues when scanning gradle projects on Windows (11586cc)
  • test: Improve error messages when using fail-fast, all-projects and json (a396bd6)
  • test: Fix yarn 2 out of sync issues (18aee45)
  • test: Fix pnpm out of sync issue for duplicated peer and dev dependencies (2581e16)
  • test: Ensure internal dependencies are represented correctly when normalizing Gradle dependencies (c7e2713)
  • test: Fix testing composer-based PHP projects (39e3379)
  • language-server: Fix and improve issue filtering in IDEs (a474d67)
  • language-server: Fix unmanaged C/C++ scans with '—unmanaged' flag in additional parameters (01f53e3)
  • language-server: Fix applying Snyk Code AI fixes on the wrong lines (01f53e3)
Commits
  • 1068a17 Merge pull request #5897 from snyk/chore/update-release-notes
  • 80bb699 chore: update RELEASE_NOTES.md
  • 90c2cf6 Merge pull request #5896 from snyk/fix/revert_gradle_plugin
  • f36e11e fix(test): Revert gradle changes to fix android builds
  • 1fcd6de Merge pull request #5890 from snyk/chore/cherry-pick-rc
  • 9a56ff6 feat: automatic integration of language server 44a941375f2b27d2881d8fe22ccc61...
  • ab145f9 Merge pull request #5886 from snyk/chore/pick-rc-changes
  • 3cb7e89 chore: update commit links to point at 'snyk/cli'
  • da94bb3 chore: add missing release note links
  • 5555005 chore: update release notes
  • Additional commits viewable in compare view

Updates zone.js from 0.15.0 to 0.15.1

Changelog

Sourced from zone.js's changelog.

0.15.1 (2025-05-22)

Bug Fixes

  • zone.js: classes that extend Error should retain cause property (#61599) (ad8931c)
  • zone.js: more robust check for promise-like objects (#57388) (e608e6c), closes #57385
  • zone.js: remove abort listener once fetch is settled (#57882) (6976349)
Commits
  • e33444e release: cut the zone.js-0.15.1 release (#61632)
  • 1ea39e0 refactor(zone.js): Add a withProxyZone helper that might be used for unpatc...
  • ad8931c fix(zone.js): classes that extend Error should retain cause property (#61599)
  • e57509e build: update dependency google-closure-compiler to v20250519 (#61551)
  • c7420df build: update dependency google-closure-compiler to v20250518 (#61490)
  • 10c2ab2 build: lock file maintenance (#61456)
  • 41be5ee build: update dependency google-closure-compiler to v20250514 (#61439)
  • 7d39b4a build: update dependency google-closure-compiler to v20250407 (#61397)
  • b71c35a refactor: update packages/core:{core,src} to ts_project (#61275)
  • 0fc0d67 build: update cross-repo angular dependencies (#61286)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.27.0

Release notes

Sourced from eslint's releases.

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)

v9.26.0

Features

  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

v9.26.0 - May 2, 2025

  • 5b247c8 chore: upgrade to @eslint/[email protected] (#19681) (Francesco Trotta)
  • d6fa4ac chore: package.json update for @​eslint/js release (Jenkins)
  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • 96e84de fix: check cache file existence before deletion (#19648) (sethamus)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)

... (truncated)

Commits

Updates eslint-plugin-deprecation from 2.0.0 to 3.0.0

Release notes

Sourced from eslint-plugin-deprecation's releases.

v3.0.0

3.0.0 (2024-05-31)

Features

  • add plugin meta and support typescript-eslint@7 (#86) (1365f7f)

BREAKING CHANGES

  • Dropped support for ESLint v7.
Changelog

Sourced from eslint-plugin-deprecation's changelog.

3.0.0 (2024-05-31)

Features

  • add plugin meta and support typescript-eslint@7 (#86) (1365f7f)

BREAKING CHANGES

  • Dropped support for ESLint v7.

  • feat: add plugin meta and support typescript-eslint@7

  • Update package.json

Co-authored-by: Alex Malkevich [email protected]

  • Updated lockfile and other dependencies

  • skipLibCheck too

  • Goodbye, ESLint v7

Commits
  • 2c78bdb docs(changelog): release 3.0.0 [skip ci]
  • 1365f7f feat: add plugin meta and support typescript-eslint@7 (#86)
  • ae8ca95 docs(readme): update docs with code examples
  • See full diff in compare view

Updates eslint-plugin-jsdoc from 48.11.0 to 50.6.17

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.6.17

50.6.17 (2025-05-14)

Bug Fixes

  • require-param: update jsdoccomment to support exported TSFunctionType type; fixes #1386 (#1389) (e26a11a)

v50.6.16

50.6.16 (2025-05-14)

Bug Fixes

  • valid-types: fix parsing of expressions like [@returns](https://github.com/returns) {[@link](https://github.com/link) SomeType}; fixes #1381 (#1382) (2bd7242)

v50.6.15

50.6.15 (2025-05-14)

Bug Fixes

v50.6.14

50.6.14 (2025-05-10)

Bug Fixes

  • lines-before-block: Switch to a whitelist of punctuators (#1385) (0a30832)

v50.6.13

50.6.13 (2025-05-10)

Bug Fixes

v50.6.12

50.6.12 (2025-05-10)

Bug Fixes

  • no-undefined-types: workaround parse-imports-exports bug in handling trailing whitespace; fixes #1373 (#1384) (f32989c)

v50.6.11

50.6.11 (2025-04-25)

... (truncated)

Commits
  • e26a11a fix(require-param): update jsdoccomment to support exported TSFunctionType ...
  • 2bd7242 fix(valid-types): fix parsing of expressions like `@returns {@​link SomeType...
  • 1bef636 fix(no-undefined-types): avoid eslint 8 error; fixes #1387 (#1388)
  • 0a30832 fix(lines-before-block): Switch to a whitelist of punctuators (#1385)
  • 19fa3dc fix(lines-before-block): Only trigger after ';', '}', '|', and '&' (#1383)
  • f32989c fix(no-undefined-types): workaround parse-imports-exports bug in handling...
  • 65b0dc0 fix(check-values): workaround parse-imports-exports bug in handling trail...
  • 6d5c9fb fix(check-values, no-undefined-types): avoid need for worker; fixes #1371...
  • 771eadf Revert "refactor: replace synckit with make-synchronized (#1366)" (#1367)
  • f8e9960 refactor: replace synckit with make-synchronized (#1366)
  • Additional commits viewable in compare view

Updates stylelint-config-standard-scss from 14.0.0 to 15.0.1

Release notes

Sourced from stylelint-config-standard-scss's releases.

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

  • Changed: updated to [email protected].
  • Changed: updated to [email protected]
  • Removed: stylelint less than 16.18.0 from peer dependencies.
  • Removed: Node.js less than 22 support.
  • Fixed: length-zero-no-unit allow mixin/function argument default values with unit (#221).
Changelog

Sourced from stylelint-config-standard-scss's changelog.

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

  • Changed: updated to [email protected].
  • Changed: updated to [email protected]
  • Removed: stylelint less than 16.18.0 from peer dependencies.
  • Removed: Node.js less than 22 support.
  • Fixed: length-zero-no-unit allow mixin/function argument default values with unit (#221).
Commits

Updates stylelint-scss from 6.11.1 to 6.12.0

Release notes

Sourced from stylelint-scss's releases.

6.12.0

  • Added: double-slash-comment-whitespace-inside add autofix and fix incorrect error locations (#1146).
  • Added: declaration-property-value-no-unknown add support for nested properties with shorthand values (#1142).
  • Fixed: operator-no-unspaced don't check Tailwind Directives (#1147).
  • Fixed: at-use-no-redundant-alias fix false negative for single quotes (#1130).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.1...v6.12.0

Changelog

Sourced from stylelint-scss's changelog.

6.12.0

  • Added: double-slash-comment-whitespace-inside add autofix and fix incorrect error locations (#1146).
  • Added: declaration-property-value-no-unknown add support for nested properties with shorthand values (#1142).
  • Fixed: operator-no-unspaced don't check Tailwind Directives (#1147).
  • Fixed: at-use-no-redundant-alias fix false negative for single quotes (#1130).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.1...v6.12.0

Commits
  • d1deb4f 6.12.0
  • 2ceffc2 Prepare version 6.12.0
  • 9ec5456 double-slash-comment-whitespace-inside: add autofix to README
  • d586476 Update contributors list
  • e4b8fd4 build(deps): bump known-css-properties from 0.35.0 to 0.36.0 (#1148)
  • 474af23 build(deps-dev): bump jest-preset-stylelint from 7.2.0 to 7.3.0 (#1138)
  • a68c5ab operator-no-unspaced: don't check Tailwind Directives (#1147)
  • 762387a Improve double-slash-comment-whitespace-inside (#1146)
  • 9d9f088 build(deps-dev): bump stylelint from 16.16.0 to 16.19.1 (#1143)
  • bdfa665 declaration-property-value-no-unknown support for nested properties with shor...
  • 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

…7 updates

Bumps the npm-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@snyk/protect](https://github.com/snyk/snyk) | `1.1296.2` | `1.1297.1` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.15.0` | `0.15.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.27.0` |
| [eslint-plugin-deprecation](https://github.com/gund/eslint-plugin-deprecation) | `2.0.0` | `3.0.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.11.0` | `50.6.17` |
| [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) | `14.0.0` | `15.0.1` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.11.1` | `6.12.0` |



Updates `@snyk/protect` from 1.1296.2 to 1.1297.1
- [Release notes](https://github.com/snyk/snyk/releases)
- [Commits](snyk/cli@v1.1296.2...v1.1297.1)

Updates `zone.js` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.1/packages/zone.js)

Updates `eslint` from 8.57.0 to 9.27.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.27.0)

Updates `eslint-plugin-deprecation` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/gund/eslint-plugin-deprecation/releases)
- [Changelog](https://github.com/gund/eslint-plugin-deprecation/blob/master/CHANGELOG.md)
- [Commits](gund/eslint-plugin-deprecation@v2.0.0...v3.0.0)

Updates `eslint-plugin-jsdoc` from 48.11.0 to 50.6.17
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.11.0...v50.6.17)

Updates `stylelint-config-standard-scss` from 14.0.0 to 15.0.1
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v14.0.0...v15.0.1)

Updates `stylelint-scss` from 6.11.1 to 6.12.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.11.1...v6.12.0)

---
updated-dependencies:
- dependency-name: "@snyk/protect"
  dependency-version: 1.1297.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: zone.js
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-version: 9.27.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-deprecation
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 50.6.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: stylelint-config-standard-scss
  dependency-version: 15.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: stylelint-scss
  dependency-version: 6.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 23, 2025
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.

0 participants