chore(deps-dev): bump the major-updates group across 1 directory with 6 updates#9
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
… 6 updates Bumps the major-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@mochify/cli](https://github.com/mochify-js/cli) | `0.4.1` | `1.0.0` | | [@mochify/driver-puppeteer](https://github.com/mochify-js/driver-puppeteer) | `0.4.0` | `1.0.1` | | [@mochify/driver-webdriver](https://github.com/mochify-js/driver-webdriver) | `0.2.1` | `1.0.0` | | [get-stdin](https://github.com/sindresorhus/get-stdin) | `9.0.0` | `10.0.0` | | [jquery](https://github.com/jquery/jquery) | `3.7.1` | `4.0.0` | | [jsdom](https://github.com/jsdom/jsdom) | `26.1.0` | `28.0.0` | Updates `@mochify/cli` from 0.4.1 to 1.0.0 - [Changelog](https://github.com/mochify-js/cli/blob/main/CHANGES.md) - [Commits](mochify-js/cli@v0.4.1...v1.0.0) Updates `@mochify/driver-puppeteer` from 0.4.0 to 1.0.1 - [Changelog](https://github.com/mochify-js/driver-puppeteer/blob/main/CHANGES.md) - [Commits](mochify-js/driver-puppeteer@v0.4.0...v1.0.1) Updates `@mochify/driver-webdriver` from 0.2.1 to 1.0.0 - [Changelog](https://github.com/mochify-js/driver-webdriver/blob/main/CHANGES.md) - [Commits](mochify-js/driver-webdriver@v0.2.1...v1.0.0) Updates `get-stdin` from 9.0.0 to 10.0.0 - [Release notes](https://github.com/sindresorhus/get-stdin/releases) - [Commits](sindresorhus/get-stdin@v9.0.0...v10.0.0) Updates `jquery` from 3.7.1 to 4.0.0 - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](jquery/jquery@3.7.1...4.0.0) Updates `jsdom` from 26.1.0 to 28.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@26.1.0...28.0.0) --- updated-dependencies: - dependency-name: "@mochify/cli" dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: "@mochify/driver-puppeteer" dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: "@mochify/driver-webdriver" dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: get-stdin dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: jsdom dependency-version: 28.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-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 major-updates group with 6 updates in the / directory:
0.4.11.0.00.4.01.0.10.2.11.0.09.0.010.0.03.7.14.0.026.1.028.0.0Updates
@mochify/clifrom 0.4.1 to 1.0.0Changelog
Sourced from
@mochify/cli's changelog.Commits
9d35af01.0.0dff0030build: fix types in integration testsf2169e7ci: add c8 code coverage and Dependabot configs0ad9e46doc: add migration.md and update readme.mdc7662cechore: update dependenciesMaintainer changes
This version was pushed to npm by yasharf, a new releaser for
@mochify/clisince your current version.Updates
@mochify/driver-puppeteerfrom 0.4.0 to 1.0.1Changelog
Sourced from
@mochify/driver-puppeteer's changelog.Commits
5249cf21.0.1e320a27doc: update README.md634f35eci: require code coverage8e09e891.0.0b105ec3doc: update readme.md6ef5b50ci: add c8 code coverage and Dependabot configs402a189chore: Update dependenciesMaintainer changes
This version was pushed to npm by yasharf, a new releaser for
@mochify/driver-puppeteersince your current version.Updates
@mochify/driver-webdriverfrom 0.2.1 to 1.0.0Changelog
Sourced from
@mochify/driver-webdriver's changelog.Commits
e5dacee1.0.0f225c5fci: add c8 code coverage and Dependabot configs07bcd5dchore: Update dependencies and Github workflowMaintainer changes
This version was pushed to npm by yasharf, a new releaser for
@mochify/driver-webdriversince your current version.Updates
get-stdinfrom 9.0.0 to 10.0.0Release notes
Sourced from get-stdin's releases.
Commits
14e943710.0.02399242Make.buffer()returnUint8Arrayinstead ofBuffer9c5c8f5Require Node.js 20eb25606AddallowTTYoption15ff51cMeta tweaks804fd65Document native alternative6ce9966DRY (#35)Updates
jqueryfrom 3.7.1 to 4.0.0Release notes
Sourced from jquery's releases.
... (truncated)
Commits
4f2fae0Release: 4.0.0c838cfbRelease: remove dist files from main branch9752519Release: 4.0.0-rc.2c128d5dRelease: Update AUTHORS.txt5fe9c29Build: De-dupe three authors via mailmapafdd032Build: Post beta browser tests errors to jquery/dev on Matrix546a1ebBuild: Bump the github-actions group with 4 updatesec738b3Build: Fix Chrome beta testsc28c26aBuild: Add periodic tests on beta versions of browsersf513413Build: Bump the github-actions group with 2 updatesUpdates
jsdomfrom 26.1.0 to 28.0.0Release notes
Sourced from jsdom's releases.
... (truncated)
Changelog
Sourced from jsdom's changelog.
Commits
20f614dVersion 28.0.02b65c6aReplace the resource loader API638bd68Decode <a> and <area> query strings using document's encoding457bd4bAdd AGENTS.md (and CLAUDE.md)bf1dc15Mark header-values tests as fail-slow due to Node.js bug92f269eUpdate dependencies and dev dependencies7d6e667Improve spec alignment of Headers and header type tests2c29aedFix Windows-specific task kill timeoutsd941216Add failing regression test for animation-name case-sensitivity56a833dUpdate style benchmarkDependabot 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