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(deps): update dependencies (non-major) #814

Merged
merged 1 commit into from
May 6, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react ^13.1.1 -> ^13.2.0 age adoption passing confidence
@types/jest ^27.4.1 -> ^27.5.0 age adoption passing confidence
@types/node ^16.11.32 -> ^16.11.33 age adoption passing confidence
eslint-config-next 12.1.5 -> 12.1.6 age adoption passing confidence
jest (source) ^28.0.3 -> ^28.1.0 age adoption passing confidence
jest-environment-jsdom ^28.0.2 -> ^28.1.0 age adoption passing confidence
next (source) 12.1.5 -> 12.1.6 age adoption passing confidence
postcss-preset-env ^7.4.4 -> ^7.5.0 age adoption passing confidence
stylelint (source) ^14.8.1 -> ^14.8.2 age adoption passing confidence
ts-jest (source) ^28.0.0-next.3 -> ^28.0.1 age adoption passing confidence

Release Notes

testing-library/react-testing-library

v13.2.0

Compare Source

Features
vercel/next.js

v12.1.6

Compare Source

Core Changes
  • rsc: remove router injection: #​36101
  • Fix export from and native modules in server component: #​36072
  • feat(next-swc): Update css parser: #​36114
  • fix: do not add locale prefix to api route on NextURL: #​36118
  • Add experimental onlyGenereated flag for unstable_revalidate: #​36108
  • Support necessary headers in the web server response: #​36122
  • Fix only generated case in minimal mode: #​36130
  • Fix req.url of rsc dynamic routes pages gSSP in edge runtime: #​36134
  • Reogranize the client component detection utils: #​36135
  • Add support for catch-all route params in NextRequest page type declaration: #​36137
  • rsc: mark next head as client component: #​36138
  • rsc: keep static page props: #​36157
  • Update to target es5 for use-subscription: #​36159
  • Fix text decoding for chunk: #​36165
  • Fix symlink and copy logic to standalone directory when using outputStandalone: #​35535
  • Adds linting rule to avoid assignment to 'module' variable: #​35279
  • Fix res.json support for string / null: #​36186
  • Update swc: #​36187
  • Fix next/image usage in most cases of onLoad(): #​36176
  • [eslint-config-next] Update @​typescript-eslint/parser to v5.19.0: #​36156
  • Add support for tsconfig moduleResolution node | node12 | nodenext: #​36189
  • Fix missing _app component of AppTree in gIP context: #​36206
  • refactor(build): no force transpile optional chaining: #​35976
  • NextResponse.json: pass options to Response: #​35367
  • Improve NextApiHandler type for early returns: #​35166
  • Fix build activity indicator position: #​36208
  • 404 page - Responsive color scheme: #​32113
  • perf(escapeStringRegexp): test before replace: #​34472
  • rsc: skip next builtin module when apply loaders: #​36202
  • Use finally to clean up seen requests: #​36222
  • fix(next-swc/ssg): less aggressive exports drop: #​36199
  • fix type definition for defaultGetInitialProps: #​36252
  • Use renderToStaticMarkup to render documentHTML: #​36213
  • Fix flight loader: #​36282
  • Add telemetry for image config formats (avif/webp): #​36289
  • Ensure error is cleared for missing global css: #​36292
  • next/jest: Allow moduleNameMapper to match before Next.js internal mappings: #​36312
  • Add client HMR tracing for debugging: #​36328
  • feat:Add support for useDefineForClassFields typescript option: #​36335
  • Use fallbackable path module for node and edge runtime: #​36306
  • Update swc: #​36269
  • fix(next): use moduleGraph.getIssuer to avoid deprecation warning (#​36329): #​36330
  • Ensure beforeFiles client-side resolving handles dynamic routes: #​36317
  • Ensure there is only 1 render pass in concurrent rendering with getInitialProps in _document: #​36352
  • Changes to the beforeInteractive strategy to make it work for streaming: #​31936
  • Update swc: #​36351
  • Fix failing E2E deployment test cases: #​36368
  • chore: upgrade PostCSS dependencies: #​34354
  • Fix next/image usage of onError(): #​36305
  • Simplify the App and Component handling in render: #​36395
  • Do not polyfill node built-in modules on edge functions: #​36190
  • Fix to remove webpack message per error: #​36452
  • Rework behavior (backwards compatible): #​36436
  • Fix missing interpolation on next/head exports: #​36435
  • Add stitches and material-ui tests for new link behavior + fix TypeScript types when imported: #​36474
  • chore: remove git.io: #​36479
  • fix(#​36435): apply correct fix: #​36464
  • Add process env NEXT_RUNTIME: #​36383
  • Fix incorrect asPath with fallback rewrite in minimal mode: #​36463
  • Update manual revalidate response cache handling: #​36462
  • Pass nextRuntime in webpack context: #​36488
  • Support swc parse api in WASM: #​36482
  • Use edge compiler for middleware: #​36486
  • Update swc: #​36477
  • Remove passhref Eslint rule as it's no longer needed with new link behavior: #​36511
  • Add string children case for newNextLinkBehavior codemod: #​36516
  • Add with-edgedb example: #​35929
  • polish isomorphic path module: #​36521
  • Ensure optional params are normalized correctly in minimal mode: #​36513
  • Always add height and width prop to image with layout="raw": #​36523
  • Align behavior of SWC transform & transformSync: #​36500
  • Add event for swc load failure and attempt patching lockfile: #​36527
  • next-swc/wasm: Make span start at 0: #​36532
  • Add support for passing ref to next/link with new behavior enabled: #​36537
  • Update swc: #​36535
  • Refactor base server to get rid of the __server_context hack: #​36550
  • Tweak lockfile patching to be eager: #​36549
  • unlock eslint-config-next dependencies: #​35781
  • Hoist the desired ReactDOM import expression: #​36552
  • bump styled-jsx to latest: #​36554
  • chore: clarify CLI network errors: #​36567
  • Ensure older lockfile/invalid formats are handled: #​36577
  • Adds inline script functionality to next/script for worker and beforeInteractive strategies: #​36364
  • Fix missing Content-Length header from Image Optimization API: #​36581
  • Refactor Page Paths utils and Middleware Plugin: #​36576
  • Reexports styled-jsx JSXStyle in nextjs: #​36585
  • Update status code for normalize error: #​36580
  • Add pagesDir to Jest transformer: #​36599
  • Add tests for routing experiment: #​36618
  • Update findPagesDir: #​36619
  • Fix swc jest pagesDir config: #​36623
  • Fix next node buildin module error message for edge runtime: #​36434
  • Handle styled-jsx in newLinkBehavior codemod: #​36628
Documentation Changes
  • Add instructions to create pages directory and add an index.js file to it: #​35971
  • docs: specify minimum required react version: #​36091
  • Loosen the "public" condition on getSSP: #​36018
  • fixed typo, that should say 'in' not 'from': #​36046
  • Docs: workarounds for router not resetting state (fixes #​35138): #​35651
  • Add onLoad gotcha note to basic-features doc: #​36261
  • Fix introduction.md for next.config.js: #​36286
  • Clarifies that path params exist on query object: #​36321
  • Fix broken data fetching links in docs: #​33766
  • Change getStaticProps to getStaticPaths in getStaticPaths docs: #​36403
  • Revert "Change getStaticProps to getStaticPaths in getStaticPaths docs": #​36425
  • Update usage paragraph of next/script onLoad: #​36453
  • Add note about lockfile causing swc to fail to load: #​36484
  • Add docs on self-hosted ISR persisting across pods.: #​36520
  • Adds <link rel="preconnect" ... /> to example optimized font output: #​36529
  • Add note about running next without a sub-command: #​36560
  • Add docs about SSR caching (yes, you can do this with Next.js): #​36588
Example Changes
  • Fixes scripts in Electron examples.: #​36133
  • docs(examples/with-emotion-swc): update readme: #​36197
  • docs: add yoga to examples: #​36253
  • Adds removeListener handler to with-electron-typescript example.: #​36323
  • Removed unnecessary React Fragment: #​36331
  • updated with-rebass dependencies: #​36416
  • Add pnpm-debug: #​36394
  • added with-react-foundation example: #​36375
  • Grammar Changed features and API to features and it's API: #​36396
  • Adding Typescript and Mantine example: #​36294
  • [examples] Update styled-components with Babel - add types: #​36125
  • Fix failing yarn PnP test from missing dependency: #​36515
  • docs(examples): Updated Chakra UI examples: #​36333
  • Fix typo: #​36592
  • add Script key for cache: #​36627
Misc Changes
  • Update CODEOWNERS: #​36164
  • Stabilize flakey prerender test: #​36193
  • Stabilize flakey build-output test: #​36195
  • Validate streaming writer chunk type in testing: #​36200
  • Update CI cache key to allow re-running only failed: #​36249
  • feat(trace): next/trace to event format converter: #​36281
  • Add handling for testing against deployments: #​36285
  • Make setup-wasm script work for local dev: #​36355
  • chore(create-next-app): fix pnpm create step: #​36398
  • Update font-optimization test snapshot: #​36492
  • docs: clarify triaging: #​36507
  • Remove extra yarn PnP example test: #​36518
  • Update rewrite destination for flakey rewrite tests: #​36519
  • Normalize font optimization snapshot to reduce flakes: #​36531
  • Bump react dev dep to 18.1: #​36491
Credits

Huge thanks to @​huozhi, @​shuding, @​kdy1, @​nkzawa, @​prichey, @​manovotny, @​balazsorban44, @​remorses, @​amandeepmittal, @​mward-sudo, @​eric-burel, @​timneutkens, @​styfle, @​ytkg, @​CuriosBasant, @​bart-krakowski, @​SukkaW, @​jameshfisher, @​Kikobeats, @​bjorm, @​alex-page, @​fmmoret, @​ijjk, @​davidbarker, @​kwonoj, @​seanparmelee, @​ddgrishkin, @​mmartinsoliv, @​byjoshuadavis, @​sakib412, @​Chastrlove, @​padmaia, @​janicklas-ralph, @​MaedahBatool, @​shinkj11, @​youngvform, @​zaida04, @​therealmarzouq, @​codedbyjordan, @​deadlynjdj, @​lfades, @​Brooooooklyn, @​renbaoshuo, @​javivelasco, @​triyanox, @​rafae2k, @​colinhacks, @​atcastle, @​leerob, @​sa3dany, @​nikolovlazar, @​refactorized, @​housseindjirdeh, @​ro11ingbutler, and @​gusrb3164 for helping!

facebook/jest

v28.1.0

Compare Source

Features
  • [jest-circus] Add failing test modifier that inverts the behaviour of tests (#​12610)
  • [jest-environment-node, jest-environment-jsdom] Allow specifying customExportConditions (#​12774)
Fixes
  • [expect] Adjust typings of lastCalledWith, nthCalledWith, toBeCalledWith matchers to allow a case there a mock was called with no arguments (#​12807)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS Lists (#​12763)
  • [jest-core] Do not collect SIGNREQUEST as open handles (#​12789)
Chore & Maintenance
  • [docs] Specified documentation about --filter CLI docs (#​12799)
  • [@jest-reporters] Move helper functions from utils.ts into separate files (#​12782)
  • [jest-resolve] Replace process.versions.pnp type declaration with @types/pnpapi devDependency (#​12783)
csstools/postcss-plugins

v7.5.0

Compare Source

stylelint/stylelint

v14.8.2

Compare Source

  • Fixed: selector-*-no-unknown end positions (#​6046).
  • Fixed: function-calc-no-unspaced-operator false positives for non-standard variables (#​6053).
kulshekhar/ts-jest

v28.0.1

Compare Source

Bug Fixes

v28.0.0

Compare Source

Bug Fixes
  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#​3430) (0d7356c)
Features
BREAKING CHANGES
  • path-mapping AST transformer is no longer shipped in ts-jest v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • Any imports ts-jest/dist/compiler/ts-compiler should change to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-jest/dist/legacy/config/config-set
  • Minimum support TypeScript version is now 4.3 since Jest 28 requires it.
  • Jest 28 is required.
  • core: Any imports ts-jest/utils should be replaced with ts-jest.
  • core: Starting from Jest 27.4, mocked has been integrated into Jest repo.
  • core: Support for Node.js v10 has been removed as Jest drops support for it.

27.1.4 (2022-03-24)

Bug Fixes

27.1.3 (2022-01-14)

Bug Fixes
  • compiler: update memory cache for compiler using received file content (#​3194) (e4d9541)

27.1.2 (2021-12-15)

Bug Fixes
  • stimulate esbuild type to avoid importing esbuild directly (#​3147) (9ace0a9)

27.1.1 (2021-12-07)

Bug Fixes

Configuration

📅 Schedule: "every weekend" in timezone Asia/Shanghai.

🚦 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, click this checkbox.

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

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

vercel bot commented May 6, 2022

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

Name Status Preview Updated
blog ✅ Ready (Inspect) Visit Preview May 6, 2022 at 6:04PM (UTC)

@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2022

Lighthouse Report

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

@codecov
Copy link

codecov bot commented May 6, 2022

Codecov Report

Merging #814 (b86c5e6) into main (ff832f3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #814   +/-   ##
=======================================
  Coverage   99.39%   99.39%           
=======================================
  Files         175      175           
  Lines         990      990           
  Branches       85       82    -3     
=======================================
  Hits          984      984           
  Misses          5        5           
  Partials        1        1           

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 ff832f3...b86c5e6. Read the comment docs.

sabertazimi added a commit that referenced this pull request May 6, 2022
Rectify Jest configuration for renovate-bot #814 pull request.

close #815
issue vercel/next.js#35634
issue vercel/next.js#36312
sabertazimi added a commit that referenced this pull request May 6, 2022
Rectify Jest configuration for renovate-bot #814 pull request.

close #815
sabertazimi added a commit that referenced this pull request May 6, 2022
Rectify Jest configuration for renovate-bot #814 pull request.

close #815
sabertazimi added a commit that referenced this pull request May 6, 2022
…on (#816)

Rectify Jest configuration for renovate-bot #814 pull request.

close #815
@renovate renovate bot force-pushed the renovate/dependencies branch from d7a5b7a to b86c5e6 Compare May 6, 2022 18:02
@pull-request-quantifier-deprecated

This PR has 20 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       : +10 -10
Percentile : 8%

Total files changed: 2

Change summary by file extension:
.json : +10 -10
.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 detetcted.
  • 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.

@sabertazimi sabertazimi merged commit 3b57332 into main May 6, 2022
@sabertazimi sabertazimi deleted the renovate/dependencies branch May 6, 2022 18:06
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.

2 participants