Bump the development-dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the development-dependencies group with 8 updates in the /frontend directory:
| Package | From | To |
|---|---|---|
| @angular-devkit/build-angular | 19.2.6 |
19.2.10 |
| @angular/cli | 19.2.6 |
19.2.10 |
| @angular/compiler-cli | 19.2.5 |
19.2.9 |
| @types/jasmine | 5.1.7 |
5.1.8 |
| eslint | 9.23.0 |
9.26.0 |
| jasmine-core | 5.6.0 |
5.7.1 |
| typescript | 5.8.2 |
5.8.3 |
| typescript-eslint | 8.28.0 |
8.32.0 |
Updates @angular-devkit/build-angular from 19.2.6 to 19.2.10
Release notes
Sourced from @angular-devkit/build-angular's releases.
19.2.10
@angular/build
Commit Description update vite to 6.2.7 19.2.9
@angular-devkit/build-angular
Commit Description update http-proxy-middleware to v3.0.5
@angular/build
Commit Description pass preserveSymlinksoption to Karma esbuild builder
@angular/ssr
Commit Description support getPrerenderParamsfor wildcard routes19.2.8
@angular/build
Commit Description include modulevalue check when adding custom conditionsprevent nested CSS in components properly resolve transitive external dependencies in vite-dev-server update vite to 6.2.6 19.2.7
@angular/build
Commit Description include component test metadata in development builds skip normalization of relative externals
Changelog
Sourced from @angular-devkit/build-angular's changelog.
19.2.10 (2025-04-30)
@angular/build
Commit Type Description 067f1cba0 fix update vite to 6.2.7 17.3.17 (2025-04-30)
@angular-devkit/build-angular
Commit Type Description 743d85bac fix update http-proxy-middleware to v2.0.8 20.0.0-next.8 (2025-04-23)
@schematics/angular
Commit Type Description 0ab1ddf63 feat generate libraries using TypeScript project references
@angular/build
Commit Type Description 12def3a2e feat add experimental vitest unit-testing support 20.0.0-next.7 (2025-04-23)
@schematics/angular
Commit Type Description e03f2b899 feat Add global error listeners to new app generation 672ae14cd fix drop composite in tsconfig
... (truncated)
Commits
36e911brelease: cut the v19.2.10 release067f1cbfix(@angular/build): update vite to 6.2.713de2f4build: fixbazel runinvocations ofjs_binary/js_test65dc5a5build: rename npm2 to npm as rules_nodejs based npm workspace has been removed2a25652build: remove legacy rnjs setup1c91ed9build: remove ts_project interop2a7cb6erelease: cut the v19.2.9 releasea4e415efix(@angular/ssr): supportgetPrerenderParamsfor wildcard routesde52cc2fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.536d2644refactor: replace usage of ng_package with new ng_package from rules_angular- Additional commits viewable in compare view
Updates @angular/cli from 19.2.6 to 19.2.10
Release notes
Sourced from @angular/cli's releases.
19.2.10
@angular/build
Commit Description update vite to 6.2.7 19.2.9
@angular-devkit/build-angular
Commit Description update http-proxy-middleware to v3.0.5
@angular/build
Commit Description pass preserveSymlinksoption to Karma esbuild builder
@angular/ssr
Commit Description support getPrerenderParamsfor wildcard routes19.2.8
@angular/build
Commit Description include modulevalue check when adding custom conditionsprevent nested CSS in components properly resolve transitive external dependencies in vite-dev-server update vite to 6.2.6 19.2.7
@angular/build
Commit Description include component test metadata in development builds skip normalization of relative externals
Changelog
Sourced from @angular/cli's changelog.
19.2.10 (2025-04-30)
@angular/build
Commit Type Description 067f1cba0 fix update vite to 6.2.7 17.3.17 (2025-04-30)
@angular-devkit/build-angular
Commit Type Description 743d85bac fix update http-proxy-middleware to v2.0.8 20.0.0-next.8 (2025-04-23)
@schematics/angular
Commit Type Description 0ab1ddf63 feat generate libraries using TypeScript project references
@angular/build
Commit Type Description 12def3a2e feat add experimental vitest unit-testing support 20.0.0-next.7 (2025-04-23)
@schematics/angular
Commit Type Description e03f2b899 feat Add global error listeners to new app generation 672ae14cd fix drop composite in tsconfig
... (truncated)
Commits
36e911brelease: cut the v19.2.10 release067f1cbfix(@angular/build): update vite to 6.2.713de2f4build: fixbazel runinvocations ofjs_binary/js_test65dc5a5build: rename npm2 to npm as rules_nodejs based npm workspace has been removed2a25652build: remove legacy rnjs setup1c91ed9build: remove ts_project interop2a7cb6erelease: cut the v19.2.9 releasea4e415efix(@angular/ssr): supportgetPrerenderParamsfor wildcard routesde52cc2fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.536d2644refactor: replace usage of ng_package with new ng_package from rules_angular- Additional commits viewable in compare view
Updates @angular/compiler-cli from 19.2.5 to 19.2.9
Release notes
Sourced from @angular/compiler-cli's releases.
19.2.9
core
Commit Description async EventEmitter error should not prevent stability (#61028) call DestroyRef on destroy callback if view is destroyed [patch] (#61061) prevent stash listener conflicts [patch] (#61063) 19.2.8
forms
Commit Description make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) 19.2.7
common
Commit Description issue a warning instead of an error when NgOptimizedImageexceeds the preload limit (#60883)core
Commit Description inject migration: replace param with this. (#60713) http
Commit Description Include HTTP status code and headers when HTTP requests errored in httpResource(#60802)19.2.6
compiler
Commit Description error if rawText isn't estimated correctly (#60529) (#60753) compiler-cli
Commit Description ensure HMR works with different output module type (#60797) core
Commit Description fix docs for output migration (#60764) fix ng generate @angular/core:output-migration. Fixes angular#58650 (#60763)reduce total memory usage of various migration schematics (#60776) language-service
Commit Description Do not provide element completions in end tag (#60616) Ensure dollar signs are escaped in completions (#60597)
Changelog
Sourced from @angular/compiler-cli's changelog.
19.2.9 (2025-04-30)
core
Commit Type Description 946b844e0d fix async EventEmitter error should not prevent stability (#61028) dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061) 2e140a136a fix prevent stash listener conflicts [patch] (#61063) 20.0.0-next.8 (2025-04-23)
Breaking Changes
compiler
- 'in' in an expression now refers to the operator
core
provideExperimentalZonelessChangeDetectionis renamed toprovideZonelessChangeDetectionas it is now "Developer Preview" rather than "Experimental".router
- The
RedirectFncan now returnObservableorPromise. Any code that directly calls functions returning this type may need to be adjusted to account for this.- Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.
Deprecations
platform-server
@angular/platform-server/testingUse e2e tests to verify SSR behavior instead.
compiler
Commit Type Description 1b8e7ab9fe feat support the inkeyword in Binary expression (#58432)core
Commit Type Description 953c4b2580 feat Move zoneless change detection to dev preview (#60748) 0ac949c266 fix do not run change detection on global error events (#60944) 0162ceb427 fix inject migration should treat @Attributeas optional (#60916)forms
Commit Type Description be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) platform-server
Commit Type Description 2240a21c97 refactor deprecate the testing entry point (#60915) router
... (truncated)
Commits
beba3c7refactor(compiler-cli): Extract type predicates from type guards. (#60934)7d29809docs(docs-infra): Improve doc support for pipes. (#60926)5f0e0abrefactor(compiler-cli): Don't extract constructors with no parameters (#60928)fc946c5fix(compiler-cli): ensure HMR works with different output module type (#60797)3441f7bfix(compiler): error if rawText isn't estimated correctly (#60529) (#60753)- See full diff in compare view
Updates @types/jasmine from 5.1.7 to 5.1.8
Commits
- See full diff in compare view
Updates eslint from 9.23.0 to 9.26.0
Release notes
Sourced from eslint's releases.
v9.26.0
Features
e9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7afeat: add suggestions foreqeqeqrule (#19640) (Nitin Kumar)dcbdcc9feat: Add MCP server (#19592) (Nicholas C. Zakas)2dfd83efeat: addignoreDirectivesoption inno-unused-expressions(#19645) (sethamus)Bug Fixes
96e84defix: check cache file existence before deletion (#19648) (sethamus)d683aebfix: don't crash on tests with circular references inRuleTester(#19664) (Milos Djermanovic)9736d5dfix: addnamespacetoPlugin.metatype (#19661) (Milos Djermanovic)17bae69fix: updateRuleTester.run()type (#19634) (Nitin Kumar)Documentation
dd98d63docs: Update README (GitHub Actions Bot)c25e858docs: Update README (GitHub Actions Bot)b2397e9docs: Update README (GitHub Actions Bot)addd0a6docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38ddocs: Update README (GitHub Actions Bot)c0721a7docs: fix double space in command (#19657) (CamWass)Chores
5b247c8chore: upgrade to@eslint/js@9.26.0(#19681) (Francesco Trotta)d6fa4acchore: package.json update for@eslint/jsrelease (Jenkins)0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669) (Francesco Trotta)f1c858echore: fix internal type references toPluginandRule(#19665) (Francesco Trotta)40dd299refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)1cfd702chore: update dependency@eslint/jsonto ^0.12.0 (#19656) (renovate[bot])v9.25.1
Bug Fixes
Chores
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)v9.25.0
Features
dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)Bug Fixes
Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.26.0 - May 2, 2025
5b247c8chore: upgrade to@eslint/js@9.26.0(#19681) (Francesco Trotta)d6fa4acchore: package.json update for@eslint/jsrelease (Jenkins)e9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7afeat: add suggestions foreqeqeqrule (#19640) (Nitin Kumar)dd98d63docs: Update README (GitHub Actions Bot)96e84defix: check cache file existence before deletion (#19648) (sethamus)c25e858docs: Update README (GitHub Actions Bot)0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669) (Francesco Trotta)dcbdcc9feat: Add MCP server (#19592) (Nicholas C. Zakas)b2397e9docs: Update README (GitHub Actions Bot)d683aebfix: don't crash on tests with circular references inRuleTester(#19664) (Milos Djermanovic)f1c858echore: fix internal type references toPluginandRule(#19665) (Francesco Trotta)9736d5dfix: addnamespacetoPlugin.metatype (#19661) (Milos Djermanovic)40dd299refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)addd0a6docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38ddocs: Update README (GitHub Actions Bot)c0721a7docs: fix double space in command (#19657) (CamWass)1cfd702chore: update dependency@eslint/jsonto ^0.12.0 (#19656) (renovate[bot])2dfd83efeat: addignoreDirectivesoption inno-unused-expressions(#19645) (sethamus)17bae69fix: updateRuleTester.run()type (#19634) (Nitin Kumar)v9.25.1 - April 21, 2025
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)cdc8e8cfix: revert directive detection in no-unused-expressions (#19639) (sethamus)v9.25.0 - April 18, 2025
88dc196chore: upgrade@eslint/js@9.25.0 (#19636) (Milos Djermanovic)345288dchore: package.json update for@eslint/jsrelease (Jenkins)910bd13fix:nodeTypeKeynot being used inNodeEventGenerator(#19631) (StyleShit)ca7a735docs: updateno-undef-initwhen not to use section (#19624) (Tanuj Kanti)affe6bechore: upgrade trunk (#19628) (sethamus)1b870c9docs: useeslint-config-xoin the getting started guide (#19629) (Nitin Kumar)5d4af16docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57docs: Update README (GitHub Actions Bot)a40348fdocs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3docs: Update README (GitHub Actions Bot)865dbfedocs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)f80b746docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)dd20cf2test: fixno-loop-functest with duplicate variable reports (#19610) (Milos Djermanovic)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)
... (truncated)
Commits
8bbabc49.26.016f5ff7Build: changelog update for 9.26.05b247c8chore: upgrade to@eslint/js@9.26.0(#19681)d6fa4acchore: package.json update for@eslint/jsreleasee9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670)0fa2b7afeat: add suggestions foreqeqeqrule (#19640)dd98d63docs: Update README96e84defix: check cache file existence before deletion (#19648)c25e858docs: Update README0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669)- Additional commits viewable in compare view
Updates jasmine-core from 5.6.0 to 5.7.1
Release notes
Sourced from jasmine-core's releases.
v5.7.1
Please see the release notes.
v5.7.0
Please see the release notes.
Commits
f5915d7Bump version to 5.7.115587f3Merge branch 'autotickuninstall' of https://github.com/atscott/jasmine3ecddc2fixup! fix(Clock): Ensure that uninstalling the clock also stops auto tick84daa0ffix(Clock): Ensure that uninstalling the clock also stops auto tickc6b3e94Fixed errors in 5.7.0 release notes0e604deBump version to 5.7.0e7ca9c5Built distributioncbff6f9Fixed autoTick jsdoc361640fDocument that SpecResult#filename and SuiteResult#filename are wrong in some ...e5d46e8Expose spec path as an array of names- Additional commits viewable in compare view
Updates typescript from 5.8.2 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
Commits
83dc0bbConvert release publishing inputs into parameters (#61523)ba663f6Exclude completions of binding pattern variable initializers (#52723)7205edaBump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572cFixed a symbol display crash on expando members write locations (#55478)7b26d2eFix incorrect name in new release pipeline (#61514)c7a559eAdd new release publisher yaml (#61491)29e6d66Fixlib.includes('dom')check incontainerSeemsToBeEmptyDomElement(#61481)19b7772Bump the github-actions group with 4 updates (#61474)4dc677bFix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72fix(60908): Unexpected "'Type' is declared but its value is never read." erro...- Additional commits viewable in compare view
Updates typescript-eslint from 8.28.0 to 8.32.0
Release notes
Sourced from typescript-eslint's releases.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportTypeproperty name whenassert(#11115)❤️ Thank You
- Andy Edwards
- Dima Barabash
@dbarabashh- Kirk Waiblinger
@kirkwaiblinger- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.31.1
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.32.0 (2025-05-05)
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.31.1 (2025-04-28)
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.31.0 (2025-04-21)
🩹 Fixes
- typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
- typescript-eslint: address bugs in
config()around global ignores (#11065)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
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.30.0 (2025-04-14)
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
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@angular-devkit/build-angular
npm
19.2.6 → 19.2.10
Patch
Technical Details
| ID: | 1008751 |
| UUID: | 3040922437 |
| Node ID: | PR_kwDONBIPLs6VAUY- |
| Host: | GitHub |
| Repository: | austenstone/github-value |