Chore(deps): Bump the npm-dependencies group across 1 directory with 7 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 days ago)
(1 day ago)
(1 day ago)
dependencies javascript
Bumps the npm-dependencies group with 7 updates in the / directory:
Package | From | To |
---|---|---|
@snyk/protect | 1.1298.2 |
1.1299.0 |
luxon | 3.7.1 |
3.7.2 |
angular-eslint | 20.1.1 |
20.2.0 |
eslint | 9.33.0 |
9.35.0 |
jasmine-core | 5.9.0 |
5.10.0 |
typescript | 5.8.3 |
5.9.2 |
typescript-eslint | 8.39.0 |
8.42.0 |
Updates @snyk/protect
from 1.1298.2 to 1.1299.0
Release notes
Sourced from @snyk/protect
's releases.
v1.1299.0
1.1299.0 (2025-08-28)
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
- auth: Support for PAT auto region configuration. (ad8e4a7)
Bug Fixes
- code: Fixes
code test --report
when aproject_id
environment variable exists. (6168b1d)- code: Fixes an issue with
snyk code test
where an empty input parameter would cause inconsistent behavior. (a661235)- container: Stops spawning commands using a shell. (7ee9e15)
- dependency: Fixes
CVE-2025-8959
. (5a548fb)- general: Fixes a bug where formatting of log timestamps could cause a crash in some cases. (92fa8be)
- iac: Fixes wrong status code checks. (77152e5)
- language-server: Fixes a bug related to the analytics environment variables. (6916af8)
- language-server: Correctly populates the environment for Open Source scans when called from the IDE. (945b029)
- language-server: Ensures changed API URLs are respected during authentication. (24ed981)
- language-server: MCP tool updates to support feedback and better tool descriptions. (8f2a8d1)
- test: Fixes a bug where
project.assets.json
files would not be detected in cases where it's destination path was altered with .NET properties. (75a152e)- test: Improves error messages when using
--all-projects
. (960fa8e)v1.1298.3
1.1298.3 (2025-08-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
News
aibom: This command is now publicly available. Note that the feature is still experimental and subject to breaking changes without notice.
Effective with release (Snyk CLI 1.1298.0), the minimum required GNU C Library (glibc) versions on Linux will be updated as follows:
- For Linux x64 environments: glibc version 2.28 or higher
- For Linux arm64 environments: glibc version 2.31 or higher
If this affects you, please follow the advice here. Possible issues are errors mentioning
GLIBC_2.27
orGLIBC_2.31
not found.Bug Fixes
- test: Added support for Gradle 9.
Commits
2c059ca
Merge pull request #6148 from snyk/dotkas/final-cherry-picks0046eaa
chore: skip sbom reachability user journey testce9a5fe
fix: Fix reduced configuration cache usage48a8b5c
chore(ci): update CICD experimental_cli_download_base_url parameter07f63bb
fix: upgrade to go 1.24.631a00fb
Merge pull request #6140 from snyk/dotkas/more-cherrypicksdecf770
fix: conforming the way we take precedence of auth config valuesacf2d67
Merge pull request #6129 from snyk/dotkas/cherry-picks-for-release-candidate24fee58
fix: fixing host auto-detection bug in snyk auth6a782d1
feat: add linux static experimental binary- Additional commits viewable in compare view
Updates luxon
from 3.7.1 to 3.7.2
Commits
4262a38
Version 3.7.2738144d
Fix the build ES6 code having the wrong file extension and use it in package....- See full diff in compare view
Updates angular-eslint
from 20.1.1 to 20.2.0
Release notes
Sourced from angular-eslint's releases.
v20.2.0
20.2.0 (2025-08-22)
🚀 Features
- eslint-plugin-template: add rule no-empty-control-flow (#2592)
🩹 Fixes
- update dependency eslint-scope to v8.4.0 (#2553)
- update dependency eslint to v9.33.0 (#2580)
- update typescript-eslint packages to v8.40.0 (#2584)
- update dependency
@angular/compiler
to v20.2.1 (#2622)- eslint-plugin: [relative-url-prefix] handle template literals (#2576)
- eslint-plugin: [no-uncalled-signals] do not report signal sets within logical expressions (#2581)
- eslint-plugin-template: [no-interpolation-in-attributes] disallow extra properties in options (#2586)
❤️ Thank You
- Andrew Kazakov
@andreww2012
- Dave
@reduckted
- James Henry
@JamesHenry
Changelog
Sourced from angular-eslint's changelog.
20.2.0 (2025-08-22)
🚀 Features
- eslint-plugin-template: add rule no-empty-control-flow (#2592)
❤️ Thank You
- Dave
@reduckted
Commits
577dcbb
chore(release): publish 20.2.0afe0b7d
feat(eslint-plugin-template): add rule no-empty-control-flow (#2592)- See full diff in compare view
Updates eslint
from 9.33.0 to 9.35.0
Release notes
Sourced from eslint's releases.
v9.35.0
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)5082fc2
docs: Update README (GitHub Actions Bot)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)Chores
da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@eslint/js
release (Jenkins)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.35.0 - September 5, 2025
da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@eslint/js
release (Jenkins)d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)5082fc2
docs: Update README (GitHub Actions Bot)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)
Commits
8401101
9.35.0b80f025
Build: changelog update for 9.35.0da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077)af2a087
chore: package.json update for@eslint/js
released265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065)10e7ae2
fix: update uncloneable options error message (#20059)42761fa
feat: implement suggestions for no-empty-function (#20057)102f444
feat: implement suggestions for no-empty-static-block (#20056)84ffb96
chore: update@eslint-community/eslint-utils
(#20069)- Additional commits viewable in compare view
Updates jasmine-core
from 5.9.0 to 5.10.0
Commits
7978ad9
Fix fn names in release notesaf4662a
Bump version to 5.10.015c38c7
Add Firefox 140 (current ESR) to supported browsers and demote 128 to best-ef...b597975
Fix and enable pending async expectation message spec09ce3a3
Pend environment-specific specs rather than passing3bcbc2e
Tweak spec duration marginfbaba90
Merge branch 'bonkevin-html-reporter-with-duration'bf2e8e7
Merge branch 'bonkevin-spec-suite-properties-accessors'50e566b
Move beforeAll failure reporting into TreeRunner4b7d5e3
Update and move remaining disabled Runner specs- Additional commits viewable in compare view
Updates typescript
from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable in compare view
Updates typescript-eslint
from 8.39.0 to 8.42.0
Release notes
Sourced from typescript-eslint's releases.
v8.42.0
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531) -- see https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig
🩹 Fixes
- deps: update eslint monorepo to v9.33.0 (#11482)
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.41.0
8.41.0 (2025-08-25)
🚀 Features
- tighten
tsconfigRootDir
validation (#11463)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.40.0
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin
,parser
, andconfigs
that are compatible with bothdefineConfig()
andtseslint.config()
(#11475)- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFile
return type (#11451)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
- Nolan Gajdascz
@Gajdascz
You can read about our versioning strategy and releases on our website.
v8.39.1
8.39.1 (2025-08-11)
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531)
🩹 Fixes
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
8.41.0 (2025-08-25)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin
,parser
, andconfigs
that are compatible with bothdefineConfig()
andtseslint.config()
(#11475)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
8.39.1 (2025-08-11)
🩹 Fixes
- typescript-eslint: handle
file://
urls in stack trace when inferringtsconfigRootDir
(#11464)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Commits
d135909
chore(release): publish 8.42.0fa15645
fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...d7614a7
feat: deprecate tseslint.config() (#11531)31a7336
chore(release): publish 8.41.060c3b26
chore(release): publish 8.40.03426f0d
fix(typescript-eslint): exportplugin
,parser
, andconfigs
that are com...b2ee794
chore(release): publish 8.39.17319bad
fix(typescript-eslint): handlefile://
urls in stack trace when inferring `...- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint 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
Pull Request Statistics
1
2
+220
-213
Package Dependencies
Technical Details
ID: | 7022181 |
UUID: | 2802872200 |
Node ID: | PR_kwDODcD5Qc6nEG-I |
Host: | GitHub |
Repository: | tarlepp/angular-ngrx-frontend |
Mergeable: | Yes |
Merge State: | Unstable |