Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2023

This PR contains the following updates:

Package Change Age Confidence Type Update
@angular-devkit/build-angular 18.2.9 -> 18.2.21 age confidence devDependencies patch
@angular-eslint/eslint-plugin (source) 19.0.0 -> 19.8.1 age confidence devDependencies minor
@angular/animations (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/cdk 18.2.9 -> 18.2.14 age confidence dependencies patch
@angular/cli 18.2.9 -> 18.2.21 age confidence devDependencies patch
@angular/common (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/compiler (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/compiler-cli (source) 18.2.8 -> 18.2.14 age confidence devDependencies patch
@angular/core (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/forms (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/language-service (source) 18.2.8 -> 18.2.14 age confidence devDependencies patch
@angular/material 18.2.9 -> 18.2.14 age confidence dependencies patch
@angular/platform-browser (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/platform-browser-dynamic (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/router (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@angular/service-worker (source) 18.2.8 -> 18.2.14 age confidence dependencies patch
@commitlint/cli (source) 19.5.0 -> 19.8.1 age confidence devDependencies minor
@commitlint/config-angular (source) 19.5.0 -> 19.8.1 age confidence devDependencies minor
@eslint/js (source) 9.12.0 -> 9.35.0 age confidence devDependencies minor
@types/jasmine (source) 5.1.4 -> 5.1.9 age confidence devDependencies patch
@types/lodash (source) 4.17.10 -> 4.17.20 age confidence devDependencies patch
@types/node (source) 22.8.2 -> 22.18.3 age confidence devDependencies minor
@types/prismjs (source) 1.26.0 -> 1.26.5 age confidence devDependencies patch
angular-eslint (source) 19.0.0 -> 19.8.1 age confidence devDependencies minor
chokidar 4.0.1 -> 4.0.3 age confidence devDependencies patch
concurrently 9.0.1 -> 9.2.1 age confidence devDependencies minor
core-js (source) 3.31.0 -> 3.45.1 age confidence dependencies minor
eslint (source) 9.12.0 -> 9.35.0 age confidence devDependencies minor
husky 9.1.6 -> 9.1.7 age confidence devDependencies patch
jasmine-core (source) 5.0.1 -> 5.10.0 age confidence devDependencies minor
lint-staged 15.2.10 -> 15.5.2 age confidence devDependencies minor
node (source) 22.11.0 -> 22.19.0 age confidence minor
nodemon (source) 3.1.7 -> 3.1.10 age confidence dependencies patch
rxjs (source) 7.8.1 -> 7.8.2 age confidence dependencies patch
tslib (source) 2.8.0 -> 2.8.1 age confidence dependencies patch
typescript (source) 5.4.5 -> 5.9.2 age confidence devDependencies minor
typescript-eslint (source) 8.10.0 -> 8.43.0 age confidence devDependencies minor
uuid 11.0.1 -> 11.1.0 age confidence devDependencies minor
zone.js (source, changelog) 0.14.10 -> 0.15.1 age confidence dependencies minor

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v18.2.21

Compare Source

Breaking Changes

@​angular/ssr
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);
@​angular-devkit/build-angular
Commit Type Description
700e6bc01 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
cccc91b91 fix avoid extra tick in SSR dev-server builds
@​angular/ssr
Commit Type Description
4af385201 feat introduce BootstrapContext for isolated server-side rendering

v18.2.20

Compare Source

@​angular-devkit/build-angular
Commit Type Description
f048078 fix update dependency webpack-dev-server to v5.2.2

v18.2.19

Compare Source

@​angular-devkit/build-angular
Commit Type Description
01cc617bc fix update http-proxy-middleware to v3.0.5

v18.2.18

Compare Source

@​angular/build
Commit Type Description
4245ca7b4 fix update vite to 5.4.17

v18.2.17

Compare Source

@​angular/build
Commit Type Description
247ceff7f fix update vite to 5.4.16 due to a security issues

v18.2.16

Compare Source

@​angular-devkit/build-angular
Commit Type Description
4267a80c5 fix remove @vitejs/plugin-basic-ssl from dependencies
@​angular/build
Commit Type Description
9c2904d0d fix update vite to 5.4.15

v18.2.15

Compare Source

@​angular-devkit/build-angular
Commit Type Description
255c8a50d fix update babel packages

v18.2.14

Compare Source

@​angular-devkit/build-angular
Commit Type Description
9d34d28ec fix remove unused vite dependency

v18.2.13

Compare Source

@​angular/cli
Commit Type Description
deeaf1883 fix correctly select package versions in descending order during ng add
@​angular/build
Commit Type Description
fdddf2c08 fix update vite to version 5.4.14

v18.2.12

Compare Source

@​angular/cli
Commit Type Description
c3925ed7f fix support default options for multiselect list x-prompt
@​angular/build
Commit Type Description
c8bee8415 fix allow .js file replacements in all configuration cases
93f552112 fix improve URL rebasing for hyphenated Sass namespaced variables

v18.2.11

Compare Source

@​angular/build
Commit Type Description
87ec15ba2 fix show error message when error stack is undefined

v18.2.10

Compare Source

@​angular-devkit/build-angular
Commit Type Description
7b775f4e0 fix update http-proxy-middleware to 3.0.3
@​angular/build
Commit Type Description
b1e5f51f9 fix Address build issue in Node.js LTS versions with prerendering or SSR
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v19.8.1

Compare Source

19.8.1 (2025-06-19)

🩹 Fixes
  • eslint-plugin-template: [no-interpolation-in-attributes] use keySpan as attr. range and sourceSpan as replacement range (#​2531)
❤️ Thank You
  • Niklas Wolf

v19.8.0

Compare Source

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

v19.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] handle direct signal calls in member expressions (#​2491)
❤️ Thank You

v19.7.0

Compare Source

🚀 Features
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#​2430)
  • eslint-plugin: add no-uncalled-signals rule (#​2383)
🩹 Fixes
  • eslint-plugin-template: any valid DOM element with role button is interactive (#​2488)
❤️ Thank You

v19.6.0

Compare Source

🚀 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

v19.5.0

Compare Source

🚀 Features
  • eslint-plugin: introduce sort keys in type-decorator rule (#​2187)
❤️ Thank You
  • Benjamin Schäublin

v19.4.0

Compare Source

🚀 Features
  • eslint-plugin: add rule prefer-output-emitter-ref (#​2324)
❤️ Thank You

v19.3.0

Compare Source

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

v19.2.1

Compare Source

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

v19.2.0

Compare Source

🚀 Features
  • eslint-plugin: add rule require-lifecycle-on-prototype (#​2259)
🩹 Fixes
  • eslint-plugin-template: find inline templates on components in blocks (#​2238)
❤️ Thank You

v19.1.0

Compare Source

🚀 Features
  • eslint-plugin: prefer-signals now checks .asReadonly() calls (#​2218)
  • eslint-plugin: prefer-signals read-only suggestion is now a fix (#​2175)
🩹 Fixes
  • eslint-plugin: [no-input-prefix] false positive on input initializer value (#​2184)
  • eslint-plugin: [prefer-signals] support linkedSignal (#​2213)
❤️ Thank You

v19.0.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-standalone] error range should only include property and value (#​2172)
❤️ Thank You

v19.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: adding prefer-signals rule to exported config (#​2150)
❤️ Thank You
angular/angular (@​angular/animations)

v18.2.14

Compare Source

Breaking Changes

core
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9)

core
Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#​63640)

v18.2.13

Compare Source

migrations
Commit Type Description
06d70a25ea fix take care of tests that import both HttpClientModule & HttpClientTestingModule. (#​58777)

v18.2.12

Compare Source

compiler-cli
Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#​58548)

v18.2.11

Compare Source

core
Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#​58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#​58492) (#​58500)

v18.2.10

Compare Source

compiler
Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#​58417)
localize
Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#​58287)

v18.2.9

Compare Source

compiler-cli
Commit Type Description
b0ab653965 fix report when NgModule imports or exports itself (#​58231)
angular/components (@​angular/cdk)

v18.2.14

Compare Source

cdk
Commit Type Description
3bd89ecd5 fix table: run differ for all columns (#​30012)

v18.2.13

Compare Source

cdk
Commit Type Description
1ea3ba383 fix listbox: make tabindex zoneless compatible (#​29970)
890036064 fix table: set explicit role on all cells (#​29987)
3c7de8400 fix testing: allow use of plaintext-only for contenteditable (#​29999)
material
Commit Type Description
c643f04ef fix core: incorrect validation in get-theme-color (#​29994)
aed9094f9 fix snack-bar: prevent override of snack bar action button color (#​27511)

v18.2.12

Compare Source

material
Commit Type Description
3fc968a59 fix datepicker: use SVG icons for calendar (#​29957)

v18.2.11

Compare Source

cdk
Commit Type Description
5d1bc76430 fix tree: only handle keyboard events directly from the node
a3449dc851 perf table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#​29814)
material

| Commit | Type | Description


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18e6b5f to fa66fb9 Compare May 25, 2023 10:58
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.14 chore(deps): update all non-major dependencies May 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ad0cd6c to 1f4c8d0 Compare May 30, 2023 08:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9dff2b8 to 056fcaa Compare June 9, 2023 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0f39d00 to 95967c9 Compare June 16, 2023 13:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 17a08e3 to 1e5d94e Compare June 26, 2023 07:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 132bd64 to ab445e2 Compare June 29, 2023 01:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9e1d206 to e8b6e88 Compare July 2, 2025 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fecbdeb to 1ac67f4 Compare July 11, 2025 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ce608cf to b87a915 Compare July 21, 2025 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3d50fc4 to 5d467e3 Compare July 31, 2025 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b1b76be to 48f74a4 Compare August 8, 2025 21:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fa45e8a to 4119147 Compare August 20, 2025 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3ea30f0 to 0f307ec Compare August 25, 2025 14:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a88b1ec to 9202ac7 Compare September 5, 2025 17:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eccfa7c to 705b3bf Compare September 10, 2025 21:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 705b3bf to d20a2ab Compare September 13, 2025 21:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants