Skip to content

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

Open
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-all-non-major-dependencies
Open

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

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

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
@vscode/vsce (source) ~3.7.0~3.8.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
jasmine (source) 6.1.06.2.0 age adoption passing confidence
jasmine-core (source) 6.1.06.2.0 age adoption passing confidence
prettier (source) 3.8.13.8.3 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.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).
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.

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) }}
SeleniumHQ/selenium (selenium-webdriver4)

v4.43.0

Compare Source

v4.42.0

Compare Source

See associated pull request for more information.
@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
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.

1 participant