build: update all non-major dependencies (main)#67035
Open
angular-robot wants to merge 1 commit intoangular:mainfrom
Open
build: update all non-major dependencies (main)#67035angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
6af5bab to
570f8e9
Compare
See associated pull request for more information.
570f8e9 to
b0bcd77
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.48.0→5.48.15.48.0→5.48.15.48.0→5.48.15.48.0→5.48.16.10.1→6.10.26.9.3→6.9.46.39.12→6.39.143.0.0→3.1.124.10.11→24.10.131.6.2→1.6.35.48.0→5.48.10.27.2→0.27.36.0.0→6.0.1~28.0.0→~28.1.028.0.0→28.1.017.0.1→17.0.21.58.1→1.58.2Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-common)
v5.48.1Compare Source
SearchResponsemodel now acceptsqueryandparamsas optional parameters, as they are not always returned by the API.redirectproperty to rule consequence schema (#5934) by @Fluf22codemirror/commands (@codemirror/commands)
v6.10.2Compare Source
Bug fixes
Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.
codemirror/lint (@codemirror/lint)
v6.9.4Compare Source
Bug fixes
Make sure
nextDiagnosticselects entire diagnostics, even when they overlap with other diagnostics.codemirror/view (@codemirror/view)
v6.39.14Compare Source
Bug fixes
Improve performance of
posAtCoordson long lines.Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.
v6.39.13Compare Source
Bug fixes
Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.
Fix an issue
EditorView.moveVerticallythat would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.csstools/postcss-plugins (@csstools/css-calc)
v3.1.1Compare Source
February 13, 2026
calc(10px)calc(20px)now serializes as10px 20px)v3.1.0Compare Source
February 12, 2026
onParseErroroption tocalc().v3.0.1Compare Source
February 10, 2026
microsoft/TypeScript-Website (@typescript/vfs)
v1.6.3Compare Source
Patch Changes
5e2b828Thanks @jakebailey! - Update for compatibility with TypeScript 6.0.evanw/esbuild (esbuild)
v0.27.3Compare Source
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:icons.css:triangle.svg:The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:Parse and print CSS
@scoperules (#4322)This release includes dedicated support for parsing
@scoperules in CSS. These rules include optional "start" and "end" selector lists. One important consequence of this is that the local/global status of names in selector lists is now respected, which improves the correctness of esbuild's support for CSS modules. Minification of selectors inside@scoperules has also improved slightly.Here's an example:
Fix a minification bug with lowering of
for await(#4378, #4385)This release fixes a bug where the minifier would incorrectly strip the variable in the automatically-generated
catchclause of loweredfor awaitloops. The code that generated the loop previously failed to mark the internal variable references as used.Update the Go compiler from v1.25.5 to v1.25.7 (#4383, #4388)
This PR was contributed by @MikeWillCook.
jasmine/jasmine (jasmine-core)
v6.0.1Compare Source
Please see the release notes.
jsdom/jsdom (jsdom)
v28.1.0Compare Source
blob.text(),blob.arrayBuffer(), andblob.bytes()methods.getComputedStyle()to account for CSS specificity when multiple rules apply. (asamuzaK)XMLHttpRequestperformance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.node.getRootNode(),node.isConnected, andevent.dispatchEvent()by caching the root node of document-connected trees.getComputedStyle()to correctly handle!importantpriority. (asamuzaK)document.getElementById()to return the first element in tree order when multiple elements share the same ID.<svg>elements to no longer incorrectly proxy event handlers to theWindow.FileReaderevent timing andfileReader.resultstate to more closely follow the spec.XMLHttpRequestencountered dispatch errors.fetch()has been used before importing jsdom, by working around undici v6/v7 incompatibilities.markedjs/marked (marked)
v17.0.2Compare Source
Bug Fixes
microsoft/playwright (playwright-core)
v1.58.2Compare Source
Highlights
#39121 fix(trace viewer): make paths via stdin work
#39129 fix: do not force swiftshader on chromium mac
Browser Versions