Bump the remaining-npm group across 1 directory with 4 updates - #412
Bump the remaining-npm group across 1 directory with 4 updates#412dependabot[bot] wants to merge 1 commit into
Conversation
|
@dependabot rebase |
Bumps the remaining-npm group with 4 updates in the / directory: [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git), [jose](https://github.com/panva/jose), [diff3](https://github.com/axosoft/diff3) and [dompurify](https://github.com/cure53/DOMPurify). Updates `isomorphic-git` from 1.40.5 to 1.41.9 - [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases) - [Commits](isomorphic-git/isomorphic-git@v1.40.5...v1.41.9) Updates `jose` from 6.2.8 to 6.2.10 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.8...v6.2.10) Updates `diff3` from 0.0.3 to 0.0.4 - [Commits](https://github.com/axosoft/diff3/commits) Updates `dompurify` from 3.4.13 to 3.4.14 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.13...3.4.14) --- updated-dependencies: - dependency-name: diff3 dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remaining-npm - dependency-name: dompurify dependency-version: 3.4.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: remaining-npm - dependency-name: isomorphic-git dependency-version: 1.41.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: remaining-npm - dependency-name: jose dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remaining-npm ... Signed-off-by: dependabot[bot] <support@github.com>
835b9c8 to
1c88dd7
Compare
|
/bonk review this - looks for changelog issues that will have impacts that may not be obvious |
| "diff3": "^0.0.3", | ||
| "isomorphic-git": "^1.40.0", | ||
| "jose": "^6.2.8", | ||
| "diff3": "^0.0.4", |
There was a problem hiding this comment.
Please keep diff3 at 0.0.3 (or patch 0.0.4 before upgrading). The 0.0.4 onp.js memory rewrite removed the local ed declaration but retained ed = delta + 2 * p; the package’s open issue #2 confirms the resulting ReferenceError. Direct CommonJS execution is sloppy and silently creates a global, so the current Vitest run can pass, but Wrangler bundles this Worker as strict ESM. I reproduced the exact 0.0.4 package failing after an ESM browser bundle. As a result, git-store.ts’s diff3Merge() call throws whenever both sides changed a file, breaking merge-from-mainline even for otherwise clean disjoint edits.
|
Posted 1 actionable inline finding. No other changelog-related regressions found. |
Bumps the remaining-npm group with 4 updates in the / directory: isomorphic-git, jose, diff3 and dompurify.
Updates
isomorphic-gitfrom 1.40.5 to 1.41.9Release notes
Sourced from isomorphic-git's releases.
... (truncated)
Commits
89d641afix: match filepaths on path component boundaries (#2416)fe987ebfix: throw when TREE is given a ref that cannot be resolved (#2407)0730055docs(readme): fix ES import example using unexported 'plugins' (#2408)a7f747ffix: return best merge bases for DAG histories (#2412)a760325fix: validate readObject format consistently (#2406)07c6fe7fix: include file mode changes in filepath log (#2413)25dc739fix: restore checkout filepaths from the index (#2409)aa6812cfix: don't split a CRLF that straddles two chunks in splitLines (#2397)39a3e22chore: build docs (#2405)0d7c8e0fix: expose internal git lock for tests (#2404)Updates
josefrom 6.2.8 to 6.2.10Release notes
Sourced from jose's releases.
... (truncated)
Changelog
Sourced from jose's changelog.
... (truncated)
Commits
3eab152chore(release): 6.2.10021abf4refactor(jws): specialize compact processinga998927refactor(jwe): specialize compact processingeedb124refactor(jose): share binary input validation52ba159refactor(jwt): share producer claim state85e30edrefactor(jose): share compact token processing internals0bd81d2test(jose): cover hidden critical-header options9cf7876test(jose): reject callable object impostorsf23cafdtest(jose): preserve resolved key data properties1ee6f61refactor(jwe): consolidate CBC decryption failuresUpdates
diff3from 0.0.3 to 0.0.4Commits
Maintainer changes
This version was pushed to npm by gk-dev, a new releaser for diff3 since your current version.
Updates
dompurifyfrom 3.4.13 to 3.4.14Release notes
Sourced from dompurify's releases.
Commits
4e6fe24release: 3.4.14 (#1587)