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

build(deps): bump next from 12.1.3 to 12.1.4 #122

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Bumps next from 12.0.10 to 12.1.4.

Release notes

Sourced from next's releases.

v12.1.4

Core Changes

  • Only resolve page runtime for react 18 and error on read failure: #35705
  • feat(next-swc): Update swc crates: #35395
  • Fix document styles with react 18: #35760
  • Fix router isReady and react 18 not being detected with no config: #35762

Documentation Changes

  • Updated create-next-app docs to include pnpm usage: #35755

Credits

Huge thanks to @​huozhi, @​styfle, and @​kdy1 for helping!

v12.1.4-canary.1

Core Changes

  • Fix document styles with react 18: #35760
  • Fix router isReady and react 18 not being detected with no config: #35762

v12.1.4-canary.0

Core Changes

  • Only resolve page runtime for react 18 and error on read failure: #35705
  • feat(next-swc): Update swc crates: #35395

Documentation Changes

  • Updated create-next-app docs to include pnpm usage: #35755

Credits

Huge thanks to @​huozhi, @​styfle, and @​kdy1 for helping!

v12.1.3

Core Changes

  • Add deprecated JSDoc comments for the previous middleware signature: #35448
  • fix the dynamic routing of middleware: #32601
  • fix: don't override user-agent in fetch if specified: #35547
  • Fix typos: #35683
  • Fix Fast Refresh for React 18: #35718
  • Emotion css minify should not trim end spaces if item is not the last: #35697
  • Ensure the app shell is rendered before rendering the document: #35732
  • fix: Prevent page to scroll to top during data HMR: #35739
  • Fix _document and getInitialProps with React 18: #35736
  • test(fix: Prevent page to scroll to top during data HMR): #35744

... (truncated)

Commits

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-12.1.4 branch 2 times, most recently from 8694c51 to f6b0bce Compare April 4, 2022 12:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2022

Superseded by #127.

@dependabot dependabot bot closed this Apr 13, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-12.1.4 branch April 13, 2022 17:35
@ofhouse ofhouse added this to the v12.1.4 milestone Aug 12, 2022
@ofhouse
Copy link
Member

ofhouse commented Aug 12, 2022

@dependabot reopen

@dependabot dependabot bot reopened this Aug 12, 2022
@dependabot dependabot bot restored the dependabot/npm_and_yarn/next-12.1.4 branch August 12, 2022 16:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2022

Superseded by #143.

@dependabot dependabot bot closed this Aug 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-12.1.4 branch August 12, 2022 16:14
@ofhouse
Copy link
Member

ofhouse commented Aug 12, 2022

@dependabot dependabot bot reopened this Aug 12, 2022
@dependabot dependabot bot restored the dependabot/npm_and_yarn/next-12.1.4 branch August 12, 2022 16:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2022

Superseded by #143.

@dependabot dependabot bot closed this Aug 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-12.1.4 branch August 12, 2022 16:18
@ofhouse
Copy link
Member

ofhouse commented Aug 12, 2022

@dependabot reopen

@dependabot dependabot bot reopened this Aug 12, 2022
@dependabot dependabot bot restored the dependabot/npm_and_yarn/next-12.1.4 branch August 12, 2022 16:20
Bumps [next](https://github.com/vercel/next.js) from 12.0.10 to 12.1.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.0.10...v12.1.4)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-12.1.4 branch from f6b0bce to 39c2251 Compare August 12, 2022 16:23
@ofhouse ofhouse changed the title build(deps): bump next from 12.0.10 to 12.1.4 build(deps): bump next from 12.1.3 to 12.1.4 Aug 12, 2022
@ofhouse ofhouse merged commit eed50b1 into main Aug 12, 2022
@ofhouse ofhouse deleted the dependabot/npm_and_yarn/next-12.1.4 branch August 12, 2022 18:26
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.

1 participant