Bump cross-spawn, webpack-dev-server, babel-jest, jest, jest-circus, jest-watch-typeahead, node-sass, react-dev-utils and sass-loader - #47
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…jest-watch-typeahead, node-sass, react-dev-utils and sass-loader Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.6 and updates ancestor dependencies [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [jest-circus](https://github.com/jestjs/jest/tree/HEAD/packages/jest-circus), [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead), [node-sass](https://github.com/sass/node-sass), [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) and [sass-loader](https://github.com/webpack/sass-loader). These dependencies need to be updated together. Updates `cross-spawn` from 7.0.3 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) Updates `webpack-dev-server` from 3.11.0 to 5.2.4 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v3.11.0...v5.2.4) Updates `babel-jest` from 26.6.3 to 30.4.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/babel-jest) Updates `jest` from 26.6.0 to 30.4.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest) Updates `jest-circus` from 26.6.0 to 30.4.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest-circus) Updates `jest-watch-typeahead` from 0.6.1 to 0.6.5 - [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases) - [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/main/CHANGELOG.md) - [Commits](jest-community/jest-watch-typeahead@v0.6.1...v0.6.5) Updates `node-sass` from 4.14.1 to 9.0.0 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v4.14.1...v9.0.0) Updates `react-dev-utils` from 11.0.0 to 12.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/react/create-react-app/blob/main/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-dev-utils@12.0.1/packages/react-dev-utils) Updates `sass-loader` from 8.0.2 to 17.0.0 - [Release notes](https://github.com/webpack/sass-loader/releases) - [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md) - [Commits](webpack/sass-loader@v8.0.2...v17.0.0) --- updated-dependencies: - dependency-name: cross-spawn dependency-version: 7.0.6 dependency-type: indirect - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: direct:production - dependency-name: babel-jest dependency-version: 30.4.1 dependency-type: direct:production - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:production - dependency-name: jest-circus dependency-version: 30.4.2 dependency-type: direct:production - dependency-name: jest-watch-typeahead dependency-version: 0.6.5 dependency-type: direct:production - dependency-name: node-sass dependency-version: 9.0.0 dependency-type: direct:production - dependency-name: react-dev-utils dependency-version: 12.0.1 dependency-type: direct:production - dependency-name: sass-loader dependency-version: 17.0.0 dependency-type: direct:production ... 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 cross-spawn to 7.0.6 and updates ancestor dependencies cross-spawn, webpack-dev-server, babel-jest, jest, jest-circus, jest-watch-typeahead, node-sass, react-dev-utils and sass-loader. These dependencies need to be updated together.
Updates
cross-spawnfrom 7.0.3 to 7.0.6Changelog
Sourced from cross-spawn's changelog.
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)Updates
webpack-dev-serverfrom 3.11.0 to 5.2.4Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
fd40130chore(release): 5.2.4ece4f36chore: update deps (#5661)a216144ci: fix test (#5658)df073c5Merge commit from forkb550a70chore(release): 5.2.39704dc5chore: upgrade selfsigned to v5 and remove node-forge dependency (#5618)92bf644chore: bump express to update qs (#5621)792b2f0chore(deps-dev): bump the dependencies group with 4 updates (#5606)6d587cachore(deps): bump the dependencies group across 1 directory with 27 updates (...f91baa8fix(overlay): add ESC key to dismiss overlay (#5598)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
babel-jestfrom 26.6.3 to 30.4.1Release notes
Sourced from babel-jest's releases.
... (truncated)
Changelog
Sourced from babel-jest's changelog.
... (truncated)
Commits
b3b4a09v30.4.15cbb21ev30.4.06886816chore: enable node protocol in imports (#16077)d6d44e8feat(babel-jest): support collecting coverage from .mts, .cts (and other) fil...a3ab839chore(deps): update babel monorepo to v8.0.0-rc.4 (#15976)487f4e8chore: remove unused ignore comment (#16069)efb59c2v30.3.0486ae3dchore: update docusaurus (#15860)855864ev30.2.0d2a2491Support Babel 8 in plugins and presets (#15750)Updates
jestfrom 26.6.0 to 30.4.2Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
746f2a0v30.4.2b3b4a09v30.4.15cbb21ev30.4.0db7141afix: allowcollectCoverageandcoverageProviderin project config (#16132)efb59c2v30.3.096c53d3feat(jest-config): adddefineConfigandmergeConfigfunctions (#15844)855864ev30.2.0da9b532v30.1.3ebfa31cv30.1.2d347c0fv30.1.1Updates
jest-circusfrom 26.6.0 to 30.4.2Release notes
Sourced from jest-circus's releases.
... (truncated)
Changelog
Sourced from jest-circus's changelog.
... (truncated)
Commits
746f2a0v30.4.2b3b4a09v30.4.15cbb21ev30.4.06886816chore: enable node protocol in imports (#16077)7a1588efeat: addisErrorhelper (#16076)572dbaefix(jest-circus): preserve Error.cause in JSON failureMessages (#15949) (#15967)f39945afix(jest-circus): prevent crash when asyncError is undefined for non-Error th...dcd3c79Add--collect-onlyflag to list tests without running them (#16006)efb59c2v30.3.0855864ev30.2.0Updates
jest-watch-typeaheadfrom 0.6.1 to 0.6.5Release notes
Sourced from jest-watch-typeahead's releases.
Changelog
Sourced from jest-watch-typeahead's changelog.
Commits
b98fed5chore(release): 0.6.5 [skip ci]db522acfix: remove test files from published module541f5a6chore: use major versions of GH actions445e7efchore(deps): lock file maintenance (#82)a4638b4chore(deps): lock file maintenance (#81)4582868chore(deps): lock file maintenanc...Description has been truncated