Skip to content
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 glob-parent, copy-webpack-plugin, webpack and webpack-dev-server #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2022

Bumps glob-parent, copy-webpack-plugin, webpack and webpack-dev-server. These dependencies needed to be updated together.
Updates glob-parent from 5.1.0 to 6.0.2

Release notes

Sourced from glob-parent's releases.

glob-parent v6.0.2

Bug Fixes

glob-parent v6.0.1

Bug Fixes

glob-parent v6.0.0

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

v5.1.2

Bug Fixes

v5.1.1

Bug Fixes

Changelog

Sourced from glob-parent's changelog.

6.0.2 (2021-09-29)

Bug Fixes

6.0.1 (2021-07-20)

Bug Fixes

6.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

5.1.1 (2021-01-27)

Bug Fixes

Commits

Updates copy-webpack-plugin from 5.1.2 to 11.0.0

Release notes

Sourced from copy-webpack-plugin's releases.

v11.0.0

11.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v10.2.4

10.2.4 (2022-01-31)

Bug Fixes

v10.2.3

10.2.3 (2022-01-29)

Bug Fixes

v10.2.2

10.2.2 (2022-01-28)

Bug Fixes

v10.2.1

10.2.1 (2022-01-20)

Bug Fixes

v10.2.0

10.2.0 (2021-12-16)

Features

  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#654) (5901006)

v10.1.0

10.1.0 (2021-12-10)

... (truncated)

Changelog

Sourced from copy-webpack-plugin's changelog.

11.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

build

10.2.4 (2022-01-31)

Bug Fixes

10.2.3 (2022-01-29)

Bug Fixes

10.2.2 (2022-01-28)

Bug Fixes

10.2.1 (2022-01-20)

Bug Fixes

10.2.0 (2021-12-16)

Features

  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#654) (5901006)

10.1.0 (2021-12-10)

Features

... (truncated)

Commits

Updates webpack from 4.46.0 to 5.74.0

Release notes

Sourced from webpack's releases.

v5.74.0

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

Features

  • add options for default dynamicImportMode and prefetch and preload
  • add support for import { createRequire } from "module" in source code

Bugfixes

  • fix code generation of e. g. return"field"in Module
  • fix performance of large JSON modules
  • fix performance of async modules evaluation

Developer Experience

  • export PathData in typings
  • improve error messages with more details

v5.72.1

Bugfixes

  • fix __webpack_nonce__ with HMR
  • fix in operator in some cases

... (truncated)

Commits

Updates webpack-dev-server from 3.11.3 to 4.10.0

Release notes

Sourced from webpack-dev-server's releases.

v4.10.0

4.10.0 (2022-08-10)

Features

  • allow to configure more client options via resource URL (#4274) (216e3cb)

Bug Fixes

  • response correctly when receive an OPTIONS request (#4185) (2b3b7e0)

v4.9.3

4.9.3 (2022-06-29)

Bug Fixes

  • avoid creation unnecessary stream for static sockjs file (#4482) (049b153)
  • history-api-fallback now supports HEAD requests and handles them the same as GET (8936082)

v4.9.2

4.9.2 (2022-06-06)

Bug Fixes

v4.9.1

4.9.1 (2022-05-31)

Bug Fixes

v4.9.0

4.9.0 (2022-05-04)

Features

  • support Trusted Types for client overlay (#4404) (8132e1d)

Bug Fixes

... (truncated)

Changelog

Sourced from webpack-dev-server's changelog.

4.10.0 (2022-08-10)

Features

  • allow to configure more client options via resource URL (#4274) (216e3cb)

Bug Fixes

  • response correctly when receive an OPTIONS request (#4185) (2b3b7e0)

4.9.3 (2022-06-29)

Bug Fixes

  • avoid creation unnecessary stream for static sockjs file (#4482) (049b153)
  • history-api-fallback now supports HEAD requests and handles them the same as GET (8936082)

4.9.2 (2022-06-06)

Bug Fixes

4.9.1 (2022-05-31)

Bug Fixes

4.9.0 (2022-05-04)

Features

  • support Trusted Types for client overlay (#4404) (8132e1d)

Bug Fixes

  • ie11 runtime (#4403) (256d5fb)
  • replace portfinder with custom implementation and fix security problem (#4384) (eea50f3)
  • use the host in options to check if port is available (#4385) (a10c7cf)

4.8.1 (2022-04-06)

... (truncated)

Commits
  • 49efdf8 chore(release): 4.10.0
  • 2b3b7e0 fix: response correctly when receive an OPTIONS request (#4185)
  • 480f1e1 chore(deps-dev): bump core-js from 3.24.0 to 3.24.1 (#4533)
  • 890f272 chore(deps-dev): bump @​babel/plugin-transform-runtime (#4535)
  • 75ff939 chore(deps-dev): bump @​babel/cli from 7.18.9 to 7.18.10 (#4537)
  • 56ac714 chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 (#4538)
  • 7a92f8a chore(deps-dev): bump @​babel/preset-env from 7.18.9 to 7.18.10 (#4539)
  • 7b2fc6a chore(deps-dev): bump @​babel/core from 7.18.9 to 7.18.10 (#4536)
  • 695b43a chore(deps): bump @​types/serve-static from 1.13.10 to 1.15.0 (#4534)
  • 83951c8 chore(deps-dev): bump core-js from 3.23.5 to 3.24.0 (#4530)
  • Additional commits viewable in compare view

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 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 22, 2022
@vercel
Copy link

vercel bot commented Aug 22, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
react-starter ❌ Failed (Inspect) Mar 27, 2023 at 0:09AM (UTC)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from 5e44027 to eb325f3 Compare August 29, 2022 01:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from eb325f3 to f771083 Compare August 29, 2022 02:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from f771083 to 87731b4 Compare September 19, 2022 01:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from 87731b4 to 6eafee5 Compare November 7, 2022 01:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from 6eafee5 to 5c29c6b Compare November 8, 2022 12:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from 5c29c6b to 8b5e0a9 Compare November 8, 2022 13:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from 8b5e0a9 to b5bda8f Compare January 2, 2023 01:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from b5bda8f to 51e01df Compare February 27, 2023 02:39
Bumps [glob-parent](https://github.com/gulpjs/glob-parent), [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin), [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies needed to be updated together.

Updates `glob-parent` from 5.1.0 to 6.0.2
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.0...v6.0.2)

Updates `copy-webpack-plugin` from 5.1.2 to 11.0.0
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v5.1.2...v11.0.0)

Updates `webpack` from 4.46.0 to 5.74.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.46.0...v5.74.0)

Updates `webpack-dev-server` from 3.11.3 to 4.10.0
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v3.11.3...v4.10.0)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: webpack-dev-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-copy-webpack-plugin-and-webpack-and-webpack-dev-server-6.0.2 branch from 51e01df to 748b4ae Compare March 27, 2023 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants