Skip to content

build(deps): bump the patch-and-minor-updates group across 1 directory with 17 updates #925

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the patch-and-minor-updates group with 17 updates in the / directory:

Package From To
rxjs 7.8.1 7.8.2
zone.js 0.15.0 0.15.1
@angular-eslint/eslint-plugin 19.1.0 19.6.0
@angular-eslint/eslint-plugin-template 19.1.0 19.6.0
@angular-eslint/template-parser 19.1.0 19.6.0
@eslint/js 9.25.1 9.28.0
@types/jasmine 5.1.6 5.1.8
@types/node 22.14.1 22.15.29
@utrecht/component-library-css 7.1.0 7.2.2
@utrecht/web-component-library-stencil 3.1.0 3.5.0
eslint 9.25.1 9.28.0
eslint-config-prettier 10.1.2 10.1.5
globals 16.0.0 16.2.0
jasmine-core 5.6.0 5.7.1
prettier 3.5.1 3.5.3
typescript 5.5.3 5.8.3
typescript-eslint 8.31.0 8.33.0

Updates rxjs from 7.8.1 to 7.8.2

Changelog

Sourced from rxjs's changelog.

7.8.2 (2025-02-22)

Bug Fixes

  • animationFrameScheduler: some tasks are never flushed and sometimes it breaks completely (#7444) (8bbfa4e)
  • mergeWith: works correctly with an Array (#7281) (27855c6)
  • subscriber: strict type signature for next method (#7172) (0e2ef5e)
Commits
  • e5351d0 chore(publish): 7.8.2
  • 8bbfa4e fix(animationFrameScheduler): some tasks are never flushed and sometimes it b...
  • 4a2d0d2 docs(rxjs.dex): replace polyfill.io with a Cloudflare equivalent (#7487)
  • 2fb0740 chore: 7.x remove global npm install and ignore latest TS (#7398)
  • d69d890 docs: fix missing overloads in docs when overload count is less than 3 (#7367...
  • 27855c6 fix(mergeWith): works correctly with an Array (#7281)
  • 9db6563 docs: provide URL for the V8 docs app (#7244)
  • 5c3fb33 docs: add MonoTypeOperatorFunction documentation (#7284)
  • 0e2ef5e fix(subscriber): strict type signature for next method (#7172)
  • b6d00c1 docs: improve glossary and semantics page (#7267)
  • 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 @angular-eslint/eslint-plugin from 19.1.0 to 19.6.0

Release notes

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

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

v19.5.0

19.5.0 (2025-05-25)

🚀 Features

  • builder: add stats option (#2453)
  • eslint-plugin: introduce sort keys in type-decorator rule (#2187)
  • eslint-plugin-template: [no-nested-tags] add rule (#2398)
  • eslint-plugin-template: add rule prefer-at-empty (#2352)
  • schematics: support --skip-install for ng-add (#2451)

🩹 Fixes

  • update dependency semver to v7.7.2 (#2421)
  • update typescript-eslint packages to v8.32.1 (#2422)
  • update dependency @​angular/compiler to v19.2.13 (#2438)
  • update dependency eslint to v9.27.0 (#2431)
  • builder: correct option name in flat config error (#2443)
  • eslint-plugin-template: [prefer-template-literal] handle parentheses in autofix (#2418)
  • eslint-plugin-template: [alt-text] ensure multiple attributes do not cause false negatives (#2441)
  • eslint-plugin-template: [cyclomatic-complexity] handle new control flow syntax (#2447)
  • eslint-plugin-template: [prefer-at-empty] remove closing brace from @​if when no longer needed (#2450)

❤️ Thank You

v19.4.0

19.4.0 (2025-05-08)

... (truncated)

Changelog

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

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)

❤️ Thank You

19.5.0 (2025-05-25)

🚀 Features

  • eslint-plugin: introduce sort keys in type-decorator rule (#2187)

❤️ Thank You

  • Benjamin Schäublin

19.4.0 (2025-05-08)

🚀 Features

  • eslint-plugin: add rule prefer-output-emitter-ref (#2324)

❤️ Thank You

19.3.0 (2025-03-22)

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

19.2.1 (2025-03-08)

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

19.2.0 (2025-03-02)

🚀 Features

  • eslint-plugin: add rule require-lifecycle-on-prototype (#2259)

🩹 Fixes

... (truncated)

Commits
  • adea723 chore(release): publish 19.6.0
  • c2cd991 chore: fix prefer-inject
  • d514cb4 chore: prefer-inject should not yet be recommended
  • 680c033 fix(eslint-plugin): [use-lifecycle-interface] do not report if the method use...
  • 95c6964 feat(eslint-plugin): [prefer-inject] add new rule (#2461)
  • ee9f2fe fix(eslint-plugin): [sort-keys-in-type-decorator] preserve unconfigured prope...
  • 74cb851 chore(release): publish 19.5.0
  • 1f68a80 feat(eslint-plugin): introduce sort keys in type-decorator rule (#2187)
  • f0ab5dc chore(release): publish 19.4.0
  • f03d7ee feat(eslint-plugin): add rule prefer-output-emitter-ref (#2324)
  • Additional commits viewable in compare view

Updates @angular-eslint/eslint-plugin-template from 19.1.0 to 19.6.0

Release notes

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

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

v19.5.0

19.5.0 (2025-05-25)

🚀 Features

  • builder: add stats option (#2453)
  • eslint-plugin: introduce sort keys in type-decorator rule (#2187)
  • eslint-plugin-template: [no-nested-tags] add rule (#2398)
  • eslint-plugin-template: add rule prefer-at-empty (#2352)
  • schematics: support --skip-install for ng-add (#2451)

🩹 Fixes

  • update dependency semver to v7.7.2 (#2421)
  • update typescript-eslint packages to v8.32.1 (#2422)
  • update dependency @​angular/compiler to v19.2.13 (#2438)
  • update dependency eslint to v9.27.0 (#2431)
  • builder: correct option name in flat config error (#2443)
  • eslint-plugin-template: [prefer-template-literal] handle parentheses in autofix (#2418)
  • eslint-plugin-template: [alt-text] ensure multiple attributes do not cause false negatives (#2441)
  • eslint-plugin-template: [cyclomatic-complexity] handle new control flow syntax (#2447)
  • eslint-plugin-template: [prefer-at-empty] remove closing brace from @​if when no longer needed (#2450)

❤️ Thank You

v19.4.0

19.4.0 (2025-05-08)

... (truncated)

Changelog

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

19.6.0 (2025-05-27)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)

❤️ Thank You

19.5.0 (2025-05-25)

🚀 Features

  • eslint-plugin-template: add rule prefer-at-empty (#2352)
  • eslint-plugin-template: [no-nested-tags] add rule (#2398)

🩹 Fixes

  • eslint-plugin-template: [prefer-at-empty] remove closing brace from @​if when no longer needed (#2450)
  • eslint-plugin-template: [cyclomatic-complexity] handle new control flow syntax (#2447)
  • eslint-plugin-template: [alt-text] ensure multiple attributes do not cause false negatives (#2441)
  • eslint-plugin-template: [prefer-template-literal] handle parentheses in autofix (#2418)

❤️ Thank You

19.4.0 (2025-05-08)

🚀 Features

  • eslint-plugin-template: Add prefer-template-literal rule (#2308)
  • eslint-plugin-template: [no-interpolation-in-attributes] add allowSubstringInterpolation option (#2373)

🩹 Fixes

  • eslint-plugin-template: remove backticks from inline template with interpolation (#2368)
  • eslint-plugin-template: correct column adjustment for inline template message locations (#2358)
  • eslint-plugin-template: [no-any] handle key reads (#1701, #2335)

❤️ Thank You

... (truncated)

Commits
  • adea723 chore(release): publish 19.6.0
  • 62b3a4f test(eslint-plugin-template): add test cases for prefer-template-literal repo...
  • 5ae155e fix: respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts ...
  • 74cb851 chore(release): publish 19.5.0
  • fb917fc fix(eslint-plugin-template): [prefer-at-empty] remove closing brace from @​if ...
  • 2844851 fix(eslint-plugin-template): [cyclomatic-complexity] handle new control flow ...
  • 61f631c fix(eslint-plugin-template): [alt-text] ensure multiple attributes do not cau...
  • 286546f fix(eslint-plugin-template): [prefer-template-literal] handle parentheses in ...
  • 3c83463 feat(eslint-plugin-template): add rule prefer-at-empty (#2352)
  • a21402b feat(eslint-plugin-template): [no-nested-tags] add rule (#2398)
  • Additional commits viewable in compare view

Updates @angular-eslint/template-parser from 19.1.0 to 19.6.0

Release notes

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

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

v19.5.0

19.5.0 (2025-05-25)

🚀 Features

  • builder: add stats option (#2453)
  • eslint-plugin: introduce sort keys in type-decorator rule (#2187)
  • eslint-plugin-template: [no-nested-tags] add rule (#2398)
  • eslint-plugin-template: add rule prefer-at-empty (#2352)
  • schematics: support --skip-install for ng-add (#2451)

🩹 Fixes

  • update dependency semver to v7.7.2 (#2421)
  • update typescript-eslint packages to v8.32.1 (#2422)
  • update dependency @​angular/compiler to v19.2.13 (#2438)
  • update dependency eslint to v9.27.0 (#2431)
  • builder: correct option name in flat config error (#2443)
  • eslint-plugin-template: [prefer-template-literal] handle parentheses in autofix (#2418)
  • eslint-plugin-template: [alt-text] ensure multiple attributes do not cause false negatives (#2441)
  • eslint-plugin-template: [cyclomatic-complexity] handle new control flow syntax (#2447)
  • eslint-plugin-template: [prefer-at-empty] remove closing brace from @​if when no longer needed (#2450)

❤️ Thank You

v19.4.0

19.4.0 (2025-05-08)

... (truncated)

Changelog

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

19.6.0 (2025-05-27)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)

❤️ Thank You

19.5.0 (2025-05-25)

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

19.4.0 (2025-05-08)

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

19.3.0 (2025-03-22)

🚀 Features

  • use @​angular/compiler 19.2.3 and rename some AST nodes to match (#2320)
  • template-parser: visit @​let child nodes (#2312)

❤️ Thank You

19.2.1 (2025-03-08)

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

19.2.0 (2025-03-02)

🩹 Fixes

  • eslint-plugin-template: find inline templates on components in blocks (#2238)

❤️ Thank You

Commits
  • adea723 chore(release): publish 19.6.0
  • 5ae155e fix: respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts ...
  • 74cb851 chore(release): publish 19.5.0
  • 2ef4cb3 chore: update dependency @​types/eslint-scope to v8 (#2410)
  • f0ab5dc chore(release): publish 19.4.0
  • 8303144 chore(release): publish 19.3.0
  • 1c028e4 chore: config cleanup (#2334)
  • 5a04396 feat: use @​angular/compiler 19.2.3 and rename some AST nodes to match (#2320)
  • eb6d4b5 feat(template-parser): visit @​let child nodes (#2312)
  • b55ccf1 chore(release): publish 19.2.1
  • Additional commits viewable in compare view

Updates @eslint/js from 9.25.1 to 9.28.0

Release notes

Sourced from @​eslint/js's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/[email protected] (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])

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)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/[email protected] (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

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)

... (truncated)

Commits
  • 844f5a6 chore: package.json update for @​eslint/js release
  • ecaef73 chore: package.json update for @​eslint/js release
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618)
  • 35304dd chore: add missing funding field to packages (#19684)
  • d6fa4ac chore: package.json update for @​eslint/js release
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#19660)
  • See full diff in compare view

Updates @types/jasmine from 5.1.6 to 5.1.8

Commits

Updates @types/node from 22.14.1 to 22.15.29

Commits

Updates @utrecht/component-library-css from 7.1.0 to 7.2.2

Release notes

Sourced from @​utrecht/component-library-css's releases.

@​utrecht/component-library-css@​7.2.2

Patch Changes

  • Updated dependencies [cbb98e9]
    • @​utrecht/breadcrumb-nav-css@​1.5.0

@​utrecht/component-library-css@​7.2.1

Patch Changes

  • Updated dependencies [85ed6c0]
    • @​utrecht/alert-css@​2.3.0
    • @​utrecht/alert-dialog-css@​1.4.2
Changelog

Sourced from

…y with 17 updates

Bumps the patch-and-minor-updates group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.15.0` | `0.15.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.1.0` | `19.6.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.1.0` | `19.6.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.1.0` | `19.6.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.25.1` | `9.28.0` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.6` | `5.1.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.29` |
| [@utrecht/component-library-css](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/component-library-css) | `7.1.0` | `7.2.2` |
| [@utrecht/web-component-library-stencil](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/web-component-library-stencil) | `3.1.0` | `3.5.0` |
| [eslint](https://github.com/eslint/eslint) | `9.25.1` | `9.28.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.5` |
| [globals](https://github.com/sindresorhus/globals) | `16.0.0` | `16.2.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.6.0` | `5.7.1` |
| [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.3` | `5.8.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.0` | `8.33.0` |



Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

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 `@angular-eslint/eslint-plugin` from 19.1.0 to 19.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.6.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 19.1.0 to 19.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.6.0/packages/eslint-plugin-template)

Updates `@angular-eslint/template-parser` from 19.1.0 to 19.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.6.0/packages/template-parser)

Updates `@eslint/js` from 9.25.1 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.28.0/packages/js)

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

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

Updates `@utrecht/component-library-css` from 7.1.0 to 7.2.2
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/component-library-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/packages/component-library-css)

Updates `@utrecht/web-component-library-stencil` from 3.1.0 to 3.5.0
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/web-component-library-stencil/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/packages/web-component-library-stencil)

Updates `eslint` from 9.25.1 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.25.1...v9.28.0)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5)

Updates `globals` from 16.0.0 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.0.0...v16.2.0)

Updates `jasmine-core` from 5.6.0 to 5.7.1
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.6.0...v5.7.1)

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

Updates `typescript` from 5.5.3 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.8.3)

Updates `typescript-eslint` from 8.31.0 to 8.33.0
- [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.33.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: rxjs
  dependency-version: 7.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: zone.js
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 19.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 19.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 19.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@eslint/js"
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/jasmine"
  dependency-version: 5.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/node"
  dependency-version: 22.15.29
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@utrecht/component-library-css"
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@utrecht/web-component-library-stencil"
  dependency-version: 3.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: globals
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: jasmine-core
  dependency-version: 5.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: typescript-eslint
  dependency-version: 8.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
...

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 Jun 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 1, 2025 11:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2025
Copy link

vercel bot commented Jun 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
example-with-angular ❌ Failed (Inspect) Jun 1, 2025 11:36am

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

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

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-and-minor-updates-5f3124b434 branch July 1, 2025 11:49
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