Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/build 20.1.2 -> 20.3.13 age confidence
@angular/cli 20.1.2 -> 20.3.13 age confidence
@angular/compiler-cli (source) 20.1.3 -> 20.3.15 age confidence
@types/express (source) 5.0.3 -> 5.0.6 age confidence
@types/jasmine (source) 5.1.4 -> 5.1.13 age confidence
@types/node (source) 20.19.22 -> 20.19.27 age confidence
angular-eslint (source) 20.1.1 -> 20.7.0 age confidence
eslint (source) 9.18.0 -> 9.39.2 age confidence
jasmine-core (source) ~5.1.0 -> ~5.13.0 age confidence
karma (source) 6.4.3 -> 6.4.4 age confidence
ng-packagr 20.1.0 -> 20.3.2 age confidence
semantic-release 24.0.0 -> 24.2.9 age confidence
typescript (source) ~5.8.3 -> ~5.9.0 age confidence
typescript-eslint (source) 8.38.0 -> 8.50.0 age confidence

Release Notes

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

v20.3.13

Compare Source

@​angular/cli
Commit Type Description
cfbb61602 fix update @modelcontextprotocol/sdk to v1.24.0

v20.3.12

Compare Source

@​angular/build
Commit Type Description
25bb7e65c fix ensure correct URL joining for prerender routes
@​angular/ssr
Commit Type Description
cceb86296 fix handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
1abe68ad8 fix prevent redirect loop with encoded query parameters

v20.3.11

Compare Source

@​angular/build
Commit Type Description
8053f2d92 fix ensure ɵgetOrCreateAngularServerApp is always defined after errors

v20.3.10

Compare Source

@​schematics/angular
Commit Type Description
c854a719b fix correct tsconfig.spec.json include for spec files
@​angular/build
Commit Type Description
b3908f68e fix do not remove @angular/localize when having external packages (#​31721)

v20.3.9

Compare Source

@​angular/ssr
Commit Type Description
08e07e338 fix improve locale handling in app-engine
683697ebc fix improve route matching for wildcard routes

v20.3.8

Compare Source

@​angular-devkit/build-angular
Commit Type Description
813cba9b9 fix expand jest and jest-environment-jsdom to allow version 30
@​angular/build
Commit Type Description
542973ab0 fix add adapters to new reporter
f0885691d fix ensure locale data plugin runs before other plugins
45e498f95 fix handle redirects from guards during prerendering

v20.3.7

Compare Source

@​angular-devkit/schematics
Commit Type Description
a31533cf4 fix respect --force option when schematic contains host.create
@​angular/build
Commit Type Description
8cdda111c fix resolve Angular locale data namespace in esbuild
5847ccc54 fix update vite to 7.11.1
@​angular/ssr
Commit Type Description
3a28fb6a1 fix correctly handle routes with matrix parameters
5db6d6487 fix ensure server-side navigation triggers a redirect

v20.3.6

Compare Source

@​angular/ssr
Commit Type Description
5271547c8 fix prevent malicious URL from overriding host

v20.3.5

Compare Source

@​angular/build
Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

v20.3.4

Compare Source

@​schematics/angular
Commit Type Description
c94bf7ff0 fix Out of the box support for PM2
465436c9f fix use bracket notation for process.env['pm_id']
@​angular-devkit/build-angular
Commit Type Description
bc6b63114 fix mark InjectionToken as pure for improved tree-shaking
@​angular/build
Commit Type Description
e510ff828 fix mark InjectionToken as pure for improved tree-shaking

v20.3.3

Compare Source

@​schematics/angular
Commit Type Description
b7f92da78 fix add __screenshots__/ to .gitignore
@​angular/ssr
Commit Type Description
a4c9a2007 fix avoid retaining rendered HTML in memory post-request

v20.3.2

Compare Source

v20.3.1

Compare Source

@​angular/build
Commit Type Description
be60be499 fix add timestamp to bundle generation log
d60f4e53d fix update vite to version 7.1.5

v20.3.0

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);
@​schematics/angular
Commit Type Description
ef20a278d fix align labels in ai-config schema
@​angular/cli
Commit Type Description
f6ad41c13 fix improve bun lockfile detection and optimize lockfile checks
@​angular-devkit/build-angular
Commit Type Description
1a7890873 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
5d46d6ec1 fix preserve names in esbuild for improved debugging in dev mode
@​angular/ssr
Commit Type Description
7eacb4187 feat introduce BootstrapContext for isolated server-side rendering

v20.2.2

Compare Source

@​angular/cli
Commit Type Description
a793bbc47 fix don't set a default for array options when length is 0
2736599e2 fix set process title when running architect commands
@​angular/build
Commit Type Description
5c2abffea fix avoid extra tick in SSR dev-server builds
f3c826853 fix maintain media output hashing with vitest unit-testing

v20.2.1

Compare Source

@​angular/cli
Commit Type Description
3b693e09e fix correctly set default array values
@​schematics/angular
Commit Type Description
6937123a3 fix directly resolve karma config template in migration
5d6dd4425 fix prevent AI config schematic from failing when 'none' and other AI tools are selected
@​angular-devkit/schematics-cli
Commit Type Description
e93919dea fix correctly set default array values
@​angular/build
Commit Type Description
06a6ddc10 fix correct JS/TS file paths when running under Bazel
b6816b0cb fix ensure karma polyfills reporter factory returns a value

v20.2.0

Compare Source

@​angular/cli
Commit Type Description
b4de9a1bf feat add --experimental-tool option to mcp command
755ba70fd feat add --local-only option to mcp command
59d7ef343 feat add --read-only option to mcp command
4e92eb6f1 feat add modernize tool to the MCP server
a3b25f675 fix add choices to command line parser when type is array and has an enum
e19eee614 fix address Node.js deprecation DEP0190
4ee6f327a fix apply default to array types
8ba6b0bcc fix use correct path for MCP get_best_practices tool
@​schematics/angular
Commit Type Description
2e3cfd598 feat add migration to remove default Karma configurations
d80dae276 feat add schematics to generate ai context files.
ffe6fb916 fix allow AI config prompt to be skipped without selecting a value
ae2802b7d fix improve AI config prompt wording
b017f84fd fix improve coverage directory handling for Karma configuration comparisons
6a79f9a75 fix zoneless is now stable
@​angular-devkit/schematics
Commit Type Description
c43504d8d fix address Node.js deprecation DEP0190
@​angular/build
Commit Type Description
fb06bb505 feat add headless mode for vitest browser mode

v20.1.6

Compare Source

@​schematics/angular
Commit Type Description
584bc1d41 fix add extra prettier config
02b0506fd fix correct configure the typeSeparator in the library schematic

v20.1.5

Compare Source

@​angular/cli
Commit Type Description
48ca04474 fix cache MCP best practices content and add tool annotations

v20.1.4

Compare Source

@​angular/cli
Commit Type Description
2d753cc62 fix skip workspace-specific tools when outside a workspace
@​angular/build
Commit Type Description
42d72ef4d fix skip vite transformation of CSS-like assets

v20.1.3

Compare Source

@​angular/build
Commit Type Description
ea5cd0e81 fix update vite to 7.0.6
angular/angular (@​angular/compiler-cli)

v20.3.15

Compare Source

compiler
Commit Type Description
d1ca8ae043 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

v20.3.14

Compare Source

http
Commit Type Description
0276479e7d fix prevent XSRF token leakage to protocol-relative URLs

v20.3.13

Compare Source

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Type Description
5047849a4a fix remove placeholder image listeners once view is removed
compiler
Commit Type Description
f9d0818087 fix support arbitrary nesting in :host-context()
106b9040df fix support commas in :host() argument
9419ea348a fix support complex selectors in :nth-child()
036c5d2a07 fix support one additional level of nesting in :host()
core
Commit Type Description
dcdd1bcdbb fix skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy
migrations
Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

v20.3.9

Compare Source

v20.3.7

Compare Source

animations
Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#​64506)
compiler
Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
core
Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#​64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
router
Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#​64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#​64503)

v20.3.6

Compare Source

core
Commit Type Description
911d6822cb fix update animation scheduling (#​64441)
platform-browser
Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)

v20.3.5

Compare Source

compiler-cli
Commit Type Description
8dec92ff9f fix capture metadata for undecorated fields (#​63957) (#​64317)
c2e817b0ef perf fix performance of "interpolated signal not invoked" check (#​64410)
core
Commit Type Description
f15cfa4cc4 fix fixes regression in animate.leave function bindings (#​64413)
d54dd674ca fix Prevents early style pruning with leave animations (#​64335)
migrations
Commit Type Description
554573e524 fix migrating input with more than 1 usage in a method (#​64367)
2c79ca0b57 fix remove error for no matching files in control flow migration (#​64253) (#​64314)
router
Commit Type Description
6e4bcc7d22 fix Scroll restoration should use instant scroll behavior for traversals (#​64299)

v20.3.4

Compare Source

core
Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#​64226)
[6fed986b7a](https://redirect.github.com/angular/angular/commit/6fed986b7a8f22dfe81d94b1e55490a27

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
Copy link
Contributor Author

renovate bot commented Jun 17, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   @angular/compiler@"^20.1.3" from the root project
npm error   peerOptional @angular/compiler@"20.1.3" from @angular/[email protected]
npm error   node_modules/@angular/core
npm error     @angular/core@"^20.1.3" from the root project
npm error     peer @angular/core@"20.1.3" from @angular/[email protected]
npm error     node_modules/@angular/animations
npm error       @angular/animations@"^20.1.3" from the root project
npm error       1 more (@angular/platform-browser)
npm error     7 more (@angular/common, @angular/forms, ...)
npm error   2 more (@angular/platform-browser-dynamic, @angular/platform-server)
npm error
npm error Could not resolve dependency:
npm error dev @angular/build@"^20.1.2" from the root project
npm error
npm error Conflicting peer dependency: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   peer @angular/compiler@"20.3.15" from @angular/[email protected]
npm error   node_modules/@angular/compiler-cli
npm error     dev @angular/compiler-cli@"^20.1.3" from the root project
npm error     peer @angular/compiler-cli@"^20.0.0" from @angular/[email protected]
npm error     node_modules/@angular/build
npm error       dev @angular/build@"^20.1.2" from the root project
npm error     2 more (@angular/localize, ng-packagr)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-15T20_53_50_716Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-15T20_53_50_716Z-debug-0.log

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 8bbc680 to 428e1e3 Compare June 22, 2024 08:05
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from cfda86c to 86d6a47 Compare July 1, 2024 14:18
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 8ce8228 to c314328 Compare July 10, 2024 14:05
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from f052bc9 to 36c7bfa Compare July 15, 2024 01:41
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from d3b6b54 to bb0a5f3 Compare July 23, 2024 21:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 218478f to c10191c Compare April 30, 2025 17:02
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 6a73f4e to f300807 Compare May 14, 2025 07:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 4659aba to 8e5d3be Compare May 25, 2025 14:35
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from f9837e6 to b80f0d8 Compare June 3, 2025 15:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from d5aae3e to b2fc3c6 Compare June 7, 2025 01:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 54ee713 to ae2d896 Compare June 22, 2025 14:50
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ae2d896 to 3daddff Compare June 28, 2025 09:59
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from ddfa660 to 2b2a05d Compare July 17, 2025 09:58
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2b2a05d to 7700600 Compare July 19, 2025 16:56
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 7700600 to 8edd618 Compare August 7, 2025 00:14
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 8edd618 to 16b5b84 Compare August 24, 2025 04:14
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 16b5b84 to c44a4f7 Compare August 31, 2025 08:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from c44a4f7 to 6b1e3d4 Compare September 14, 2025 14:14
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 6b1e3d4 to 86e9c34 Compare September 27, 2025 00:51
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 628a5ea to 0d929d3 Compare October 12, 2025 13:35
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 0d929d3 to 06227b5 Compare October 25, 2025 15:01
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 06227b5 to 3ebbb72 Compare November 8, 2025 16:55
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 3ebbb72 to 92ca98a Compare December 2, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants