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

fix(deps): update dependencies (non-major) #993

Merged
merged 1 commit into from
Nov 5, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codesandbox/sandpack-react ^1.15.5 -> ^1.17.0 age adoption passing confidence
@codesandbox/sandpack-themes ^1.15.2 -> ^1.17.0 age adoption passing confidence
@types/jest (source) ^29.2.0 -> ^29.2.2 age adoption passing confidence
@types/node (source) ^18.11.7 -> ^18.11.9 age adoption passing confidence
@types/react (source) ^18.0.24 -> ^18.0.25 age adoption passing confidence
antd (source) ^4.23.6 -> ^4.24.1 age adoption passing confidence
eslint-config-next ^13.0.0 -> ^13.0.2 age adoption passing confidence
framer-motion ^7.6.2 -> ^7.6.4 age adoption passing confidence
jest-axe ^6.0.0 -> ^6.0.1 age adoption passing confidence
next-seo ^5.11.1 -> ^5.14.0 age adoption passing confidence
next-sitemap ^3.1.29 -> ^3.1.30 age adoption passing confidence
rehype-slug ^5.0.1 -> ^5.1.0 age adoption passing confidence
stylelint (source) ^14.14.0 -> ^14.14.1 age adoption passing confidence
tailwindcss (source) ^3.2.1 -> ^3.2.2 age adoption passing confidence
tslib (source) ^2.4.0 -> ^2.4.1 age adoption passing confidence

Release Notes

codesandbox/sandpack

v1.17.0

Compare Source

Features

v1.16.0

Compare Source

Features

1.15.5 (2022-10-27)

Bug Fixes

1.15.4 (2022-10-27)

Bug Fixes

1.15.3 (2022-10-27)

Bug Fixes

1.15.2 (2022-10-21)

Bug Fixes

1.15.1 (2022-10-18)

Bug Fixes
ant-design/ant-design

v4.24.1

Compare Source


v4.24.0

Compare Source


vercel/next.js

v13.0.2

Compare Source

Core Changes
  • Hybrid App Hooks Support: #​41767
  • Add sqlite3 to the default list of server externals: #​42294
  • Improve the error message when custom export fields are used in an entry: #​42221
  • Add preload for layouts / components: #​41519
  • Add mongodb to default server externals: #​42313
  • refactor(next/turbo): consolidate turbo devserver logic: #​42315
  • [middleware] add tests for body reading methods #​37980: #​41718
  • Handle dynamic css-in-js styles under suspense: #​42293
  • Fix page folder being wrongly resolved as page file: #​42348
  • Update dev process exit handling: #​42367
  • Ensure edge runtime doesn't propagate cache on fetch as Cloudflare doesn't support it.: #​42362
  • Add prisma to the external package list: #​42323
  • Local font family name: #​42286
  • useSelectedLayoutSegment at the current level: #​42299
  • Stop writing window specific paths in vscode configuration: #​42338
  • Ensure Undici is enabled for appDir in all cases: #​42382
  • fix: usage of wasm in an appDir page file using the edge runtime: #​41689
  • feat(next/mdx): support experimental mdx-rs loader: #​41919
  • Fix CSS modules imports not collected due to race conditions: #​42392
  • Fix entry creation on Windows: #​42421
  • Mock @​next/font when using next/jest: #​42413
  • Avoid breaking useRouter() type change: #​42430
  • Do not strip loader arg in dynamic for server components: #​42426
  • Clarify app and pages file conflicting files: #​42415
  • Change usePathname to return string | null: #​42380
  • Fix undici warning showing unexpectedly: #​42444
  • Remove static generation bail-out from usePathname: #​42440
Documentation Changes
  • docs(script): explain expected next/script behavior on client-side navigation: #​42260
  • Add path for information in cookie setting: #​42146
  • Update wording to remove beta FUD and keep evergreen: #​42337
  • update font optimization page: #​42266
  • Fix broken link on the upgrading guide: #​42340
  • Fix typo: docs/api-reference/next/font.md: #​42344
  • Update getting-started.md: #​42353
  • Fix typo in usage of onError in script.md: #​42368
  • Fix negative lookahead example in middleware.md: #​42320
  • Update customizing-postcss-config.md: #​42331
  • update middleware cookies example: #​42341
  • Fix Docs API Reference font.md broken link: #​42418
  • fixed missing <Link /> keyword: #​42422
  • Fix docs for next/image upgrade guide: #​42424
  • Revert font-optimization.md syntax: #​42403
  • Fix invalid markdown lang: #​42442
Misc Changes
  • Update app-dir E2E tests for deploy: #​42269
  • create-next-app: add head to template: #​42357
  • Update flakey SIGINT test: #​42370
  • Fix typo in app / hello.js template: #​42335
  • [eslint-plugin] Stop warning for head element in app/layout on Windows: #​42336
  • Update default eslint choice for CNA setup: #​42371
  • Update swc builds: #​42393
  • Add meta tag to default app template: #​42394
  • examples: Fix with-turbopack typo: #​42410
  • Google fonts single request: #​42406
Credits

Huge thanks to @​wyattjoh, @​shuding, @​ijjk, @​timneutkens, @​kwonoj, @​balazsorban44, @​Kikobeats, @​BLUE-DEVIL1134, @​timeyoutakeit, @​huozhi, @​ismaelrumzan, @​mnajdova, @​aleksa-codes, @​delbaoliveira, @​gruz0, @​meenie, @​danmindru, @​inokawa, @​hanneslund, @​oBusk, @​BRKalow, @​devvspaces, @​lucasassisrosa, @​adictonator, @​m7yue, @​styfle, and @​chibicode for helping!

v13.0.1

Compare Source

Core Changes
  • Rest of options in experimental.turbotrace and documentation: #​41817
  • Fix revalidate check in client component: #​41917
  • Add data attribute to div to distinguish it: #​41889
  • Fix lint cli help: #​41783
  • [Doc] Update inline documentation for next/link: #​41871
  • feat(edge): split NextCookies to RequestCookies and ResponseCookies: #​41526
  • Show error message when using legacy props on new next/image: #​41930
  • Upgrade Edge Runtime: #​41987
  • Revert "Include frameworks in main-app": #​41997
  • fix(next/dev): do not suppress error from bindings: #​41989
  • Fix page static info extractor for app dir: #​42001
  • Add never return type for redirect() and notFound(): #​42009
  • Google fonts multiple weights & styles: #​42008
  • Merge app internal chunk into main chunk for layouts: #​41902
  • Fix build type error of page params: #​42019
  • Allow disabling Strict mode in app: #​41894
  • Update react next channel: #​42021
  • Fix turbo custom config detection: #​42022
  • Fix css modules imports in client components: #​42077
  • fix: Data URL images with 'fill' are always triggering 'missing sizes' warning: #​42030
  • types: leverage webpack types and remove casting: #​42104
  • Fix CSS imports from outside of the app dir when src folder is present: #​42108
  • Remove react root condition and always use concurrent mode: #​42141
  • Keep react-dom/server.node in precompiled: #​42138
  • Warn when legacy prop detected on next/image: #​42102
  • Fix failing codemod test url-to-withrouter: #​42109
  • Improve TypeScript plugin error when the configuration is not statically analyzable: #​42062
  • Ensure app revalidate has correct default: #​42168
  • Update turbo crates: #​42014
  • Update vscode config handling: #​42169
  • fix: allow resolving large JSON data in server components: #​42025
  • issue-41925 fix: skip duplicate props when transferring props from anchor to link: #​42158
  • Ensure we detect config correctly with turbo flag: #​42201
  • update turbo version: #​42228
  • Fix CSS modules imports from outside of the root directory: #​42106
  • Default font config fix: #​42235
  • Multiple local font weights and styles: #​42232
  • Optimize bundle size for appDir: #​42252
  • Add event for dev process stop: #​42255
  • Add E2E test for @​vercel/og API route: #​42258
Documentation Changes
  • [Doc] Update Next.js + Static Web Apps: #​41857
  • Update the documentation.: #​41758
  • Fix invalid markdown lang: #​41926
  • Fix more incorrect markdown langs: #​41939
  • Update font links and add missing error: #​41910
  • docs: Update the version history in the middleware page: #​41949
  • Fix typo: docs/basic-features/font-optimization.md: #​41967
  • Fix broken link in @next/font docs: #​42002
  • Add link from next/image docs to example: #​42020
  • Fix typo.: #​42067
  • docs: update version install commands in upgrade guide: #​42073
  • Update font-optimization.md: #​42036
  • added @​latest to codemods page: #​42091
  • docs: clarify env inclusion in bundles: #​41950
  • Correcting documentation: #​42179
  • feat(create-next-app): interactive mode; --js, --ts with appDir support; enhanced testing: #​42012
  • Adding note about beta docs: #​42230
  • Add prompt for ESLint to CNA: #​42218
  • Escape HTML on " with child" page: #​42114
Example Changes
  • Add turbopack example: #​41789
  • examples: Update turbopack: #​41793
  • examples: Remove turbo.json from turbopack example: #​41794
  • example: add postcss as with-turbopack example devDep: #​41795
  • Update with-supertokens example: #​41802
  • chore: remove swcMinify: true as it's the new default.: #​41877
  • Update link in Turbopack example.: #​41876
  • fix any type in example with-turbopack: #​41798
  • Update with-aws-amplify with TypeScript: #​41815
  • Convert many examples to TypeScript: #​41825
  • Fixed errors at with-passport-and-next-connect.: #​41897
  • chore(examples): use next@latest in all examples: #​41922
  • chore: update example dev script: #​41904
  • Update README.md: #​41959
  • Fix benchmark link typo in Turbopack example: #​42064
  • Update Examples to use React 18: #​42027
  • chore(examples): fix with-aphrodite exapmle: #​42078
  • chore(examples): move app directories: #​42094
  • Broken link in example page: #​42135
  • Fix typo in importing counterReducer: #​42162
  • Run next/link codemod for Next.js 13 on examples: #​41913
  • Fix next/link codemod errors in with-turbopack: #​42203
Misc Changes
  • Update Cargo.lock file
  • fix example command in issue template for create-next-app : #​41803
  • Remove swcMinify: true since this is 13's default: #​41869
  • test(dev): support to run test with --turbo: #​41908
  • docs: clarify PR template instructions: #​41957
  • Update e2e test for app-dir edge: #​42015
  • [docs] Fix Grammar in Step 8.: #​42018
  • Fix turbo css-modules test: #​42103
  • Enhanced grammar.: #​42148
  • grammar fix in adding-examples README.: #​42152
  • [docs] Enhanced grammar in building README.: #​42155
  • Fix typo pnpm-lock.yam in .prettierignore_staged: #​42212
  • docs(create-next-app): copy JJ's changes from #​42012 to package-level README: #​42217
  • Update failing e2e middleware response test: #​42256
Credits

Huge thanks to @​jaredpalmer, @​ijjk, @​Brooooooklyn, @​koenpunt, @​rishabhpoddar, @​karlhorky, @​balazsorban44, @​leerob, @​NekoChanTaiwan, @​chrisipanaque, @​Reshmi-Sriram, @​maxproske, @​Kosai106, @​timneutkens, @​kwonoj, @​hanneslund, @​bertho-zero, @​abayomi185, @​styfle, @​Kikobeats, @​nuta, @​yasath, @​shuding, @​serkanbektas, @​steven-tey, @​jimCresswell, @​alpha-xek, @​huozhi, @​LorenzoBloedow, @​iiegor, @​craigwheeler, @​peraltafederico, @​teobler, @​ismaelrumzan, @​IngoVals, @​jaykch, @​artdevgame, @​ishaqibrahimbot, @​ctjlewis, @​wxh06, @​sokra, @​timeyoutakeit, and @​DuncanOgle for helping!

framer/motion

v7.6.4

Compare Source

Fixed
  • Updated buildTransform types to only expect required arguments.

v7.6.3

Compare Source

Added
  • Exposing buildTransform for internal use.
nickcolley/jest-axe

v6.0.1

Compare Source

garmeeh/next-seo

v5.14.0

Compare Source

This release could probably have been a patch release with the below being the only change. Being an SEO library I will always lean towards being extra careful, hence the minor vs patch. Also this could result in broken tests anyway if someone was doing some form of snapshot on the output.

Changes:

  • Remove keyoverride attribute from additional meta tags (#​1080) 37dda3c

Chores:

v5.13.0

Compare Source

Be sure to check out the docs around the app directory

v5.12.0

Compare Source

This release deprecates contactPoints prop on the <OrganizationJsonLd /> component in favour of contactPoint.

You do not need to change anything as until the next major release we will continue to accept contactPoints.

However, it is worth noting that the output script will now contain containPoint as per the correct schema definition. I did consider whether this was a breaking change as if you have tests checking the output they will fail and require a change. If you were effected by this and consider this a breaking change please let me know.

iamvishnusankar/next-sitemap

v3.1.30

Compare Source

Changes:

This list of changes was auto generated.

rehypejs/rehype-slug

v5.1.0

Compare Source

Full Changelog: rehypejs/rehype-slug@5.0.1...5.1.0

stylelint/stylelint

v14.14.1

Compare Source

  • Fixed: declaration-block-no-redundant-longhand-properties false positives for inherit keyword (#​6419) (@​kimulaco).
  • Fixed: shorthand-property-no-redundant-values message to be consistent (#​6417) (@​fpetrakov).
  • Fixed: unit-no-unknown false positives for *vi & *vb viewport units (#​6428) (@​sidverma32).
tailwindlabs/tailwindcss

v3.2.2

Compare Source

Fixed
  • Escape special characters in resolved content base paths (#​9650)
  • Don't reuse container for array returning variant functions (#​9644)
  • Exclude non-relevant selectors when generating rules with the important modifier (#​9677)
  • Fix merging of arrays during config resolution (#​9706)
  • Ensure configured font-feature-settings are included in Preflight (#​9707)
  • Fix fractional values not being parsed properly inside arbitrary properties (#​9705)
  • Fix incorrect selector

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 4, 2022
@vercel
Copy link

vercel bot commented Nov 4, 2022

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

Name Status Preview Updated
blog ✅ Ready (Inspect) Visit Preview Nov 4, 2022 at 11:02PM (UTC)

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

Lighthouse Report

https://blog-kv2c45661-sabertaz.vercel.app/

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 97
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-kv2c45661-sabertaz.vercel.app/posts

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-kv2c45661-sabertaz.vercel.app/tags

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 100
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-kv2c45661-sabertaz.vercel.app/books

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 100
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-kv2c45661-sabertaz.vercel.app/about

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Merging #993 (59409b4) into main (793beb2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #993   +/-   ##
=======================================
  Coverage   99.42%   99.42%           
=======================================
  Files         176      176           
  Lines        1039     1039           
  Branches       88       88           
=======================================
  Hits         1033     1033           
  Misses          5        5           
  Partials        1        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@pull-request-quantifier-deprecated

This PR has 30 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +15 -15
Percentile : 12%

Total files changed: 2

Change summary by file extension:
.json : +15 -15
.lock : +0 -0

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@renovate renovate bot merged commit 4742681 into main Nov 5, 2022
@renovate renovate bot deleted the renovate/dependencies branch November 5, 2022 01:34
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 Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants