chore(deps): update all non-major dependencies #170
Merged
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:
^26.0.23
->^26.0.24
^3.8.2
->^3.8.3
^7.29.0
->^7.32.0
^27.0.4
->^27.0.6
^16.6.0
->^16.7.0
>=6.14.13
->>=6.14.14
^2.16.0-27072017.35c6ac41
->^2.16.0-27132492.cdbea391
^1.35.1
->^1.37.5
^9.3.0
->^9.3.1
^4.3.4
->^4.3.5
Release Notes
codecov/codecov-node
v3.8.3
Compare Source
Fixes
Dependencies
eslint/eslint
v7.32.0
Compare Source
3c78a7b
Chore: Adopteslint-plugin/prefer-message-ids
rule internally (#14841) (Bryan Mishkin)faecf56
Update: change reporting location forcurly
rule (refs #12334) (#14766) (Nitin Kumar)d7dc07a
Fix: ignore lines with empty elements (fixes #12756) (#14837) (Soufiane Boutahlil)1bfbefd
New: Exit on fatal error (fixes #13711) (#14730) (Antonios Katopodis)ed007c8
Chore: Simplify internalno-invalid-meta
rule (#14842) (Bryan Mishkin)d53d906
Docs: Prepare data for website to indicate rules with suggestions (#14830) (Bryan Mishkin)d28f2ff
Docs: Reference eslint-config-eslint to avoid potential for staleness (#14805) (Brett Zamir)8be8a36
Chore: Adopteslint-plugin/require-meta-docs-url
rule internally (#14823) (Bryan Mishkin)f9c164f
Docs: New syntax issue template (#14826) (Nicholas C. Zakas)eba0c45
Chore: assertions on reporting loc inunicode-bom
(refs #12334) (#14809) (Nitin Kumar)ed945bd
Docs: fix multiple broken links (#14833) (Sam Chen)60df44c
Chore: useactions/setup-node@v2
(#14816) (Nitin Kumar)6641d88
Docs: Update README team and sponsors (ESLint Jenkins)v7.31.0
Compare Source
efdbb12
Upgrade: @eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills)a96b05f
Update: add end location to report inconsistent-return
(refs #12334) (#14798) (Nitin Kumar)e0e8e30
Docs: update BUG_REPORT template (#14787) (Nitin Kumar)39115c8
Docs: provide more context to no-eq-null (#14801) (gfyoung)9a3c73c
Docs: fix a broken link (#14790) (Sam Chen)ddffa8a
Update: Indicating the operator in question (#14764) (Paul Smith)bba714c
Update: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith)b0d22e3
Docs: Mention benefit of providingmeta.docs.url
(#14774) (Bryan Mishkin)000cc79
Sponsors: Sync README with website (ESLint Jenkins)a6a7438
Chore: pin [email protected] (#14771) (Milos Djermanovic)v7.30.0
Compare Source
5f74642
Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic)19a871a
Docs: Suggest linting plugins for ESLint plugin developers (#14754) (Bryan Mishkin)aa87329
Docs: fix broken links (#14756) (Sam Chen)278813a
Docs: fix and add more examples for new-cap rule (fixes #12874) (#14725) (Nitin Kumar)ed1da5d
Update: ecmaVersion allows "latest" (#14720) (薛定谔的猫)104c0b5
Update: improve use-isnan rule to detectNumber.NaN
(fixes #14715) (#14718) (Nitin Kumar)b08170b
Update: Implement FlatConfigArray (refs #13481) (#14321) (Nicholas C. Zakas)f113cdd
Chore: upgrade eslint-plugin-eslint-plugin (#14738) (薛定谔的猫)1b8997a
Docs: Fix getRulesMetaForResults link syntax (#14723) (Brandon Mills)aada733
Docs: fix two broken links (#14726) (Sam Chen)8972529
Docs: Update README team and sponsors (ESLint Jenkins)facebook/jest
v27.0.6
Compare Source
Fixes
[*]
Publish all modules to include the build change in #11569v27.0.5
Compare Source
Features
[@jest/fake-timers]
Flush callbacks scheduled withrequestAnimationFrame
every 16ms when using legacy timers. (#11523)[pretty-format]
UseglobalThis
(with polyfill if required) to bring support for esbuild's browser bundling mode (#11569)Fixes
[jest-core]
Support special characters like@
,+
and()
on Windows with--findRelatedTests
(#11548)[@jest/fake-timers]
Do not addsetImmediate
andclearImmediate
if they do not exist in the global environment (#11599)[@jest/reporters]
Allownode-notifier@10
as peer dependency (#11523)[@jest/reporters]
Updatev8-to-istanbul
(#11523)jsdom/jsdom
v16.7.0
Compare Source
AbortSignal.abort()
. (ninevra)x
andy
properties to the return value ofgetBoundingClientRect()
. (eiko)textareaEl.value
if thewrap=""
attribute is specified. (ninevra)<textarea>
s according to recent HTML Standard updates. (ninevra)getComputedStyle()
. (romain-trotard)npm/cli
v6.14.14
Compare Source
6.14.14 (2021-07-27)
DEPENDENCIES
4627c0670
[email protected]
sass/dart-sass
v1.37.5
Compare Source
v1.37.4
Compare Source
v1.37.3
Compare Source
v1.37.2
Compare Source
v1.37.1
Compare Source
v1.37.0
Compare Source
Dart API
Potentially breaking bug fix:
SassNumber.asSlash
,SassNumber.withSlash()
, andSassNumber.withoutSlash()
have been marked as@internal
. They were never intended to be used outside thesass
package.Potentially breaking bug fix:
SassException
has been marked as@sealed
to formally indicate that it's not intended to be extended outside of the
sass
package.Add a
Value.withListContents()
method that returns a new Sass list with thesame list separator and brackets as the current value, interpreted as a list.
v1.36.0
Compare Source
Dart API
Added
compileToResult()
,compileStringToResult()
,compileToResultAsync()
, andcompileStringToResultAsync()
methods. Theseare intended to replace the existing
compile*()
methods, which are nowdeprecated. Rather than returning a simple string, these return a
CompileResult
object, which will allow us to add additional informationabout the compilation without having to introduce further deprecations.
Instead of passing a
sourceMaps
callback tocompile*()
, passsourceMaps: true
tocompile*ToResult()
and accessCompileResult.sourceMap
.The
CompileResult
object exposes aloadedUrls
object which lists thecanonical URLs accessed during a compilation. This information was
previously unavailable except through the JS API.
v1.35.2
Compare Source
Potentially breaking bug fix: Properly throw an error for Unicode ranges
that have too many
?
s after hexadecimal digits, such asU+12345??
.Potentially breaking bug fix: Fixed a bug where certain local variable
declarations nested within multiple
@if
statements would incorrectlyoverride a global variable. It's unlikely that any real stylesheets were
relying on this bug, but if so they can simply add
!global
to the variabledeclaration to preserve the old behavior.
Potentially breaking bug fix: Fix a bug where imports of root-relative
URLs (those that begin with
/
) in@import
rules would be passed toboth Dart and JS importers as
file:
URLs.Properly support selector lists for the
$extendee
argument toselector.extend()
andselector.replace()
.Fix an edge case where
@extend
wouldn't affect a selector within apseudo-selector such as
:is()
that itself extended other selectors.Fix a race condition where
meta.load-css()
could trigger an internal errorwhen running in asynchronous mode.
Dart API
@internal
annotation to indicate whichValue
APIs are availablefor public use.
conventional-changelog/standard-version
v9.3.1
Compare Source
Microsoft/TypeScript
v4.3.5
Compare Source
This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. See the relevant change for more details.
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.