Skip to content

build: update all non-major dependencies (main)#68238

Merged
leonsenft merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-all-non-major-dependencies
Apr 17, 2026
Merged

build: update all non-major dependencies (main)#68238
leonsenft merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-all-non-major-dependencies

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented Apr 16, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@algolia/client-common 5.50.15.50.2 age adoption passing confidence
@algolia/client-search (source) 5.50.15.50.2 age adoption passing confidence
@algolia/requester-browser-xhr 5.50.15.50.2 age adoption passing confidence
@algolia/requester-node-http 5.50.15.50.2 age adoption passing confidence
@csstools/css-calc (source) 3.1.13.2.0 age adoption passing confidence
@csstools/css-color-parser (source) 4.0.24.1.0 age adoption passing confidence
@lezer/common 1.5.11.5.2 age adoption passing confidence
@​lezer/lr 1.4.81.4.9 age adoption passing confidence
@vscode/vsce (source) ~3.7.0~3.9.0 age adoption passing confidence
@webcontainer/api 1.6.11.6.4 age adoption passing confidence
algoliasearch (source) 5.50.15.50.2 age adoption passing confidence
autoprefixer 10.4.2710.5.0 age adoption passing confidence
cypress (source) 15.13.115.14.0 age adoption passing confidence
jasmine (source) 6.1.06.2.0 age adoption passing confidence
jasmine-core (source) 6.1.06.2.0 age adoption passing confidence
postcss (source) 8.5.98.5.10 age adoption passing confidence
prettier (source) 3.8.13.8.3 age adoption passing confidence
puppeteer (source) 24.40.024.41.0 age adoption passing confidence
selenium-webdriver4 (source) 4.41.04.43.0 age adoption passing confidence

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

Release Notes

algolia/algoliasearch-client-javascript (@​algolia/client-common)

v5.50.2

Compare Source

csstools/postcss-plugins (@​csstools/css-calc)

v3.2.0

Compare Source

April 12, 2026

  • Add support for round(line-width, 1.2345px)
  • Add devicePixelLength option
csstools/postcss-plugins (@​csstools/css-color-parser)

v4.1.0

Compare Source

April 12, 2026

lezer-parser/common (@​lezer/common)

v1.5.2

Compare Source

Bug fixes

Fix a bug in mixed parsing that could cause the parser to fail to reuse unchanged inner parses.

Microsoft/vsce (@​vscode/vsce)

v3.9.0

Compare Source

Changes:

  • #​1263: fix: build regressions in 3.8.1
  • #​1261: Add override for serialize-javascript

This list of changes was auto generated.

v3.8.1

Compare Source

Changes:

This list of changes was auto generated.

v3.8.0

Compare Source

Changes:

See More

This list of changes was auto generated.

stackblitz/webcontainer-core (@​webcontainer/api)

v1.6.4

Compare Source

postcss/autoprefixer (autoprefixer)

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).
cypress-io/cypress (cypress)

v15.14.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-14-0

jasmine/jasmine-npm (jasmine)

v6.2.0

Compare Source

Please see the release notes.

jasmine/jasmine (jasmine-core)

v6.2.0

Compare Source

Please see the release notes.

postcss/postcss (postcss)

v8.5.10

Compare Source

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
prettier/prettier (prettier)

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}
puppeteer/puppeteer (puppeteer)

v24.41.0

Compare Source

🎉 Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.40.0 to 24.41.0
🛠️ Fixes
📄 Documentation
SeleniumHQ/selenium (selenium-webdriver4)

v4.43.0

Compare Source

v4.42.0

Compare Source

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Apr 16, 2026
@ngbot ngbot bot added this to the Backlog milestone Apr 16, 2026
@pullapprove pullapprove bot requested a review from thePunderWoman April 16, 2026 06:43
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 2 times, most recently from 89cbc9c to 9487c4f Compare April 16, 2026 15:40
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 2 times, most recently from 699b2c1 to b120cba Compare April 17, 2026 16:52
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from b120cba to 0a8f4dd Compare April 17, 2026 17:52
@leonsenft leonsenft merged commit 56ff89c into angular:main Apr 17, 2026
19 checks passed
@leonsenft
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants