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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

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

Package From To
@jsverse/transloco 7.6.0 7.6.1
@snyk/protect 1.1296.0 1.1296.1
luxon 3.5.0 3.6.1
@types/luxon 3.4.2 3.6.0
eslint 8.57.0 9.23.0
eslint-plugin-deprecation 2.0.0 3.0.0
eslint-plugin-jsdoc 48.11.0 50.6.9
stylelint 16.16.0 16.17.0

Updates @jsverse/transloco from 7.6.0 to 7.6.1

Commits
  • 4fc2651 chore(release): publish
  • 9ff0b25 fix(transloco): 🐛 ngDevMode declaration issue (#843)
  • 7d278e8 ci: 🎡 remove old workflow
  • e2a04ea chore(transloco): 🤖 automatically sync the README file
  • 120a0b2 docs: ✏️ update README
  • See full diff in compare view

Updates @snyk/protect from 1.1296.0 to 1.1296.1

Release notes

Sourced from @​snyk/protect's releases.

v1.1296.1

1.1296.1 (2025-03-27)

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

News

  • test: Add poetry v2 support (49c6652)
  • code: Fix backward compatibility issue in sarif driver name (5ef6442)
  • iac: Fix iac test network issues (815ed82)
  • language-server: Increase authentication resilience (07fc381)
  • language-server: Avoid that the trust dialog blocks the application. (07fc381)
  • language-server: Fix duplicate Open Source Issues appearing only in a single IDE tree node, despite occurring in multiple files. (07fc381)
  • dependency: Upgrade golang.org/x/net to address CVE-2025-22870 (7edd450)
Commits
  • 011e4a7 Merge pull request #5803 from snyk/chore/update_release_1296_1
  • 921e95e chore: merge release-candidate into release/1.1296 Mi 26 Mär 2025 18:47:43 CET
  • ed38581 Merge pull request #5802 from snyk/chore/prepare_release_1296_1
  • 58f0a68 chore: Update Release_Notes.md
  • 49c6652 fix: upgrade plugin for poetry v2 support [OSM-2442]
  • 8ff2300 fix: removed FeatureFlagNotEnabled iac error and upgraded snyk-iac-test versi...
  • f8e14b5 chore: update native code test workflow feature flags
  • 815ed82 fix(iac): proxy iac test request [IAC-324]
  • 7edd450 fix(dependency): upgrade golang.org/x/net to address CVE-2025-22870
  • 5ef6442 fix(code): fix backward compatibility issue in sarif driver name
  • Additional commits viewable in compare view

Updates luxon from 3.5.0 to 3.6.1

Changelog

Sourced from luxon's changelog.

3.6.1 (2025-03-31)

  • Add Fallback for minimalDays being removed from Intl.WeekInfo
  • Fix various caches when JS keywords like "constructor" are used for names

3.6.0 (2025-03-25)

  • Add Interval.lastDateTime
  • Fix a bug that could cause wrong timezone calculations when multiple timezones are in use
Commits
  • 93c85a3 Release version 3.6.1
  • 7bd2d17 Fix #1693 Add fallback for removed 'minimalDays'
  • 4e37fa5 Add note about result order to Interval.merge documentation
  • 949f923 Use Maps for all caches instead of plain objects
  • 9a08074 Fix IANAZone instance and DTF caching when JS keywords are passed
  • 8cf5b83 release version 3.6.0
  • 20139a3 Fix broken caching in guessOffsetForZone
  • aedc7bd Modify tokenParser tests to suit CLDR 46 (#1680)
  • b952fc5 Include documentation that toSeconds() returns a floating point number (#1681)
  • 42a4699 fix: fix toRelativeCalendar tests depending on current time
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @types/luxon from 3.4.2 to 3.6.0

Commits

Updates eslint from 8.57.0 to 9.23.0

Release notes

Sourced from eslint's releases.

v9.23.0

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg ✨)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
  • 4a0df16 feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#19498) (Josh Goldberg ✨)

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#19423) (Tanuj Kanti)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#19499) (fisker Cheung)

Documentation

  • 5405939 docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
  • 48b53d6 docs: replace var with const in examples (#19539) (Nitin Kumar)
  • c39d7db docs: Update README (GitHub Actions Bot)
  • a4f8760 docs: revert accidental changes (#19542) (Francesco Trotta)
  • 280128f docs: add copy button (#19512) (xbinaryx)
  • cd83eaa docs: replace var with const in examples (#19530) (Nitin Kumar)
  • 7ff0cde docs: Update README (GitHub Actions Bot)
  • 996cfb9 docs: migrate sass to module system (#19518) (xbinaryx)
  • 17cb958 docs: replace var with let and const in rule examples (#19515) (Tanuj Kanti)
  • 83e24f5 docs: Replace var with let or const (#19511) (Jenna Toff)
  • a59d0c0 docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)
  • fe92927 docs: require-unicode-regexp add note for i flag and \w (#19510) (Chaemin-Lim)

Build Related

  • 2357edd build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)

Chores

  • 0ac8ea4 chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)
  • 20591c4 chore: package.json update for @​eslint/js release (Jenkins)
  • 901344f chore: update dependency @​eslint/json to ^0.11.0 (#19552) (renovate[bot])
  • 5228383 chore: fix update-readme formatting (#19544) (Milos Djermanovic)
  • 5439525 chore: format JSON files in Trunk (#19541) (Francesco Trotta)
  • 75adc99 chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)
  • 2395168 chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)
  • 129882d chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)
  • 1738dbc chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)
  • dc854fd chore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])
  • 5d57496 chore: fix some comments (#19525) (jimmycathy)
  • 9c5c6ee test: fix an assertion failure (#19500) (fisker Cheung)
  • 7a699a6 chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)
  • c99db89 test: replace WebdriverIO with Cypress (#19465) (Pixel998)

v9.22.0

Features

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.23.0 - March 21, 2025

  • 0ac8ea4 chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)
  • 20591c4 chore: package.json update for @​eslint/js release (Jenkins)
  • 901344f chore: update dependency @​eslint/json to ^0.11.0 (#19552) (renovate[bot])
  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
  • 2357edd build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)
  • 5405939 docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
  • 48b53d6 docs: replace var with const in examples (#19539) (Nitin Kumar)
  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
  • 5228383 chore: fix update-readme formatting (#19544) (Milos Djermanovic)
  • c39d7db docs: Update README (GitHub Actions Bot)
  • a4f8760 docs: revert accidental changes (#19542) (Francesco Trotta)
  • 5439525 chore: format JSON files in Trunk (#19541) (Francesco Trotta)
  • 75adc99 chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)
  • 2395168 chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)
  • 129882d chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)
  • 1738dbc chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg ✨)
  • 280128f docs: add copy button (#19512) (xbinaryx)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#19423) (Tanuj Kanti)
  • cd83eaa docs: replace var with const in examples (#19530) (Nitin Kumar)
  • 7ff0cde docs: Update README (GitHub Actions Bot)
  • 996cfb9 docs: migrate sass to module system (#19518) (xbinaryx)
  • dc854fd chore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])
  • 4a0df16 feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
  • 5d57496 chore: fix some comments (#19525) (jimmycathy)
  • 17cb958 docs: replace var with let and const in rule examples (#19515) (Tanuj Kanti)
  • 83e24f5 docs: Replace var with let or const (#19511) (Jenna Toff)
  • a59d0c0 docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
  • fe92927 docs: require-unicode-regexp add note for i flag and \w (#19510) (Chaemin-Lim)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#19499) (fisker Cheung)
  • 9c5c6ee test: fix an assertion failure (#19500) (fisker Cheung)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#19498) (Josh Goldberg ✨)
  • 7a699a6 chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)
  • c99db89 test: replace WebdriverIO with Cypress (#19465) (Pixel998)

v9.22.0 - March 7, 2025

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)

... (truncated)

Commits
  • 2aaadce 9.23.0
  • 4a1ca8e Build: changelog update for 9.23.0
  • 0ac8ea4 chore: update dependencies for v9.23.0 release (#19554)
  • 20591c4 chore: package.json update for @​eslint/js release
  • 901344f chore: update dependency @​eslint/json to ^0.11.0 (#19552)
  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535)
  • 2357edd build: exclude autogenerated files from Prettier formatting (#19548)
  • 5405939 docs: show red underlines in TypeScript examples in rules docs (#19547)
  • 48b53d6 docs: replace var with const in examples (#19539)
  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531)
  • Additional commits viewable in compare view

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 3644678+gund@users.noreply.github.com

  • 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.9

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.6.9

50.6.9 (2025-03-23)

Reverts

  • Revert "refactor: replace synckit with make-synchronized (#1366)" (#1367) (771eadf)

v50.6.8

50.6.8 (2025-03-17)

Bug Fixes

v50.6.7

50.6.7 (2025-03-17)

Bug Fixes

  • no-undefined-types: allow any available identifier; fixes #178,#1342 (1c38930)

v50.6.6

50.6.6 (2025-03-10)

Bug Fixes

  • empty-tags: allow for JSDoc-block final asterisks; fixes #670 (23b4bfa)

v50.6.5

50.6.5 (2025-03-10)

Bug Fixes

  • text-escaping: always allow content in example tags; fixes #1360 (6baad05)

v50.6.4

50.6.4 (2025-03-10)

Bug Fixes

v50.6.3

... (truncated)

Commits
  • 771eadf Revert "refactor: replace synckit with make-synchronized (#1366)" (#1367)
  • f8e9960 refactor: replace synckit with make-synchronized (#1366)
  • ed62262 fix: add missing config type(s) (#1365)
  • 3ea1cdf chore: avoid .DS_Store files in docs
  • bf0acfe use standard loops and array.push for performance
  • 1c38930 fix(no-undefined-types): allow any available identifier; fixes #178,#1342
  • 6e0f752 Merge pull request #1362 from brettz9/empty-tags-asterisk-final
  • 23b4bfa fix(empty-tags): allow for JSDoc-block final asterisks; fixes #670
  • 60d4d4b Merge pull request #1361 from brettz9/text-escaping-example
  • 6baad05 fix(text-escaping): always allow content in example tags; fixes #1360
  • Additional commits viewable in compare view

Updates stylelint from 16.16.0 to 16.17.0

Release notes

Sourced from stylelint's releases.

16.17.0

Changelog

Sourced from stylelint's changelog.

16.17.0 - 2025-03-26

It adds 1 new rule, support for languageOptions to 2 rules, 1 option to a rule, the --compute-edit-info CLI flag (along with support for EditInfo in 3 rules), and fixes 1 bug. EditInfo is useful for automated fixing tools and editor integrations.

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

…8 updates

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

| Package | From | To |
| --- | --- | --- |
| [@jsverse/transloco](https://github.com/jsverse/transloco) | `7.6.0` | `7.6.1` |
| [@snyk/protect](https://github.com/snyk/snyk) | `1.1296.0` | `1.1296.1` |
| [luxon](https://github.com/moment/luxon) | `3.5.0` | `3.6.1` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.4.2` | `3.6.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.23.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.9` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.16.0` | `16.17.0` |



Updates `@jsverse/transloco` from 7.6.0 to 7.6.1
- [Changelog](https://github.com/jsverse/transloco/blob/master/changelog.config.js)
- [Commits](jsverse/transloco@transloco-7.6.0...transloco-7.6.1)

Updates `@snyk/protect` from 1.1296.0 to 1.1296.1
- [Release notes](https://github.com/snyk/snyk/releases)
- [Commits](snyk/cli@v1.1296.0...v1.1296.1)

Updates `luxon` from 3.5.0 to 3.6.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.5.0...3.6.1)

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

Updates `eslint` from 8.57.0 to 9.23.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.23.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.9
- [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.9)

Updates `stylelint` from 16.16.0 to 16.17.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.16.0...16.17.0)

---
updated-dependencies:
- dependency-name: "@jsverse/transloco"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snyk/protect"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-deprecation
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: stylelint
  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 Apr 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-dependencies-38941de297 branch April 5, 2025 09:55
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