Bump the minor-version-updates group across 1 directory with 4 updates#211
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the minor-version-updates group across 1 directory with 4 updates#211dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the minor-version-updates group with 4 updates in the / directory: [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js), [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8), [sass](https://github.com/sass/dart-sass) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `core-js` from 3.48.0 to 3.49.0 - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.49.0/packages/core-js) Updates `@vitest/coverage-c8` from 0.25.8 to 0.33.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/coverage-c8) Updates `sass` from 1.97.3 to 1.98.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.97.3...1.98.0) Updates `vitest` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: core-js dependency-version: 3.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-version-updates - dependency-name: "@vitest/coverage-c8" dependency-version: 0.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-version-updates - dependency-name: sass dependency-version: 1.98.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-version-updates - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-version-updates ... 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 minor-version-updates group with 4 updates in the / directory: core-js, @vitest/coverage-c8, sass and vitest.
Updates
core-jsfrom 3.48.0 to 3.49.0Changelog
Sourced from core-js's changelog.
... (truncated)
Commits
80adfc4v3.49.00ad3e00fix a modern Safari bug inArray.prototype.includeswith sparse arrays and ...853bfa4update some linksb4d723ffix a lack of counter validation onMAX_SAFE_INTEGERinArray.fromAsyncp...e276676fix parsing of non-IPv4 hosts ends in a number in theURLpolyfilldd1cfbafix order of arguments validation inString.prototype.{ padStart, padEnd }...b952c5fadd an extra protection to configuratore490cafFix for #810 (#1514)10b4e86drop an unneeded comment28cf2e9feat: Improve performance of Uint8Array Hex functions (#1510)Updates
@vitest/coverage-c8from 0.25.8 to 0.33.0Commits
8dd5ea5chore: release v0.33.0d3b06f8chore(deps): update all non-major dependencies (#3719)4e76ca6chore: release v0.32.4148dd9bchore: release v0.32.382d7cbcchore(deps): update all non-major dependencies (#3315)1e8760achore: release v0.32.202bed36chore: release v0.32.18d3cf9dchore: release v0.32.0821126ffeat!: add@vitest/coverage-v8package (#3339)ab3e085chore: release v0.31.4Updates
sassfrom 1.97.3 to 1.98.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
5a81ae3Bump version to 1.98.0 (#2754)e25e71dUpdate immutable to v5.1.5 (#2753)43fac1aBump actions/upload-artifact from 6 to 7 (#2747)8b85c9aBump actions/download-artifact from 7 to 8 (#2749)00f83f0Bump postcss from 8.5.6 to 8.5.8 in /pkg/sass-parser (#2752)0a325a4Bump actions/attest-build-provenance from 3 to 4 (#2748)7fb3c0fGracefully handle dependency loops in watch mode (#2746)e86d044Bump eslint from 9.39.3 to 10.0.1 in /pkg/sass-parser (#2743)4bcd256Add Logger.defaultLogger to automatically choose whether to use colors (#2742)c3f8ff0Always convert printed objects to strings in JS (#2741)Updates
vitestfrom 4.0.18 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)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