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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2024

Bumps micromatch to 4.0.8 and updates ancestor dependencies micromatch, nuxt and webpack. These dependencies need to be updated together.

Updates micromatch from 4.0.7 to 4.0.8

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

Commits

Updates nuxt from 2.17.3 to 3.13.0

Release notes

Sourced from nuxt's releases.

v3.13.0

👀 Highlights

I'm pretty excited about this release - we've ported some features we had planned for Nuxt v4 back to v3, as well as a raft of bug fixes and performance improvements - as usual.

Here are a few of things I'm most excited about.

🏘️ Route Groups

We now support naming directories with parentheses/brackets to organise your routes without affecting the path.

For example:

-| pages/
---| index.vue
---| (marketing)/
-----| about.vue
-----| contact.vue

This will produce /, /about and /contact pages in your app. The marketing group is ignored for purposes of your URL structure.

Read more in the original PR.

🏝️ Islands and Head Metadata

It's now possible for server component islands to manipulate the head, such as by adding SEO metadata when rendering.

Read more in #27987.

🪝 Custom Prefetch Triggers

We now support custom prefetch triggers for NuxtLink (#27846).

For example:

\<template>
  <div>
    <NuxtLink prefetch-on="interaction">
      This will prefetch when hovered or when it gains focus
    </NuxtLink>
    <!-- note that you probably don't want both enabled! -->
    <NuxtLink :prefetch-on="{ visibility: true, interaction: true }">
      This will prefetch when hovered/focus - or when it becomes visible
    </NuxtLink>
  </div>
</template>

... (truncated)

Commits
  • 74ef96d v3.13.0
  • a012471 fix(nuxt): revert back to object syntax for island head (#28656)
  • 3f1db54 feat(nuxt): allow server islands to manipulate head (#27987)
  • 68f451a chore(deps): update devdependency @​nuxt/scripts to v0.7.1 (3.x) (#28646)
  • ad63154 chore(deps): update all non-major dependencies (3.x) (#28637)
  • 4dfbec8 fix(nuxt): do not provide default prefetchOn prop (#28630)
  • fb7c2f7 fix(nuxt): allow customising status code in validate method (#28612)
  • eed8730 fix(nuxt): extract route rules/page meta in 2+ script blocks (#28625)
  • 81774f3 chore(deps): update all non-major dependencies (3.x) (#28614)
  • 1eb9b0a feat(nuxt): namespace __NUXT__ when using multi-app (#27263)
  • Additional commits viewable in compare view

Updates webpack from 4.47.0 to 5.94.0

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-import"
  • Support webpackIgnore for new URL() construction
  • [CSS] @import pathinfo support

Security

  • Fixed DOM clobbering in auto public path

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic

... (truncated)

Commits
  • eabf85d chore(release): 5.94.0
  • 955e057 security: fix DOM clobbering in auto public path
  • 9822387 test: fix
  • cbb86ed test: fix
  • 5ac3d7f fix: unexpected asi generation with sequence expression
  • 2411661 security: fix DOM clobbering in auto public path
  • b8c03d4 fix: unexpected asi generation with sequence expression
  • f46a03c revert: do not use heuristic fallback for "module-import"
  • 60f1898 fix: do not use heuristic fallback for "module-import"
  • 66306aa Revert "fix: module-import get fallback from externalsPresets"
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
nuxt [< 4, > 3.10.2]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Aug 25, 2024
Copy link
Contributor

mergify bot commented Aug 31, 2024

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/multi-82c88599e3 branch from c3f741d to 5cebbba Compare August 31, 2024 23:35
@mergify mergify bot removed the has conflicts label Aug 31, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-82c88599e3 branch from 5cebbba to 1ed4c38 Compare August 31, 2024 23:37
@mergify mergify bot added the has conflicts label Sep 1, 2024
Copy link
Contributor

mergify bot commented Sep 1, 2024

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/multi-82c88599e3 branch from 1ed4c38 to c23e1e4 Compare September 1, 2024 00:05
@mergify mergify bot removed the has conflicts label Sep 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-82c88599e3 branch from c23e1e4 to 2bfe6fe Compare September 1, 2024 00:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-82c88599e3 branch from 2bfe6fe to 43b1ec6 Compare September 1, 2024 00:15
Copy link
Contributor

mergify bot commented Sep 1, 2024

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

@mergify mergify bot added the has conflicts label Sep 1, 2024
@adrianjost
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-82c88599e3 branch from 43b1ec6 to 08a6c22 Compare September 1, 2024 00:17
@mergify mergify bot removed the has conflicts label Sep 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-82c88599e3 branch from 08a6c22 to c4ceeab Compare September 1, 2024 00:20
@mergify mergify bot added the has conflicts label Sep 1, 2024
Copy link
Contributor

mergify bot commented Sep 1, 2024

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/multi-82c88599e3 branch from c4ceeab to eca3b02 Compare September 1, 2024 00:23
@mergify mergify bot removed the has conflicts label Sep 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-82c88599e3 branch from abfd8c3 to d49ae78 Compare October 1, 2024 00:00
@mergify mergify bot removed the has conflicts label Oct 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-82c88599e3 branch from d49ae78 to ddff06a Compare October 1, 2024 00:02
Copy link
Contributor

mergify bot commented Oct 31, 2024

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/multi-82c88599e3 branch from ddff06a to c814fed Compare October 31, 2024 02:32
@mergify mergify bot removed the has conflicts label Oct 31, 2024
@mergify mergify bot added the has conflicts label Nov 1, 2024
Copy link
Contributor

mergify bot commented Nov 1, 2024

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/multi-82c88599e3 branch from c814fed to 2213df9 Compare November 1, 2024 00:37
@mergify mergify bot removed the has conflicts label Nov 1, 2024
Copy link
Contributor

mergify bot commented Nov 1, 2024

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

@mergify mergify bot added the has conflicts label Nov 1, 2024
@adrianjost
Copy link
Owner

@dependabot recreate

Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependencies [micromatch](https://github.com/micromatch/micromatch), [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.


Updates `micromatch` from 4.0.7 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.7...4.0.8)

Updates `nuxt` from 2.17.3 to 3.13.0
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.13.0/packages/nuxt)

Updates `webpack` from 4.47.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.47.0...v5.94.0)

---
updated-dependencies:
- dependency-name: micromatch
  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/multi-82c88599e3 branch from 2213df9 to 869d747 Compare November 1, 2024 00:59
@mergify mergify bot removed the has conflicts label Nov 1, 2024
Copy link
Contributor

mergify bot commented Dec 14, 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 Dec 14, 2024

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

@dependabot dependabot bot closed this Dec 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-82c88599e3 branch December 14, 2024 10:28
@mergify mergify bot removed the has conflicts label Dec 14, 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