An open index of dependabot pull requests across open source projects.

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

Open
Number: #925
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 01, 2025 at 11:36 AM UTC
(3 months ago)
Updated: June 01, 2025 at 11:36 AM UTC
(3 months ago)
Labels:
dependencies javascript
Description:

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/js@9.28.0 (#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/js@9.28.0 (#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

Commits:
1
Files Changed:
2
Additions:
+1164
Deletions:
-517
Package Dependencies
Ecosystem:
npm
Version Change:
16.0.0 → 16.2.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.25.1 → 9.28.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.14.1 → 22.15.29
Update Type:
Minor
Ecosystem:
npm
Version Change:
10.1.2 → 10.1.5
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.1 → 3.5.3
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.5.3 → 5.8.3
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.25.1 → 9.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.31.0 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.6.0 → 5.7.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.6 → 5.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.0 → 19.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.0 → 19.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.0 → 19.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.1.0 → 7.2.2
Update Type:
Minor
Package:
rxjs
Ecosystem:
npm
Version Change:
7.8.1 → 7.8.2
Update Type:
Patch
Package:
zone.js
Ecosystem:
npm
Version Change:
0.15.0 → 0.15.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.0 → 3.5.0
Update Type:
Minor
Technical Details
ID: 1184718
UUID: 2558052738
Node ID: PR_kwDOFxofLc6YeMmC
Host: GitHub
Repository: nl-design-system/example-with-angular
Merge State: Unknown