-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eea0c9e
to
88133ba
Compare
88133ba
to
1092f9e
Compare
1092f9e
to
c85c0b1
Compare
c85c0b1
to
e3546ef
Compare
e3546ef
to
9354b0e
Compare
9354b0e
to
8f78535
Compare
8f78535
to
2db7532
Compare
0f4a107
to
b72bc9c
Compare
9e0ec37
to
9371836
Compare
Blocked by #190 |
9371836
to
c9295bf
Compare
c9295bf
to
ef16ca8
Compare
esacteksab
approved these changes
Sep 2, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^11.1.0
->11.1.2
17.0.18
->17.0.19
^4.29.1
->4.30.0
^4.29.1
->4.30.0
^4.3.2
->4.3.3
^11.1.0
->11.1.2
^2.24.0
->2.24.2
^7.24.0
->7.25.1
^7.0.1
->7.0.2
^27.0.6
->27.1.0
11.1.1
->11.1.2
14.17.5
->14.17.6
^1.37.5
->1.39.0
4.3.5
->4.4.2
Release Notes
vercel/next.js
v11.1.2
Compare Source
Core Changes
Credits
Huge thanks to @huozhi and @kara for helping!
v11.1.1
Compare Source
Core Changes
NextConfig
type: #27974generateBuildId
type that can be async function: #28040Document
in preparation for streaming: #28032util
to 0.12.4: #27939next-env.d.ts
on read-only filesystems: #28206next/image
: #28221zen-observable
library: #28214next/image
blur placeholder when JS is disabled: #28269process.exit
tonext lint
success output: #28299typescript
property toNextConfig
: #28459next/image
: #28517Documentation Changes
next/image
docs around layouts.: #28345sharp
usage to mention Vercel: #28476Example Changes
private: true
: #28008.gitignore
to examples that lack them: #28003licence
from allexample/package.json
that has them: #28007with-couchbase
example: #27184create-next-app
: #28431Misc Changes
no-import-document-in-page
rule: #28261Credits
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
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
ExportMap
: Add default export when esModuleInterop is true and anything is exported ([#2184], thanks [@Maxim-Mazurok])named
], [namespace
]: properly set reexports onexport * as … from
([#1998], [#2161], thanks [@ljharb])no-duplicates
]: correctly handle case of mixed default/named type imports ([#2149], thanks [@GoodForOneFare], [@nwalters512])no-duplicates
]: avoid crash with emptyimport type {}
([#2201], thanks [@ljharb])Changed
max-dependencies
: 📖 DocumentignoreTypeImports
option ([#2196], thanks [@himynameisdave])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
jsx-no-useless-fragments
]: add option to allow single expressions in fragments (#3006 @mattdarveniza)prefer-exact-props
] rule (#1547 @jomasti)jsx-no-target-blank
]: addforms
option (#1617 @jaaberg)jsx-pascal-case
]: addallowLeadingUnderscore
option (#3039 @pangaeatech)no-children-prop
]: AddallowFunctions
option (#1903 @alexzherdev)jsx-runtime
]: setparserOptions.jsxPragma
for@typescript-eslint/parser
(bb64df65 @ljharb)Fixed
estraverse
to improve component detection (#2992 @Wesitos)destructuring-assignment
], [no-multi-comp
], [no-unstable-nested-components
], component detection: improve component detection (#3001 @vedadeepta)no-deprecated
]: fix crash on rest elements (#3016 @ljharb)destructuring-assignment
]: get the contextName correctly (#3025 @ohhoney1)no-typos
]: prevent crash on styled components and forwardRefs (#3036 @ljharb)destructuring-assignment
], component detection: handle default exports edge case (#3038 @vedadeepta)no-typos
]: fix crash on private methods (#3043 @ljharb)jsx-no-bind
]: handle local function declarations (#3048 @p7g)prop-types
],propTypes
: handle React.* TypeScript types (#3049 @vedadeepta)prop-types
],propTypes
: add handling forFC<Props>
, improve tests (#3051 @vedadeepta)prop-types
],propTypes
: prevent crash introduced in #3051 (#3053 @ljharb)Changed
jsx-no-bind
]: updates discussion of refs (#2998 @dimitropoulos)utils/Components
: correct spelling and delete unused code (#3026 @ohhoney1)jsx-uses-react
], [react-in-jsx-scope
]: document [react/jsx-runtime
] config (#3018 @pkuczynski @ljharb)require-default-props
]: fix small typo (#2994 @evsasse)jsx-runtime
config (#3052 @ljharb)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 optionssnapshotFormat
which offers a way to override any of the formatting settings which come with pretty-format. (#11654)[jest-reporters]
Expose thegetSummary
util (#11695).[jest-resolver]
Supportnode:
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 foruserAgent
option (#11773)[jest-environment-node]
AddEvent
andEventTarget
to node global environment. (#11727)[jest-mock]
FixspyOn
to useObject.prototype.hasOwnProperty
(#11721)[jest-resolver]
Add dependency onjest-haste-map
(#11759)[jest-types]
Compat with@types/node
v16 (#11645)Chore & Maintenance
[docs]
Correctexpects.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
5b3f70bfb5
] - deps: update archs files for OpenSSL-1.1.1l (Richard Lau) #3986871372625ae
] - deps: upgrade openssl sources to 1.1.1l (Richard Lau) #398684276984803
] - deps: upgrade npm to 6.14.15 (Darcy Clarke) #39856sass/dart-sass
v1.39.0
Compare Source
JS API
charset
option that controls whether or not Sass emits a@charset
/BOM for non-ASCII stylesheets.v1.38.2
Compare Source
v1.38.1
Compare Source
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 purposesof parsing plain-CSS
min()
andmax()
functions.Allow
if
to be used as an unquoted string.Properly parse backslash escapes within
url()
expressions.Fix a couple bugs where
@extend
s could be marked as unsatisfied whenmultiple identical
@extend
s extended selectors across@use
rules.Command Line Interface
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
SassArgumentList.keywordsWithoutMarking
getter to access the keywordarguments 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.