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

chore: bump next from 12.0.9 to 12.0.10 in /site #135

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2022

Bumps next from 12.0.9 to 12.0.10.

Release notes

Sourced from next's releases.

v12.0.10

Core Changes

  • fix: image optimizer hangs when invalid image is requested: #33719
  • feat: make compress configurable in standalone mode: #33717
  • fix: allow certain variable names in development: #33638
  • Use swc parse for flight server and client loaders: #33713
  • Properly support custom 500 page in the web server: #33729
  • chore: deprecate process.browser: #32862
  • Improve tests for streaming and server components: #33740
  • fix: fixes #33314 move is-plain-object for es5 compilation: #33690
  • Add stale-while-revalidate pattern to Image Optimization API: #33735
  • Allow to delete URL search params in middleware rewrites: #33725
  • Ensure all CSS files are included for experimental critical CSS: #33752
  • Ensure non-error thrown in getStaticPaths shows correctly: #33753
  • Fix encoding error with location and refresh headers: #33763
  • Fix duplicate image src causing canceled request: #33776
  • Generate functions manifest: #33770
  • Enable jest hoist transform when using next/jest: #33731
  • fix typo: #33840
  • fix(next/image): render valid html according to W3C: #33825

Documentation Changes

  • Update Time to First Byte (TTFB) link: #33715
  • Changed data fetching file name to overview to fix meta data title: #33232
  • Correct misspelling in testing documentation #33754: #33755
  • Move custom server note from middleware doc: #33744
  • Fixed duplicate data fetching overview page + links: #33774
  • [docs] Mention SWC in TypeScript documentation.: #33801
  • Testing docs: Comment out optional config that points to a file: #33827
  • Update Content-Security-Policy header usage explanation: #33833

Example Changes

  • Fix with-docker example dockerfile: #33695
  • Added next.config.js with datocms-assets domain in allow list: #33647
  • Fix: broken npm install: #33767
  • [example] Upgrade the with-stripe-typescript example app: #33761
  • Upgrade to @​stitches/react 1.2.6: #33817
  • Doc: fix broken link to api routes doc: #33836

Misc Changes

  • run stale 20 minutes earlier
  • fix: use github action instead of bot: #33718
  • fix syntax error in lock.yml
  • fix rsc test suite runner: #33745

Credits

... (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)

@bryphe-coder bryphe-coder self-assigned this Feb 1, 2022
@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #135 (b2b8802) into main (e2da8b9) will increase coverage by 0.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   70.51%   70.76%   +0.25%     
==========================================
  Files         100      100              
  Lines        4317     4317              
  Branches       68       68              
==========================================
+ Hits         3044     3055      +11     
+ Misses       1026     1016      -10     
+ Partials      247      246       -1     
Flag Coverage Δ
unittest-go-macos-latest 68.79% <ø> (+0.59%) ⬆️
unittest-go-ubuntu-latest 70.49% <ø> (+0.48%) ⬆️
unittest-go-windows-latest ?
unittest-js 64.62% <ø> (ø)
Impacted Files Coverage Δ
peer/conn.go 78.90% <0.00%> (+0.78%) ⬆️
provisionerd/provisionerd.go 76.75% <0.00%> (+1.08%) ⬆️
peer/channel.go 87.19% <0.00%> (+2.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2da8b9...b2b8802. Read the comment docs.

@bryphe-coder
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/next-12.0.10 branch from 227265b to 1d7467b Compare February 1, 2022 22:54
@bryphe-coder
Copy link
Contributor

@dependabot rebase

Bumps [next](https://github.com/vercel/next.js) from 12.0.9 to 12.0.10.
- [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.9...v12.0.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/next-12.0.10 branch from 1d7467b to b2b8802 Compare February 1, 2022 23:05
@bryphe-coder bryphe-coder merged commit 2afad8b into main Feb 1, 2022
@bryphe-coder bryphe-coder deleted the dependabot/npm_and_yarn/site/next-12.0.10 branch February 1, 2022 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant