Skip to content

chore(deps): update devdependencies (non-major)#5

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies-(non-major)
Open

chore(deps): update devdependencies (non-major)#5
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies-(non-major)

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.220.3.22 age confidence
@angular/cli 20.1.220.3.22 age confidence
@angular/compiler-cli (source) 20.1.320.3.18 age confidence
@types/express (source) 5.0.35.0.6 age confidence
@types/jasmine (source) 5.1.45.1.15 age confidence
@types/node (source) 24.10.424.12.0 age confidence
angular-eslint (source) 20.1.120.7.0 age confidence
eslint (source) 9.18.09.39.4 age confidence
jasmine-core (source) ~5.1.0~5.13.0 age confidence
karma (source) 6.4.36.4.4 age confidence
karma-jasmine-html-reporter ~2.1.0~2.2.0 age confidence
ng-packagr 20.1.020.3.2 age confidence
semantic-release 25.0.225.0.3 age confidence
typescript (source) ~5.8.3~5.9.0 age confidence
typescript-eslint (source) 8.38.08.57.2 age confidence

Release Notes

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

v20.3.22

Compare Source

@​angular-devkit/build-angular
Commit Type Description
5978eeeff fix update picomatch to 4.0.4
@​angular-devkit/core
Commit Type Description
6e9b92612 fix update picomatch to 4.0.4
@​angular/build
Commit Type Description
6f209c26d fix update picomatch to 4.0.4

v20.3.21

Compare Source

@​angular/ssr
Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

v20.3.20

Compare Source

@​angular/build
Commit Type Description
0fd6823af fix pass process environment variables to prerender workers

v20.3.19

Compare Source

@​angular-devkit/build-angular
Commit Type Description
0299b4d1a fix update copy-webpack-plugin to v14.0.0

v20.3.18

Compare Source

@​angular-devkit/core
Commit Type Description
39596d529 fix update ajv to 8.18.0
@​angular/build
Commit Type Description
f668e2778 fix update rollup to 4.59.0

v20.3.17

Compare Source

@​angular/ssr
Commit Type Description
8700e18d7 fix prevent open redirect via X-Forwarded-Prefix header
67582a946 fix validate host headers to prevent header-based SSRF

v20.3.16

Compare Source

@​angular/cli
Commit Type Description
656888a25 fix update dependency @​modelcontextprotocol/sdk to v1.26.0

v20.3.15

Compare Source

@​angular/cli
Commit Type Description
795d65413 fix update pacote to v21.0.4
@​angular-devkit/build-angular
Commit Type Description
ffc72cbc5 fix update webpack to version 5.104.1

v20.3.14

Compare Source

@​angular/cli
Commit Type Description
ff366499e fix update dependency @​modelcontextprotocol/sdk to v1.25.2

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.18

Compare Source

compiler
Commit Type Description
02fbf08890 fix disallow translations of iframe src
core
Commit Type Description
72126f9a08 fix sanitize translated attribute bindings with interpolations
626bc8bc20 fix sanitize translated form attributes

v20.3.17

Compare Source

Breaking Changes

core
  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

    (cherry picked from commit 03da204)

core
Commit Type Description
7f9de3c118 fix block creation of sensitive URI attributes from ICU messages

v20.3.16

Compare Source

core
Commit Type Description
c2c2b4aaa8 fix sanitize sensitive attributes on SVG script elements

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

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. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: angular-connector@0.0.0
npm error Found: @angular/compiler@20.1.3
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/core@20.1.3
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/animations@20.1.3
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/compiler@20.3.18
npm error node_modules/@angular/compiler
npm error   peer @angular/compiler@"20.3.18" from @angular/compiler-cli@20.3.18
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/build@20.3.22
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/2026-03-27T10_12_37_582Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-27T10_12_37_582Z-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 3 times, most recently from 9853e13 to 0d00171 Compare August 5, 2024 19:06
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from d22df71 to aa855b5 Compare August 13, 2024 17:51
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from fea18fe to eacb452 Compare August 26, 2024 19:31
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 861c9fc to 6ffdc62 Compare September 2, 2024 18:25
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from cba489e to d01a8da Compare September 9, 2024 18:31
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from cd1287e to dd2f893 Compare September 16, 2024 18:16
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from d821869 to 8654418 Compare September 30, 2024 18:41
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 15c85bd to e2fefa4 Compare October 7, 2024 18:29
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 7285063 to 48c3c36 Compare October 12, 2024 19:20
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