-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the npm_and_yarn group across 1 directory with 2 updates #234
Bump the npm_and_yarn group across 1 directory with 2 updates #234
Conversation
Bumps the npm_and_yarn group with 2 updates in the / directory: [ws](https://github.com/websockets/ws) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). Updates `ws` from 7.5.10 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.10...8.18.0) Updates `@wordpress/scripts` from 30.1.0 to 30.5.1 - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/scripts) --- updated-dependencies: - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@wordpress/scripts" dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
Did some research here as I know this bumps Dependabot came back again in #230 to bump that and Faisal merged that in as all tests were passing. And dependabot is back at it here trying to further bump that version. In testing locally on WP 6.5 (our minimum) noticed the SVG block was no longer working. I've downgraded back to v27.9.0 and that fixes the issue. Also noticed we had no E2E tests for the block so added that which hopefully will alert us to failures in the future if dependabot tries to push this update on us again. So for anyone looking at this in the future, until our minimum version of WordPress is 6.6, we shouldn't bump |
Bumps
@10up/cypress-wp-utils
from 0.2.0 to 0.4.0Bumps
@wordpress/env
from 9.2.0 to 10.12.0Bumps
cypress
from 13.3.0 to 13.16.0Bumps
cypress-mochawesome-reporter
from 3.4.0 to 3.8.2Downgrades
@wordpress/scripts
to 27.9.0Add additional E2E tests
Bumps the npm_and_yarn group with 2 updates in the / directory: ws and @wordpress/scripts.
Updates
ws
from 7.5.10 to 8.18.0Release notes
Sourced from ws's releases.
... (truncated)
Commits
976c53c
[dist] 8.18.059b9629
[feature] Add support forBlob
(#2229)0d1b5e6
[security] Use more descriptive text for 2017 vulnerability link15f11a0
[security] Add new DoS vulnerability to SECURITY.md3c56601
[dist] 8.17.1e55e510
[security] Fix crash when the Upgrade header cannot be read (#2231)6a00029
[test] Increase code coverageddfe4a8
[perf] Reduce the amount ofcrypto.randomFillSync()
callsb73b118
[dist] 8.17.029694a5
[test] Use thehighWaterMark
variableUpdates
@wordpress/scripts
from 30.1.0 to 30.5.1Changelog
Sourced from
@wordpress/scripts
's changelog.Commits
b24995a
chore(release): publishb25f82f
Update changelog filesfdbe988
WP Scripts: Revert changes that inline CSS imports early in the build process...510540d
chore(release): publish854d8c7
Update changelog fileseac92a2
Merge changes published in the Gutenberg plugin "release/19.7" branchdcf4613
chore(release): publish29094ac
Update changelog files41580fe
Merge changes published in the Gutenberg plugin "release/19.6" branch3c61eb6
chore(release): publishDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.