Skip to content

Bump loader-utils and next#108

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/loader-utils-and-next-2.0.4
Open

Bump loader-utils and next#108
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/loader-utils-and-next-2.0.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github May 17, 2023

Bumps loader-utils to 2.0.4 and updates ancestor dependency next. These dependencies need to be updated together.

Updates loader-utils from 2.0.0 to 2.0.4

Release notes

Sourced from loader-utils's releases.

v2.0.4

2.0.4 (2022-11-11)

Bug Fixes

v2.0.3

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)

v2.0.2

2.0.2 (2021-11-04)

Bug Fixes

  • base64 generation and unicode characters (#197) (8c2d24e)

v2.0.1

2.0.1 (2021-10-29)

Bug Fixes

Changelog

Sourced from loader-utils's changelog.

2.0.4 (2022-11-11)

Bug Fixes

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)

2.0.2 (2021-11-04)

Bug Fixes

  • base64 generation and unicode characters (#197) (8c2d24e)

2.0.1 (2021-10-29)

Bug Fixes

Commits

Updates next from 11.1.0 to 13.4.2

Release notes

Sourced from next's releases.

v13.4.2

Core Changes

  • make sure server component externals only apply to files resolvable by node: #49147
  • Fix link not being GC'd sometimes: #49318
  • Fix issue where nextP is not replaced in searchParams: #49315
  • Add typescript version to next-info: #49346
  • Upgrade React to 18.3.0-canary-16d053d59-20230506: #49402
  • Remove empty config warning: #49435
  • app-router: add startTransition call to revalidate dispatcher: #49453
  • Inline static data buffer instead of using fs read: #49323
  • Revert "Temporarily disable app dir export integration test": #49311
  • Add link to Server Actions docs.: #49384
  • Replace metadata clone with custom handler in dev: #49343
  • Add request-async-storage to the shared layer: #49470
  • Fix revalidate: false detection in app: #49473
  • Fix metadata image route encoding: #49482
  • Fix actions redirect handling: #49483
  • Restrict useOptimistic and useFormStatus APIs on the server layer: #49331
  • Fix external rewrite with body: #49487
  • fix: better error message with an invalid assetPrefix: #49403
  • Fix Node Crypto polyfill: #49288
  • Fix: Router.query contains _next when using middleware with dynamic routes: #48753
  • type: update React.CSSProperties type to Record: #49186
  • Fix server CSS imports and HMR not working properly in specific conditions: #49462
  • Fix HMR support for server layer imported SASS and SCSS: #49534
  • Support .bind syntax with Action functions: #49422
  • ci(test): enable turbopack test: #49466
  • feat(next-core): relay transform plugin: #48899
  • Fix canonical url for dynamic routes: #49512
  • Add experimental compile/generate handling: #49491
  • chore: cross-platform rm -rf script: #49529
  • refactor(next-core): remove ast cloning in custom transform: #49560
  • fix: a11y issues in react-dev-overlay: #49460
  • Add tests for HMR: #49206
  • Add stub Route type for typedRoutes: #48099
  • Add test for appdir referenced images: #49242
  • feat: Allow trace-level logging for non-published release builds: #49564
  • Fix unexpected object mutation while resolving Open Graph: #49514
  • actions: forward fetch rejections to the action handler: #49577
  • actions: make cookies.set revalidate: #49582
  • interception route: fix route groups breaking the referrer computation: #49602
  • Allow export decl with any init value in the actions compiler: #49600
  • Handle unstable_cache in pages: #49624
  • Update cache method handling during build: #49633
  • Fix fetchCache and no-store handling: #49638
  • interception routes: fix rewrites order: #49615
  • Ensure initialHeaders are normalized: #49643
  • app-router: add support for parallel routes in useParams: #49595
  • Add puppeteer to external packages list: #49597

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


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

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Updates `loader-utils` from 2.0.0 to 2.0.4
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.0...v2.0.4)

Updates `next` from 11.1.0 to 13.4.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v11.1.0...v13.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2023
@vercel
Copy link
Copy Markdown

vercel bot commented May 17, 2023

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

Name Status Preview Comments Updated (UTC)
altcampusschool ❌ Failed (Inspect) May 17, 2023 9:55am

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