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, watchpack and nuxt #47

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2022

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

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

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)
Commits

Updates watchpack from 1.6.1 to 1.7.1

Release notes

Sourced from watchpack's releases.

v1.7.1

broken publish

v1.7.0

broken publish

Commits
  • d5b9c58 1.7.1
  • 1cacc77 add chokidar2 package to package.json files
  • 2db42a7 1.7.0
  • 59a4990 Merge pull request #153 from coreyward/update-chokidar
  • f53f6c7 run CI with node.js 14
  • e95336f add additional assumption test to ensure chokidar do not emit events after close
  • e27a81f Update chokidar to 3.4.0
  • 11caedf use chokidar 2 or 3 depending on node.js version
  • f6d5f77 log out watching errors
  • da8c244 catch errors on closing
  • Additional commits viewable in compare view

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

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)
  • @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.

> **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 Nov 18, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-watchpack-and-nuxt-6.0.2 branch from c72c2a7 to 14d8b28 Compare December 6, 2022 00:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-watchpack-and-nuxt-6.0.2 branch from 14d8b28 to 3ca9176 Compare January 23, 2023 06:10
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), [watchpack](https://github.com/webpack/watchpack) and [nuxt](https://github.com/nuxt/framework). These dependencies need to be updated together.


Updates `glob-parent` from 5.1.1 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.1...v6.0.2)

Updates `watchpack` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Commits](webpack/watchpack@v1.6.1...v1.7.1)

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)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/glob-parent-and-watchpack-and-nuxt-6.0.2 branch from 3ca9176 to eb13f98 Compare January 25, 2023 23:54
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.

0 participants