feat(deps): bump the npm_and_yarn group with 3 updates#16319
Closed
i5d6 wants to merge 1 commit into
Closed
Conversation
Bumps the npm_and_yarn group with 3 updates: [webpack](https://github.com/webpack/webpack), [node-fetch](https://github.com/node-fetch/node-fetch) and [esbuild](https://github.com/evanw/esbuild). Updates `webpack` from 5.96.0 to 5.96.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.96.1</h2> <h2>Bug Fixes</h2> <ul> <li><strong>[Types]</strong> Add <code>@types/eslint-scope</code> to dependencieS</li> <li><strong>[Types]</strong> Fixed regression in <code>validate</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/d4ced7322229c7d72a7a0d2ca955bdde0c910a0b"><code>d4ced73</code></a> chore(release): 5.96.1</li> <li><a href="https://github.com/webpack/webpack/commit/7d6dbea53c00c431fc19654a30aaa2511204bbd6"><code>7d6dbea</code></a> fix: types regression in validate</li> <li><a href="https://github.com/webpack/webpack/commit/5c556e32c5021980e536c4ae50ee810bba227fcb"><code>5c556e3</code></a> fix: types regression in validate</li> <li><a href="https://github.com/webpack/webpack/commit/2420eaebe2043a0aeeab642e1ec7ff1c299c01ed"><code>2420eae</code></a> fix: add <code>@types/eslint-scope</code> to dependencies due types regression</li> <li><a href="https://github.com/webpack/webpack/commit/ec45d2d8d47f2804c4e5a29019688ebb02dee67a"><code>ec45d2d</code></a> fix: add <code>@types/eslint-scope</code> to dependencies</li> <li>See full diff in <a href="https://github.com/webpack/webpack/compare/v5.96.0...v5.96.1">compare view</a></li> </ul> </details> <br />
Member
|
hey, what's the reason for this change? This just bumps webpack by a patch version in browser-integration-tests where a bug should not really matter? |
Author
|
This update fixes some issues. |
Member
|
what issue? It does not even update the lockfile, so can't imagine this changing anything...? |
Author
Member
|
This is not an issue but the fork of the repo? |
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 npm_and_yarn group with 3 updates: webpack, node-fetch and esbuild.
Updates
webpackfrom 5.96.0 to 5.96.1Release notes
Sourced from webpack's releases.
Commits
d4ced73chore(release): 5.96.17d6dbeafix: types regression in validate5c556e3fix: types regression in validate2420eaefix: add@types/eslint-scopeto dependencies due types regressionec45d2dfix: add@types/eslint-scopeto dependenciesBefore submitting a pull request, please take a look at our
Contributing guidelines and verify:
yarn lint) & (yarn test).