Bump the dependencies group across 1 directory with 6 updates#65
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the dependencies group across 1 directory with 6 updates#65dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@bjorn3/browser_wasi_shim](https://github.com/bjorn3/browser_wasi_shim) | `0.3.0` | `0.4.2` | | [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) | `2.7.57` | `2.8.26` | | [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.2` | `0.55.1` | | [tar-stream](https://github.com/mafintosh/tar-stream) | `3.1.7` | `3.2.0` | | [@types/tar-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar-stream) | `3.1.3` | `3.1.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.7` | `4.1.5` | Updates `@bjorn3/browser_wasi_shim` from 0.3.0 to 0.4.2 - [Release notes](https://github.com/bjorn3/browser_wasi_shim/releases) - [Commits](bjorn3/browser_wasi_shim@v0.3.0...v0.4.2) Updates `@zip.js/zip.js` from 2.7.57 to 2.8.26 - [Release notes](https://github.com/gildas-lormeau/zip.js/releases) - [Commits](gildas-lormeau/zip.js@v2.7.57...v2.8.26) Updates `monaco-editor` from 0.52.2 to 0.55.1 - [Release notes](https://github.com/microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](microsoft/monaco-editor@v0.52.2...v0.55.1) Updates `tar-stream` from 3.1.7 to 3.2.0 - [Commits](mafintosh/tar-stream@v3.1.7...v3.2.0) Updates `@types/tar-stream` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar-stream) Updates `@types/tar-stream` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar-stream) Updates `vitest` from 3.0.7 to 4.1.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/vitest) --- updated-dependencies: - dependency-name: "@bjorn3/browser_wasi_shim" dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@zip.js/zip.js" dependency-version: 2.8.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: monaco-editor dependency-version: 0.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tar-stream dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/tar-stream" dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/tar-stream" dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: vitest dependency-version: 4.1.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the dependencies group with 6 updates in the / directory:
0.3.00.4.22.7.572.8.260.52.20.55.13.1.73.2.03.1.33.1.43.0.74.1.5Updates
@bjorn3/browser_wasi_shimfrom 0.3.0 to 0.4.2Release notes
Sourced from @bjorn3/browser_wasi_shim's releases.
Commits
4a55f2aBump to v0.4.2910395bAdd blocking-basedpoll_oneoffto supportclock_nanosleep(#88)1d0b60cencode environ before getting length to fix environ_sizes_get breaking on uni...c807daeBump to v0.4.1b152b3eHandle absence ofSharedArrayBuffer(#87)29eea8cAvoid packaging the test and threads subdirectoriesc9deb6dBump to v0.4.0168313fMerge pull request #86 from kateinoigakukun/yt/issue-inoa267bd6RemoveInoIssuerabstractionc488d4bReturn unique ino for each node forFilestatandDirentUpdates
@zip.js/zip.jsfrom 2.7.57 to 2.8.26Release notes
Sourced from
@zip.js/zip.js's releases.... (truncated)
Commits
3cf1e4cbump up version7ad2d42update doc5484569Merge pull request #648 from EvanHahn/fix-types-for-progress-callbacks88ce654bump up version93de55aupdate doc5c4c705update dev dependenciesddd8397fix HttpRangeRedaer when reading compressed sizes multiples of 65536 (fix #646)860e29cFix return types for entry progress callbacksa21f850bump up version (fix npm issue?)0cc3a3cupdate docMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@zip.js/zip.js since your current version.Updates
monaco-editorfrom 0.52.2 to 0.55.1Release notes
Sourced from monaco-editor's releases.
... (truncated)
Changelog
Sourced from monaco-editor's changelog.
... (truncated)
Commits
516f350Fixes missing language exports (#5121)9221aa0v0.55.1 (#5122)d678c1dMerge pull request #5120 from microsoft/hediet/enormous-herringf047a08Fixes npx playwright install --with-deps220c1caFixes microsoft/monaco-editor#5113 (#5118)1b175c7v0.55.0 (#5117)574b846Install playwright dependencies in monaco-editor-core job (#5116)5486e82update (#5105)e70b661fixes website & adds editor.api.d.ts (#5104)36efbe0Fixes typedoc & updates pipelines to test website (#5102)Updates
tar-streamfrom 3.1.7 to 3.2.0Commits
5e4ddbe3.2.02284ba7Add a contentsByteOffset to the header emitted on entry events. (#170)cca2c77Fix typo in BufferList.shiftFirst. (#171)24deba43.1.94f88ef7avoid too much header buffering7a6fd513.1.870885easupport bare126968fCreate SECURITY.mdUpdates
@types/tar-streamfrom 3.1.3 to 3.1.4Commits
Updates
@types/tar-streamfrom 3.1.3 to 3.1.4Commits
Updates
vitestfrom 3.0.7 to 4.1.5Release notes
Sourced from vitest's releases.
... (truncated)
Commits
e399846chore: release v4.1.57dc6d54Revert "fix: respect diff config options in soft assertions (#8696)"9787dedfix: respect diff config options in soft assertions (#8696)325463afix(ast-collect): recognize _vi_import prefix in static test discovery (#10...0e0ff41feat(coverage): istanbul to supportinstrumenteroption (#10119)663b99ffix: aliasagentreporter tominimal(#10157)122c25bfix: fixvi.defineHelpercalled as object method (#10163)6abd557feat(api): make test-specification options writable (#10154)596f739fix: project color label on html reporter (#10142)9423dc0fix: --project negation excludes browser instances (#10131)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions