Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-all-non-major-dependencies
Open

build: update all non-major dependencies (main)#36
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-all-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented May 13, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@algolia/client-common 5.52.05.55.1 age adoption passing confidence
@algolia/client-search (source) 5.52.05.55.1 age adoption passing confidence
@algolia/requester-browser-xhr 5.52.05.55.1 age adoption passing confidence
@algolia/requester-node-http 5.52.05.55.1 age adoption passing confidence
@babel/cli (source) 7.28.67.29.7 age adoption passing confidence
@babel/core (source) 7.29.07.29.7 age adoption passing confidence
@babel/generator (source) 7.29.17.29.7 age adoption passing confidence
@​codemirror/autocomplete 6.20.16.20.3 age adoption passing confidence
@codemirror/commands 6.10.36.10.4 age adoption passing confidence
@codemirror/language 6.12.36.12.4 age adoption passing confidence
@​codemirror/lint 6.9.56.9.7 age adoption passing confidence
@​codemirror/search 6.7.06.7.1 age adoption passing confidence
@codemirror/state 6.6.06.7.0 age adoption passing confidence
@​codemirror/view 6.41.16.43.4 age adoption passing confidence
@csstools/css-calc (source) 3.2.03.2.1 age adoption passing confidence
@csstools/css-color-parser (source) 4.1.04.1.9 age adoption passing confidence
@lezer/css 1.3.31.3.4 age adoption passing confidence
@marijn/find-cluster-break (source) 1.0.21.0.3 age adoption passing confidence
@stackblitz/sdk 1.11.01.11.1 age adoption passing confidence
@types/chrome (source) ^0.1.0^0.2.0 age adoption passing confidence
@types/jsdom (source) 28.0.128.0.3 age adoption passing confidence
@types/node (source) 24.12.224.13.2 age adoption passing confidence
algoliasearch (source) 5.52.05.55.1 age adoption passing confidence
autoprefixer 10.5.010.5.2 age adoption passing confidence
concurrently 9.2.19.2.3 age adoption passing confidence
crelt (source) 1.0.61.0.7 age adoption passing confidence
cypress (source) 15.14.215.18.0 age adoption passing confidence
esbuild 0.28.00.28.1 age adoption passing confidence
fflate (source) 0.8.20.8.3 age adoption passing confidence
jasmine (source) 6.2.06.3.0 age adoption passing confidence
jasmine-core (source) 6.2.06.3.0 age adoption passing confidence
jest (source) 30.3.030.4.2 age adoption passing confidence
jest-environment-jsdom (source) 30.3.030.4.1 age adoption passing confidence
jest-environment-node (source) 30.3.030.4.1 age adoption passing confidence
marked (source) 18.0.218.0.5 age adoption passing confidence
mermaid 11.14.011.16.0 age adoption passing confidence
mocha (source) 11.7.511.7.6 age adoption passing confidence
playwright-core (source) 1.59.11.61.1 age adoption passing confidence
postcss (source) 8.5.138.5.16 age adoption passing confidence
preact (source) 10.29.110.29.4 age adoption passing confidence
preact-render-to-string 6.6.76.7.0 age adoption passing confidence
prettier (source) 3.8.33.9.4 age adoption passing confidence
puppeteer (source) 24.42.024.43.1 age adoption passing confidence
rollup (source) 4.60.24.62.2 age adoption passing confidence
shiki (source) 4.0.24.3.1 age adoption passing confidence
tinyglobby (source) 0.2.160.2.17 age adoption passing confidence
zone.js (source, changelog) 0.16.10.16.2 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.55.1

Compare Source

  • a676cd9cef fix(clients): bump replaceAllObjects default maxRetries from 100 to 800 (#​6580) by @​Fluf22
  • a632f9fb75 fix(specs): BREAKING CHANGE – allow null records in getObjects response (#​6582) by @​Fluf22
    • The getObjects operation now returns a list of nullable objects, as the API can send back null records. The clients previously only allowed a list of objects, so the response type has been updated to allow null values.

v5.55.0

Compare Source

v5.54.1

Compare Source

v5.54.0

Compare Source

v5.53.0

Compare Source

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

v5.52.1

Compare Source

babel/babel (@​babel/cli)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

codemirror/commands (@​codemirror/commands)

v6.10.4

Compare Source

codemirror/language (@​codemirror/language)

v6.12.4

Compare Source

codemirror/state (@​codemirror/state)

v6.7.0

Compare Source

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

v3.2.1

Compare Source

May 13, 2026

  • Update round(line-width, 1.2345px) to match the latest spec
csstools/postcss-plugins (@​csstools/css-color-parser)

v4.1.9

Compare Source

June 25, 2026

v4.1.8

Compare Source

June 19, 2026

  • Add color-mix syntax flag to mix notations with only a single value (e.g. color-mix(in oklch, red))

v4.1.7

Compare Source

June 14, 2026

  • Fix normalization of hue to [0, 360] range when hue is not finite

v4.1.6

Compare Source

June 14, 2026

  • Fix normalization of hue to [0, 360] range when hue is a negative number

v4.1.5

Compare Source

June 14, 2026

  • Fix handling of hue in interpolation when both parts have a missing hue component

v4.1.4

Compare Source

June 13, 2026

  • Fix none alpha in alpha()

v4.1.3

Compare Source

June 10, 2026

  • Assign rgb color notation to contrast-color() (instead of srgb).

v4.1.2

Compare Source

June 10, 2026

  • Remove special handling of all zero percentages in color-mix()

v4.1.1

Compare Source

May 13, 2026

  • Fix analogous components and sets for hwb()
  • Align precision of powerless components with the specification
  • Updated @csstools/css-calc to 3.2.1 (patch)
lezer-parser/css (@​lezer/css)

v1.3.4

Compare Source

marijnh/find-cluster-break (@​marijn/find-cluster-break)

v1.0.3

Compare Source

stackblitz/sdk (@​stackblitz/sdk)

v1.11.1

Compare Source

  • fix: allow cross-origin-isolation for the run endpoint (#​39)
postcss/autoprefixer (autoprefixer)

v10.5.2

Compare Source

  • Moved -webkit-fill-available before -moz-available, so Firefox
    will use -webkit- version which is closer to stretch.

v10.5.1

Compare Source

open-cli-tools/concurrently (concurrently)

v9.2.3

Compare Source

Full Changelog: open-cli-tools/concurrently@v9.2.2...v9.2.3

marijnh/crelt (crelt)

v1.0.7

Compare Source

cypress-io/cypress (cypress)

v15.18.0

Compare Source

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

v15.17.0

Compare Source

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

v15.16.0

Compare Source

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

v15.15.0

Compare Source

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

evanw/esbuild (esbuild)

v0.28.1

Compare Source

  • Disallow \ in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)

    This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a \ backslash character. It happened due to the use of Go's path.Clean() function, which only handles Unix-style / characters. HTTP requests with paths containing \ are no longer allowed.

    Thanks to @​dellalibera for reporting this issue.

  • Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)

    The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.

    Note that esbuild's Deno API installs from registry.npmjs.org by default, but allows the NPM_CONFIG_REGISTRY environment variable to override this with a custom package registry. This change means that the esbuild executable served by NPM_CONFIG_REGISTRY must now match the expected content.

    Thanks to @​sondt99 for reporting this issue.

  • Avoid inlining using and await using declarations (#​4482)

    Previously esbuild's minifier sometimes incorrectly inlined using and await using declarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done for let and const declarations by avoiding doing it for var declarations, which no longer worked when more declaration types were added. Here's an example:

    // Original code
    {
      using x = new Resource()
      x.activate()
    }
    
    // Old output (with --minify)
    new Resource().activate();
    
    // New output (with --minify)
    {using e=new Resource;e.activate()}
  • Fix module evaluation when an error is thrown (#​4461, #​4467)

    If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if import() or require() is used to import a module multiple times. The thrown error is supposed to be thrown by every call to import() or require(), not just the first. With this release, esbuild will now throw the same error every time you call import() or require() on a module that throws during its evaluation.

  • Fix some edge cases around the new operator (#​4477)

    Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a new expression (specifically an optional chain and/or a tagged template literal). The generated code for the new target was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap the new target in parentheses. Here is an example of some affected code:

    // Original code
    new (foo()`bar`)()
    new (foo()?.bar)()
    
    // Old output
    new foo()`bar`();
    new (foo())?.bar();
    
    // New output
    new (foo())`bar`();
    new (foo()?.bar)();
  • Fix renaming of nested var declarations (#​4471)

    This release fixes a bug where var declarations in nested scopes that are hoisted up to module scope were not correctly being renamed during bundling. That could previously lead to name collisions when minification was disabled, which could potentially cause a behavior change. The bug has been fixed so that these hoisted declarations are now considered to be module-level symbols during the name collision avoidance pass.

  • Emit var instead of const for certain TypeScript-only constructs for ES5 (#​4448)

    While esbuild doesn't generally support converting const to var for ES5 due to nested scoping rules (which is currently a build-time error), esbuild previously incorrectly converted TypeScript-only import assignment constructs into a const declaration even when targeting ES5. With this release, esbuild will now use var for this case instead:

    // Original code
    import x = require('y')
    
    // Old output (with --target=es5)
    const x = require("y");
    
    // New output (with --target=es5)
    var x = require("y");
101arrowz/fflate (fflate)

v0.8.3

Compare Source

  • Fix buffer over-read for Zip64 extra fields
  • Support sync flushes (Z_SYNC_FLUSH in zlib)
    • Allows for immediate decompression of all pushed bytes
    • Enables DEFLATE stream concatenation
  • Fix zip/zipSync when using cross-realm Uint8Array
  • Improve Zip64 support for streamed or undersized archives
  • Update performance estimates in README
  • Fix typings for TypeScript v5.7+
  • Reduce memory consumption after compression stream completion
jasmine/jasmine-npm (jasmine)

v6.3.0: 6.3.0

Compare Source

Please see the release notes.

jasmine/jasmine (jasmine-core)

v6.3.0: 6.3.0

Compare Source

Please see the release notes.

jestjs/jest (jest)

v30.4.2

Compare Source

Fixes
  • [jest-runtime] Fix named imports from CJS modules whose module.exports is a function with own-property exports (#​16150)

v30.4.1

Compare Source

Features
  • [jest-config, jest-core, jest-runner, jest-schemas, jest-types] Allow custom runner configuration options via tuple format ['runner-path', {options}] (#​16141)
Fixes
  • [jest-runtime] Align CJS-from-ESM default export with Node: module.exports is always the ESM default, __esModule unwrapping is no longer applied (#​16143)

v30.4.0

Compare Source

Features
  • [babel-jest] Support collecting coverage from .mts, .cts (and other) files (#​15994)
  • [jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2, jest-types] Add --collect-tests flag to discover and list tests without executing them (#​16006)
  • [jest-config, jest-runner, jest-worker] Add workerGracefulExitTimeout config option to control how long workers are given to exit before being force-killed (#​15984)
  • [jest-config] Add support for jest.config.mts as a valid configuration file (#​16005)
  • [jest-config, jest-core, jest-reporters, jest-runner] verbose and silent can now be set per-project; the project-level value overrides the global value for that project's tests (#​16133)
  • [@jest/fake-timers] Accept Temporal.Duration in jest.advanceTimersByTime() and jest.advanceTimersByTimeAsync() (#​16128)
  • [@jest/fake-timers] Accept Temporal.Instant and Temporal.ZonedDateTime in jest.setSystemTime() and useFakeTimers({now}) (#​16128)
  • [@jest/fake-timers] Support faking Temporal.Now.* (#​16131)
  • [jest-mock] Add clearMocksOnScope(scope) on ModuleMocker for clearing every mock function exposed on a scope object (#​16088)
  • [jest-resolve] Add canResolveSync() on Resolver so callers can detect when a user-configured resolver only exports an async hook (#​16064)
  • [jest-runtime] Use synchronous evaluate() for ES modules without top-level await on Node versions that support it (v24.9+), and prefer the synchronous transform path when a sync transformer is configured (#​16062)
  • [jest-runtime] Support require() of ES modules on Node v24.9+ (#​16074)
  • [jest-runtime] Validate TC39 import attributes (with { type: 'json' }) on ESM imports (#​16127)
  • [@jest/transform] Add canTransformSync(filename) on ScriptTransformer so callers can pick the sync vs async transform path (#​16062)
  • [jest-util] Add isError helper (#​16076)
  • [pretty-format] Support React 19 (#​16123)
Fixes
  • [expect-utils] Fix toStrictEqual failing on structuredClone results due to cross-realm constructor mismatch (#​15959)
  • [@jest/expect-utils] Prevent toMatchObject/subset matching from throwing when encountering exotic iterables (#​15952)
  • [fake-timers] Convert Date to milliseconds before passing to @sinonjs/fake-timers (#​16029)
  • [jest] Export GlobalConfig and ProjectConfig TypeScript types ([#​16132](https://redirect.github.com/jestjs/jest

Note

PR body was truncated to here.

@renovate

renovate Bot commented May 13, 2025

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update artifacts 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: undefined
Post-upgrade command 'git restore .npmrc' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'pnpm install --frozen-lockfile' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'pnpm ng-dev misc sync-module-bazel' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'pnpm bazel run //.github/actions/deploy-docs-site:main' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'pnpm bazel run //packages/common:base_currencies_file' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'pnpm bazel run //packages/common/locales:closure_locale_file' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'pnpm bazel run //packages/core:base_locale_file' has not been added to the allowed list in allowedCommands

@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 2 times, most recently from cc84316 to 55102c4 Compare May 16, 2025 06:15
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from 55102c4 to c6cf7c9 Compare May 16, 2025 07:25
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from c6cf7c9 to 2d123ee Compare May 16, 2025 07:59
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from 2d123ee to d2f832e Compare May 17, 2025 12:46
@renovate renovate Bot changed the title build: update all non-major dependencies (main) build: update dependency @types/chrome to ^0.0.323 (main) May 17, 2025
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from d2f832e to e0bf34a Compare May 18, 2025 16:21
@renovate renovate Bot changed the title build: update dependency @types/chrome to ^0.0.323 (main) build: update all non-major dependencies (main) May 18, 2025
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from e0bf34a to 885afac Compare May 25, 2025 04:10
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 3 times, most recently from ee5a98d to 4879ed5 Compare June 6, 2025 13:16
@renovate renovate Bot changed the title build: update all non-major dependencies (main) build: update dependency rollup to v4.41.2 (main) Jun 6, 2025
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from 4879ed5 to d01f039 Compare June 8, 2025 10:42
@renovate renovate Bot changed the title build: update dependency rollup to v4.41.2 (main) build: update all non-major dependencies (main) Jun 8, 2025
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 2 times, most recently from 38a229d to 00543f6 Compare June 15, 2025 08:02
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from 00543f6 to b54331b Compare June 24, 2025 10:04
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch from b54331b to def3c40 Compare July 1, 2025 18:18
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 2 times, most recently from a89871a to 311a13e Compare July 10, 2025 07:11
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 4 times, most recently from 3d35640 to e515669 Compare September 1, 2025 07:53
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 7 times, most recently from 5ca15a5 to a4fe45e Compare September 7, 2025 15:58
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 6 times, most recently from 83be774 to 65e159d Compare September 12, 2025 20:42
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 7 times, most recently from c6ba72b to 7959fc4 Compare September 19, 2025 12:33
@renovate renovate Bot force-pushed the renovate/main-all-non-major-dependencies branch 4 times, most recently from 124a01d to 6ae6924 Compare September 25, 2025 11:06
See associated pull request for more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants