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, nuxt and webpack #1428

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2022

Bumps glob-parent to 6.0.2 and updates ancestor dependencies glob-parent, nuxt and webpack. These dependencies need to be updated together.

Updates glob-parent from 3.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

v5.1.0

Features

... (truncated)

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

5.1.0 (2021-01-27)

Features

  • add flipBackslashes option to disable auto conversion of slashes (closes #24) (#25) (eecf91d)

5.0.0 (2021-01-27)

⚠ BREAKING CHANGES

  • Drop support for node <6 & bump dependencies

Miscellaneous Chores

  • Drop support for node <6 & bump dependencies (896c0c0)

4.0.0 (2021-01-27)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by phated, a new releaser for glob-parent since your current version.


Updates nuxt from 2.15.8 to 3.0.0

Release notes

Sourced from nuxt's releases.

Nuxt 3.0 stable

Official Release Announcenment

💬 Release Discussion

📝 Changelog

Check out v3.0.0-rc.14 for other recent changes.

🩹 Fixes

  • nuxt: Removed auto imports (#9045)
  • schema: Initialise runtimeConfig.public with empty object (#9050)
  • cli: Upgrade with latest tag (#9060)
  • nuxt: Allow union type arguments for useAsyncData (#9061)

📖 Documentation

  • New website design (#9007)
  • Update website theme version (819deb89)
  • Minor style improvements (9ab069b2)
  • Update website-theme (780b17b1)
  • Add warning about definePageMeta issues with transitions and NuxtLoadingIndicator (#9055)
  • Add missing agencies (#9059)

🏡 Chore

  • Update readme design (#9048)
  • Ignore parse5 for renovate update (#9046)

❤️ Contributors

v3.0.0-rc.14

Note This is the last release candidate for Nuxt v3! Are you ready? 👀

👉 Release Discussion

Changelog

compare changes

... (truncated)

Commits

Updates webpack from 4.46.0 to 5.75.0

Release notes

Sourced from webpack's releases.

v5.75.0

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

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

... (truncated)

Commits

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2022
@mergify mergify bot added the has conflicts label Dec 8, 2022
@mergify
Copy link
Contributor

mergify bot commented Dec 8, 2022

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from 10549ff to 0d9e973 Compare December 8, 2022 00:21
@mergify
Copy link
Contributor

mergify bot commented Dec 9, 2022

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch 2 times, most recently from 9d92396 to 37f4b02 Compare December 9, 2022 00:23
@mergify mergify bot removed the has conflicts label Dec 9, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from 37f4b02 to e0c9dc5 Compare December 9, 2022 00:31
@mergify
Copy link
Contributor

mergify bot commented Dec 19, 2022

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from e0c9dc5 to f45e6da Compare December 19, 2022 01:02
@mergify
Copy link
Contributor

mergify bot commented Dec 20, 2022

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from f45e6da to 99850be Compare December 20, 2022 00:21
@mergify mergify bot removed the has conflicts label Dec 20, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from 99850be to f46955e Compare December 22, 2022 00:24
@mergify
Copy link
Contributor

mergify bot commented Dec 23, 2022

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from f46955e to 71fd887 Compare December 23, 2022 00:13
@mergify mergify bot removed the has conflicts label Dec 23, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch 2 times, most recently from d3f72ab to 112a841 Compare February 3, 2023 00:32
@mergify
Copy link
Contributor

mergify bot commented Feb 13, 2023

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from 112a841 to d88ddff Compare February 13, 2023 02:41
@mergify
Copy link
Contributor

mergify bot commented Feb 13, 2023

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from d88ddff to f9b82bc Compare February 13, 2023 03:15
@mergify
Copy link
Contributor

mergify bot commented Feb 13, 2023

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from f9b82bc to 4c7a2b8 Compare February 13, 2023 03:43
@mergify mergify bot removed the has conflicts label Feb 13, 2023
@mergify
Copy link
Contributor

mergify bot commented Feb 14, 2023

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 6.0.2 and updates ancestor dependencies [glob-parent](https://github.com/gulpjs/glob-parent), [nuxt](https://github.com/nuxt/framework) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.


Updates `glob-parent` from 3.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@v3.1.0...v6.0.2)

Updates `nuxt` from 2.15.8 to 3.0.0
- [Release notes](https://github.com/nuxt/framework/releases)
- [Commits](https://github.com/nuxt/framework/commits/v3.0.0)

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

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
- dependency-name: nuxt
  dependency-type: direct:production
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch from 4c7a2b8 to 621f668 Compare February 14, 2023 01:31
@mergify mergify bot removed the has conflicts label Feb 14, 2023
Copy link
Contributor

mergify bot commented Jan 15, 2024

Someone with write access should tell dependabot to recreate this PR.

@adrianjost
Copy link
Owner

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/glob-parent-and-nuxt-and-webpack-6.0.2 branch January 15, 2024 10:58
@mergify mergify bot removed the has conflicts label Jan 15, 2024
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant