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 #165

Merged
merged 2 commits into from
Sep 2, 2021
Merged

fix(deps): update dependencies #165

merged 2 commits into from
Sep 2, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer ^11.1.0 -> 11.1.2 age adoption passing confidence
@types/react 17.0.18 -> 17.0.19 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.29.1 -> 4.30.0 age adoption passing confidence
@typescript-eslint/parser ^4.29.1 -> 4.30.0 age adoption passing confidence
axe-core (source) ^4.3.2 -> 4.3.3 age adoption passing confidence
eslint-config-next ^11.1.0 -> 11.1.2 age adoption passing confidence
eslint-plugin-import ^2.24.0 -> 2.24.2 age adoption passing confidence
eslint-plugin-react ^7.24.0 -> 7.25.1 age adoption passing confidence
husky (source) ^7.0.1 -> 7.0.2 age adoption passing confidence
jest (source) ^27.0.6 -> 27.1.0 age adoption passing confidence
next (source) 11.1.1 -> 11.1.2 age adoption passing confidence
node 14.17.5 -> 14.17.6 age adoption passing confidence
sass ^1.37.5 -> 1.39.0 age adoption passing confidence
typescript (source) 4.3.5 -> 4.4.2 age adoption passing confidence

Release Notes

vercel/next.js

v11.1.2

Compare Source

Core Changes
  • chore: upgrade styled-jsx to 4.0.1: #​28626
  • getServerSideProps should support props value as Promise: #​28607
  • Ensure custom app regex is correct for Windows: #​28631
Credits

Huge thanks to @​huozhi and @​kara for helping!

v11.1.1

Compare Source

Core Changes
  • Next.js swc publish flow: #​27984
  • Ensure config file message is only shown once: #​28017
  • Add missing fields to NextConfig type: #​27974
  • use a shared worker pool for collecting page data and static page generation: #​27924
  • Use @​next scope for native packages: #​28046
  • Fix generateBuildId type that can be async function: #​28040
  • Fix image optimization encoding url: #​28045
  • Clean up Document in preparation for streaming: #​28032
  • Render as a concatenation of streams: #​28082
  • Add support for dynamic HTML: #​28085
  • Support suspense in next dynamic: #​27611
  • Handle blob urls in image component: #​27975
  • Bypass webpack compilation for precompiled @​next/polyfills-nomodule: #​27596
  • Update util to 0.12.4: #​27939
  • Remove duplicate doctypes: #​28089
  • Fix revalidate for initial notFound: true paths: #​28097
  • Add proper error when failing to load next.config.js: #​28099
  • Fix: wrong link error message: #​28127
  • Add support for Jaeger trace target: #​28129
  • Enable pure client suspense in blocking rendering: #​28165
  • Add entrypoint tracing: #​25538
  • Add module type to build-module trace: #​28128
  • Update to latest babel versions: #​28174
  • Improve jaeger traces: #​28168
  • fix development mode bug with pages with "+" and other special characters: #​28122
  • let loaders automatically infer source map setting: #​28204
  • Avoid fs write next-env.d.ts on read-only filesystems: #​28206
  • Document usage of suspense option of next/dynamic: #​28210
  • Add warning when parent styles break next/image: #​28221
  • Use zen-observable library: #​28214
  • Fix HMR when custom _app or _document is removed: #​28227
  • Add relationship between issuer and module to traces: #​28192
  • Update generating next-server dependencies: #​28223
  • Fix next/image blur placeholder when JS is disabled: #​28269
  • Ensure adding _app/_document HMRs correctly: #​28279
  • upgrade webpack to 5.51.1: #​28291
  • [ESLint] Adds process.exit to next lint success output: #​28299
  • Fix next env vars injection in dynamic: #​28309
  • Add layout to data-nimg attribute: #​28312
  • Add data attribute to script component: #​28310
  • Ensure @​babel/core is de-duped when nccing: #​28384
  • Fix forked NODE_OPTIONS except for inspect: #​28420
  • [ESLint] Enable caching by default: #​28349
  • Update test config to leverage swc: #​28400
  • Add missing typescript property to NextConfig: #​28459
  • next/script fix duplicate scripts : #​28428
  • Ensure error is shown correctly for empty headers field: #​28430
  • Add default trace format that is exported automatically: #​28461
  • Update i18n locales limit to warning: #​28429
  • Fix handling for 204 status code with a body: #​28479
  • Update warning when parent styles break next/image: #​28517
  • Support for functional Document components: #​28515
  • Ensure dev server side errors are correct: #​28520
  • Add CSP to Image Optimization API: #​28620
Documentation Changes
  • Fix incorrect error manifest path: #​27970
  • Add testing docs: #​27965
  • [DOCS] Update testing docs: #​28064
  • [ESLint] Disallow <Script /> inside _document.js & <Script /> inside the next/head component: #​27257
  • Docs: Mention 3rd option 'blocking' for fallback: #​28077
  • Add a Styling Section to next/image component docs: #​28055
  • Improve React Strict Mode documentation.: #​28139
  • doc: fix typo: #​28146
  • docs: corrected the link to the example: #​28175
  • ESLint Plugin: Prefer next script component when using the inline script for Google Analytics.: #​25147
  • Update testing.md: #​28190
  • docs: Add link to Cypress GitHub Actions Guide to Testing docs: #​28207
  • Add docs for ESLint plugin settings and rule options: #​28059
  • Add eslint rule for id attribute on inline next/script: #​27853
  • Update supported-browsers-features.md: #​28326
  • fix link to global stylesheet in from-create-react-app.md: #​28327
  • docs: update font-optimization.md: #​28397
  • Improved next/image docs around layouts.: #​28345
  • Minor docs edit: cors -> CORS: #​28472
  • Update docs for sharp usage to mention Vercel: #​28476
  • Use recommended pattern in testing example: #​28404
  • Update with-jest packages and docs: #​28209
  • Add docs for using pageExtensions to colocate other files with page components: #​22740
  • Small grammar fixes: #​28590
Example Changes
  • Make sure all example packages has private: true: #​28008
  • next-env.d.ts note in templates: #​27983
  • Add .gitignore to examples that lack them: #​28003
  • Update Firebase hosting example to use Node.js 14.: #​27988
  • Examples: Jotai: #​27940
  • Remove licence from all example/package.json that has them: #​28007
  • Add ci script to check examples: #​28009
  • Replace CSS tag with JS import: #​28143
  • Fixed typos that existed on some files: #​28314
  • Add Temporal example: #​28348
  • [examples] Added with-couchbase example: #​27184
  • [examples] Add ElasticSearch example: #​28043
  • Fix: changing import syntax slightly to ensure success with create-next-app: #​28431
  • Add prop-types in package.json: #​28481
  • Update to use the latest MongoDB best practices to limit connection pooling issues.: #​28350
  • Add apiVersion to config: #​28610
Misc Changes
  • Tests: Execute development-logs tests.: #​27996
  • Fix publish native script: #​28037
  • Authenticate npm before publishing native packages: #​28041
  • publish flow fixes: #​28050
  • USe await correctly: #​28053
  • Refactor development-logs removing duplicated code.: #​28049
  • Fix gh action workflow when docs changed: #​28092
  • Skip native ci steps for docs only changes: #​28101
  • Add setup for m1 build: #​28138
  • fix(tests): fixes typo in basic integration test: #​28158
  • Fix crash of lint rule no-document-import-in-page: #​28148
  • docs: make contributing.md more contributor-friendly: #​27913
  • Update polling env var for tests in CI: #​28264
  • Ensure all packages are packed while tracing: #​28263
  • Use temp repo copy while linking packages: #​28301
  • feat: upgrade swc/core to 1.2.80: #​28347
  • Move unit tests to one folder and migrate them to TypeScript: #​28427
  • Tests: Adds test to data-nimg data attribute based on layout prop.: #​28444
  • Remove unused imports
  • [ESLint Plugin] Handles edge case for no-import-document-in-page rule: #​28261
  • Tests: Remove unnecessary await: #​28594
Credits

Huge thanks to @​delbaoliveira, @​padmaia, @​andersonleite, @​stefanprobst, @​oBusk, @​sokra, @​xnuk, @​styfle, @​leerob, @​devknoll, @​huozhi, @​timneutkens, @​awareness481, @​agektmr, @​gu-stav, @​sampoder, @​Thisen, @​ijjk, @​oscarafuentes, @​AryanBeezadhur, @​bmuenzenmeyer, @​tdkn, @​rgabs, @​urko-pineda, @​davecaruso, @​kevinold, @​ctjlewis, @​chrislloyd, @​mrmckeb, @​housseindjirdeh, @​hiro0218, @​Bezmehrabi, @​atcastle, @​janicklas-ralph, @​lorensr, @​lekterable, @​vcnc-hex, @​ejscribner, @​Andarist, @​aravindputrevu, @​robbieaverill, @​zhafri-shafiq, @​htunnicliff, @​kukicado, @​OzzieOrca, @​mikehedman, and @​kmelve for helping!

typescript-eslint/typescript-eslint

v4.30.0

Compare Source

Features
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

Note: Version bump only for package @​typescript-eslint/parser

4.29.2 (2021-08-16)

Note: Version bump only for package @​typescript-eslint/parser

4.29.1 (2021-08-09)

Note: Version bump only for package @​typescript-eslint/parser

v4.29.3

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.29.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

dequelabs/axe-core

v4.3.3

Compare Source

import-js/eslint-plugin-import

v2.24.2

Compare Source

Fixed
  • [named], [namespace]: properly handle ExportAllDeclarations ([#​2199], thanks [@​ljharb])

v2.24.1

Compare Source

Fixed
Changed
yannickcr/eslint-plugin-react

v7.25.1

Compare Source

Fixed
  • [no-this-in-sfc], component detection: Improve stateless component detection (#​3056 @​Wesitos)

v7.25.0

Compare Source

Added
Fixed
Changed
typicode/husky

v7.0.2

Compare Source

Fix pre-commit hook in WebStorm (#​1023)

facebook/jest

v27.1.0

Compare Source

Features
  • [jest-haste-map] Use watchman suffix-set option for faster file indexing. (#​11784)
  • [jest-cli] Adds a new config options snapshotFormat which offers a way to override any of the formatting settings which come with pretty-format. (#​11654)
  • [jest-reporters] Expose the getSummary util (#​11695).
  • [jest-resolver] Support node: prefix when importing Node core modules (#​11331)
Fixes
  • [jest-each] Relaxed the validation to allow multibyte characters in headings (#​11575)
  • [jest-environment-jsdom] Add support for userAgent option (#​11773)
  • [jest-environment-node] Add Event and EventTarget to node global environment. (#​11727)
  • [jest-mock] Fix spyOn to use Object.prototype.hasOwnProperty (#​11721)
  • [jest-resolver] Add dependency on jest-haste-map (#​11759)
  • [jest-types] Compat with @types/node v16 (#​11645)
Chore & Maintenance
  • [docs] Correct expects.assertions documentation by adding async/await for asynchronous function.
nodejs/node

v14.17.6

Compare Source

This is a security release.

Notable Changes

These are vulnerabilities in the node-tar, arborist, and npm cli modules which
are related to the initial reports and subsequent remediation of node-tar
vulnerabilities CVE-2021-32803
and CVE-2021-32804.
Subsequent internal security review of node-tar and additional external bounty
reports have resulted in another 5 CVE being remediated in core npm CLI
dependencies including node-tar, and npm arborist.

You can read more about it in:

Commits
sass/dart-sass

v1.39.0

Compare Source

JS API
  • Add a charset option that controls whether or not Sass emits a
    @charset/BOM for non-ASCII stylesheets.

v1.38.2

Compare Source

  • No user-visible changes

v1.38.1

Compare Source

  • No user-visible changes

v1.38.0

Compare Source

  • In expanded mode, emit characters in Unicode private-use areas as escape
    sequences rather than literal characters.

  • Fix a bug where quotes would be omitted for an attribute selector whose value
    was a single backslash.

  • Properly consider numbers that begin with . as "plain CSS" for the purposes
    of parsing plain-CSS min() and max() functions.

  • Allow if to be used as an unquoted string.

  • Properly parse backslash escapes within url() expressions.

  • Fix a couple bugs where @extends could be marked as unsatisfied when
    multiple identical @extends extended selectors across @use rules.

Command Line Interface
  • Strip CRLF newlines from snippets of the original stylesheet that are included
    in the output when an error occurs.
JS API
  • Don't crash when a Windows path is returned by a custom Node importer at the
    same time as file contents.

  • Don't crash when an error occurs in a stylesheet loaded via a custom importer
    with a custom URL scheme.

Dart API
  • Add a SassArgumentList.keywordsWithoutMarking getter to access the keyword
    arguments of an argument list without marking them accessed.
Microsoft/TypeScript

v4.4.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 WhiteSource Renovate. View repository job log here.

renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 26, 2021
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 26, 2021
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 27, 2021
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 28, 2021
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 29, 2021
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 30, 2021
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 30, 2021
@renovate renovate bot force-pushed the renovate/dependencies branch from 8f78535 to 2db7532 Compare August 30, 2021 19:18
@renovate renovate bot changed the title chore(deps): update dependencies fix(deps): update dependencies Aug 30, 2021
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 0f4a107 to b72bc9c Compare September 1, 2021 22:01
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 9e0ec37 to 9371836 Compare September 2, 2021 13:44
@esacteksab
Copy link
Contributor

Blocked by #190

@renovate renovate bot force-pushed the renovate/dependencies branch from 9371836 to c9295bf Compare September 2, 2021 14:40
@renovate renovate bot force-pushed the renovate/dependencies branch from c9295bf to ef16ca8 Compare September 2, 2021 15:27
@esacteksab esacteksab merged commit deee557 into main Sep 2, 2021
@esacteksab esacteksab deleted the renovate/dependencies branch September 2, 2021 16:11
@suzubara suzubara mentioned this pull request Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants