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) #1027

Merged
merged 1 commit into from
Jan 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codesandbox/sandpack-react ^1.20.5 -> ^1.20.8 age adoption passing confidence dependencies patch
@types/jest (source) ^29.2.6 -> ^29.4.0 age adoption passing confidence devDependencies minor
cypress ^12.3.0 -> ^12.4.1 age adoption passing confidence devDependencies minor
eslint (source) ^8.32.0 -> ^8.33.0 age adoption passing confidence devDependencies minor
eslint-config-next ^13.1.4 -> ^13.1.6 age adoption passing confidence devDependencies patch
framer-motion ^8.5.2 -> ^8.5.5 age adoption passing confidence dependencies patch
jest (source) ^29.3.1 -> ^29.4.1 age adoption passing confidence devDependencies minor
jest-environment-jsdom ^29.3.1 -> ^29.4.1 age adoption passing confidence devDependencies minor
next-sitemap ^3.1.47 -> ^3.1.48 age adoption passing confidence dependencies patch
patrickedqvist/wait-for-vercel-preview v1.2.0 -> v1.3.0 age adoption passing confidence action minor
prettier-plugin-tailwindcss ^0.2.1 -> ^0.2.2 age adoption passing confidence devDependencies patch
start-server-and-test ^1.15.2 -> ^1.15.3 age adoption passing confidence devDependencies patch
tslib (source) ^2.4.1 -> ^2.5.0 age adoption passing confidence devDependencies minor
typescript (source) ^4.9.4 -> ^4.9.5 age adoption passing confidence devDependencies patch
unist-util-visit ^4.1.1 -> ^4.1.2 age adoption passing confidence dependencies patch

Release Notes

codesandbox/sandpack

v1.20.8

Compare Source

Bug Fixes
Features

v1.20.7

Compare Source

Bug Fixes

v1.20.6

Compare Source

Bug Fixes
cypress-io/cypress

v12.4.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-4-1

v12.4.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-4-0

eslint/eslint

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)
vercel/next.js

v13.1.6

Compare Source

Core Changes
  • Add debug info to static bailout message: #​45192
  • Fix dynamic no ssr with babel transform: #​45091
  • Fix React.lazy preloading during SSR: #​45160
  • Fix error overlay links in parenthesis: #​45155
  • Add build time error if error.js is missing "use client": #​44961
  • Show component stack in error overlay on hydration error: #​45089
  • Reduce component stack spacing for components without metadata: #​45218
  • Revert "Revert "Revert "Revert "Initial support for metadata (#​44729)"" (#​45113)"": #​45196
  • Update handling of autoscrolling on navigation in app: #​43845
  • perf: avoid sync re-renders when using next/link and next/image: #​45165
  • Support metadata icons field: #​45105
  • Add editor links to RSC build error: #​45179
  • misc: change strategy for link prefetch test: #​45234
  • Add handling for app/pages manifest race condition: #​45244
  • Update transform exports and tests: #​45251
  • Attach exports information in SWC transforms: #​45261
  • Update app cache handling in development: #​45248
  • TS plugin: warn about amp config in app: #​45254
  • Fix typo in TS plugin: #​45279
  • Allow metadata related exports in TS plugin: #​45282
  • build(cargo): update turbopack to turbopack-230125.1: #​45283
  • [edge] improve fetch stack traces in edge runtime: #​44750
  • Move router reducer to separate file: #​45236
  • add next.config.js options currently supported by turbopack: #​45309
  • Update debug logs for app cache: #​45291
  • Improved pnpm clean: #​45312
  • Fix:Manage Firefox and Safari Network error message: #​44929
  • build(cargo): update turbopack to turbopack-230126.1: #​45322
  • add pageExtensions as a supported turbopack option: #​45321
  • Ensure we warn for middleware with next export: #​45288
  • Add unit test for shouldHardNavigate: #​45303
  • Add unit test for redirect.ts: #​45223
  • Add test for fillCacheWithNewSubTreeData: #​45298
  • Add test for isNavigatingToNewRootLayout: #​45305
  • Remove unused optimistic tree parameters: #​45264
  • Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest: #​45299
  • Resolve metadata fields: #​45237
  • Add turbopack route resolve handling: #​45314
  • Remove extra .ts from test file: #​45328
  • Add test for createOptimisticTree: #​45330
  • Clean up resolved todos: #​45332
  • add turbopackLoaders to config validation: #​45337
Documentation Changes
  • Update example test file name in cypress example: #​45146
  • chore: fix invalid-new-link error typo: #​45157
  • Update testing.md: #​45216
  • Update no-html-link-for-pages.md: #​45247
  • Update getting-started documentation: #​45284
Example Changes
  • Update README.md for examples/with-mqtt-js: #​45162
  • Pin library version in Convex example: #​45206
  • Updates with-supertokens example app: #​45214
Misc Changes
  • Re-prompt on invalid import alias: #​45194
  • create-next-app: warn if project dir isn't empty before prompts: #​45195
  • Add timeout for actions/cache restoring: #​45198
  • Update testing.md to reflect that we don't use yarn anymore: #​45185
  • fix: add src prefix on index page: #​45150
  • Ensure ctrl + c handling works with CNA prompts correctly: #​45205
  • Fix turbo cache miss due to depending on gitignored files: #​45166
  • Allow unit tests to be written in packages/next/src: #​45222
  • Run dev tests against default CNA templates: #​45211
  • Increase cache timeout for swc built files: #​45243
  • refactor(create-next-app): simplify import alias validation logic: #​45241
  • ci(workflow): notify new releases to vercel/turbo via repo_dispatch: #​45201
  • Revert "Fix new-error command": #​45221
  • Update flakey test cases: #​45290
  • Update flakey polyfills and acceptance tests: #​45313
  • Add docs on how to use MDX with app: #​44923
  • Update flakey fetch stack test: #​45318
  • Enable JS CNA tests for turbopack: #​45323
Credits

Huge thanks to @​MaxLeiter, @​CachorroC, @​ijjk, @​asadnq, @​huozhi, @​JanKaifer, @​ilyasmez, @​juliusmarminge, @​thomasballinger, @​tissawd, @​hanneslund, @​shuding, @​timneutkens, @​feedthejim, @​ClemensPaumgarten, @​kwonoj, @​Angelfire, @​rishabhpoddar, @​HyunseungLee-Travis, @​wbinnssmith, @​Schniz, @​ForsakenHarmony, @​wyattjoh, and @​dtrucs for helping!

v13.1.5

Compare Source

Core Changes
Example Changes
  • update Mux Player to latest, pin to ^1 and pin upchunk to ^3 add Mux …: #​45121
Misc Changes
Credits

Huge thanks to @​shuding, @​dylanjha, @​ijjk, @​Brooooooklyn, @​timneutkens, @​hanneslund, @​feedthejim, and @​JanKaifer for helping!

framer/motion

v8.5.5

Compare Source

Fixed
  • Ensuring Animation.cancel() is called on finished WAAPI animations.

v8.5.4

Compare Source

Fixed
  • Reducing size of prop filtering.

v8.5.3

Compare Source

Fixed
  • Manually recording optimised appear startTime to fix inaccuracies of Firefox's Animation.currentTime.
facebook/jest

v29.4.1

Compare Source

Features
  • [expect, jest-circus, @​jest/types] Implement numPassingAsserts of testResults to track the number of passing asserts in a test (#​13795)
  • [jest-core] Add newlines to JSON output (#​13817)
  • [@jest/reporters] Automatic log folding in GitHub Actions Reporter (#​13626)
Fixes
  • [@jest/expect-utils] toMatchObject diffs should include Symbol properties (#​13810)
  • [jest-runtime] Handle missing replaceProperty (#​13823)
  • [@jest/types] Add partial support for done callbacks in typings of each (#​13756)

v29.4.0

Compare Source

Features
  • [expect, @​jest/expect-utils] Support custom equality testers (#​13654)
  • [jest-config, jest-worker] Use os.availableParallelism if available to calculate number of workers to spawn (#​13738)
  • [@jest/globals, jest-mock] Add jest.replaceProperty() that replaces property value (#​13496)
  • [jest-haste-map] ignore Sapling vcs directories (.sl/) (#​13674)
  • [jest-resolve] Support subpath imports (#​13705, #​13723, #​13777)
  • [jest-runtime] Add jest.isolateModulesAsync for scoped module initialization of asynchronous functions (#​13680)
  • [jest-runtime] Add jest.isEnvironmentTornDown function (#​13741)
  • [jest-test-result] Added skipped and focused status to FormattedTestResult (#​13700)
  • [jest-transform] Support for asynchronous createTransformer (#​13762)
Fixes
  • [jest-environment-node] Fix non-configurable globals (#​13687)
  • [@jest/expect-utils] toMatchObject should handle Symbol properties (#​13639)
  • [jest-mock] Fix mockReset and resetAllMocks undefined return value(#​13692)
  • [jest-resolve] Add global paths to require.resolve.paths (#​13633)
  • [jest-resolve] Correct node core module detection when using node: specifiers (#​13806)
  • [jest-runtime] Support WASM files that import JS resources (#​13608)
  • [jest-runtime] Use the scriptTransformer cache in jest-runner (#​13735)
  • [jest-runtime] Enforce import assertions when importing JSON in ESM (#​12755 & #​13805)
  • [jest-snapshot] Make sure to import babel outside of the sandbox (#​13694)
  • [jest-transform] Ensure the correct configuration is passed to preprocessors specified multiple times in the transform option (#​13770)
Chore & Maintenance
  • [@jest/fake-timers] Update @sinonjs/fake-timers (#​13612)
  • [docs] Improve custom puppeteer example to prevent worker warnings (#​13619)
iamvishnusankar/next-sitemap

v3.1.48

Compare Source

Changes:

  • a94b81f Merge pull request #​567 from iamvishnusankar/dependabot/npm_and_yarn/next-13.1.4
  • 8cb583f Bump next from 13.1.1 to 13.1.4

This list of changes was auto generated.

patrickedqvist/wait-for-vercel-preview

v1.3.0: Version 1.3.0

Compare Source

  • Maintenance release (updated packages)
  • Squashed some bugs.

Thanks, everyone for your contributions! ⭐

What's Changed

New Contributors

Full Changelog: patrickedqvist/wait-for-vercel-preview@v1.2.0...v1.3.0

tailwindlabs/prettier-plugin-tailwindcss

v0.2.2

Compare Source

  • Add prettier plugins to peer dependencies (#​114)
  • Traverse await expression blocks in Svelte (#​118)
bahmutov/start-server-and-test

v1.15.3

Compare Source

Bug Fixes
Microsoft/tslib

v2.5.0: tslib 2.5.0

Compare Source

What's New

Full Changelog: microsoft/tslib@2.4.1...2.5.0

syntax-tree/unist-util-visit

v4.1.2

Compare Source

Misc

Full Changelog: syntax-tree/unist-util-visit@4.1.1...4.1.2


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 Jan 27, 2023
@vercel
Copy link

vercel bot commented Jan 27, 2023

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

Name Status Preview Comments Updated
blog 🔄 Building (Inspect) Jan 31, 2023 at 1:08PM (UTC)

@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Merging #1027 (52728f4) into main (13e25c0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1027   +/-   ##
=======================================
  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.

@sabertazimi sabertazimi merged commit 3636cd9 into main Jan 31, 2023
@sabertazimi sabertazimi deleted the renovate/dependencies branch January 31, 2023 13:20
@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: 3

Change summary by file extension:
.yml : +1 -1
.json : +14 -14
.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.

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

1 participant