chore(dependencies): update dev dependencies #134
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:
7.12.3
->7.12.9
1.4.98
->1.4.113
6.1.1
->6.1.10
6.1.1
->6.1.10
6.1.1
->6.1.10
6.1.1
->6.1.10
6.1.1
->6.1.10
6.1.1
->6.1.10
6.1.1
->6.1.10
6.1.1
->6.1.10
26.0.15
->26.0.18
1.54.2
->1.54.4
8.2.1
->8.2.2
3.7.0
->3.8.1
7.13.0
->7.15.0
3.1.4
->3.2.0
2.8.6
->2.9.1
4.0.5
->4.1.2
Release Notes
babel/babel
v7.12.9
Compare Source
🐛 Bug Fix
babel-plugin-transform-typescript
,babel-traverse
NodePath#_replaceWith
(@JLHwung)v7.12.8
Compare Source
🐛 Bug Fix
babel-traverse
getSibling
(@nicolo-ribaudo)babel-cli
🏠 Internal
v7.12.7
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
false
to default value of TsTypePredicate.asserts (@sosukesuzuki)babel-helper-optimise-call-expression
,babel-plugin-proposal-class-properties
this.#m?.(...arguments)
(@JLHwung)babel-compat-data
,babel-preset-env
babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-preset-env
,babel-traverse
context
when re-using a cachedNodePath
(@nicolo-ribaudo)babel-plugin-proposal-numeric-separator
💅 Polish
babel-preset-react
,babel-preset-typescript
babel-types
🏠 Internal
babel-helper-regex
@babel/helper-regex
(@nicolo-ribaudo)babel-helper-create-regexp-features-plugin
,babel-plugin-transform-sticky-regex
@babel/helper-regex
usage (@JLHwung)babel-core
import()
in development (@nicolo-ribaudo)babel-preset-env
babel-types
babel-cli
chokidar@2
withoutfsevents@1
in@babel/cli
(@nicolo-ribaudo)babel-parser
recordAndTuple
parser plugin (@JLHwung)babel-traverse
🏃♀️ Performance
babel-traverse
🔬 Output optimization
babel-helper-member-expression-to-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-optional-chaining
stencila/dev-config
v1.4.113
Compare Source
v1.4.112
Compare Source
v1.4.111
Compare Source
v1.4.110
Compare Source
v1.4.109
Compare Source
v1.4.108
Compare Source
v1.4.107
Compare Source
v1.4.106
Compare Source
v1.4.105
Compare Source
v1.4.104
Compare Source
v1.4.103
Compare Source
v1.4.102
Compare Source
v1.4.101
Compare Source
v1.4.100
Compare Source
v1.4.99
Compare Source
storybookjs/storybook
v6.1.10
Compare Source
Bug Fixes
done
attribute on type definition (#13341)Dependency Upgrades
v6.1.9
Compare Source
Bug Fixes
v6.1.8
Compare Source
Bug Fixes
Maintenance
v6.1.7
Compare Source
Bug Fixes
express.json()
middleware to /runtime-error route (#13295)Dependency Upgrades
v6.1.6
Compare Source
Bug Fixes
v6.1.5
Compare Source
Bug Fixes
v6.1.4
Compare Source
Bug Fixes
v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
beforeScreenshot
andafterScreenshot
return types (#13198)babel/babel-loader
v8.2.2
Compare Source
zloirock/core-js
v3.8.1
Compare Source
%TypedArray%
methods onBigInt
arraysNumber
constructor wrapperv3.8.0
Compare Source
Array#at
%TypedArray%#at
Number.range
stage 1 proposalNumber.range
BigInt.range
Array#filterOut
%TypedArray%#filterOut
Array#uniqueBy
String#at
for preventing breakage code which use obsoleteString#at
proposal polyfill(es|stable)/instance/replace-all
entriescore-js-builder
blacklist
option in favor ofexclude
eslint/eslint
v7.15.0
Compare Source
5c11aab
Upgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills)0eb7957
Upgrade: [email protected] (#13877) (Rouven Weßling)683ad00
New: no-unsafe-optional-chaining rule (fixes #13431) (#13859) (YeonJuan)cbc57fb
Fix: one-var autofixing for export (fixes #13834) (#13891) (Anix)110cf96
Docs: Fix a broken link in working-with-rules.md (#13875) (Anton Niklasson)v7.14.0
Compare Source
5f09073
Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853) (Milos Djermanovic)1861b40
Docs: correct the function-call-argument-newline 'default' descriptions (#13866) (Trevin Hofmann)98c00c4
New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845) (Milos Djermanovic)95d2fe6
Chore: remove eslint comment from no-octal-escape tests (#13846) (Milos Djermanovic)2004b7e
Fix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861) (Milos Djermanovic)d2239a1
Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842) (Ari Perkkiö)eda0aa1
Docs: no-restricted-imports is only for static imports (#13863) (Robat Williams)042ae44
Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828) (Raphael LANG)038dc73
Chore: Test on Node.js 15 (#13844) (Brandon Mills)37a06d6
Sponsors: Sync README with website (ESLint Jenkins)prettier/eslint-plugin-prettier
v3.2.0
Compare Source
gcanti/fp-ts
v2.9.1
Compare Source
Array
/ReadonlyArray
sort
: return the input when length <= 1, closes #1357 (@gcanti)uniq
: return the input when length <= 1 (@gcanti)v2.9.0
Compare Source
New Feature
Array
altW
(@gcanti)intersperse
(@marcotoniut)prependToAll
(@marcotoniut)every
(@gcanti)some
(@gcanti)Do
(@gcanti)Either
altW
(@gcanti)fromNullableK
(@gcanti)chainNullableK
(@gcanti)traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)Do
(@gcanti)filterOrElseW
(@gcanti)Identity
altW
(@gcanti)Do
(@gcanti)IO
traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)Do
(@gcanti)IOEither
altW
(@gcanti)traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)traverseSeqArrayWithIndex
(@mohaalak @iamomiid)traverseSeqArray
(@mohaalak @iamomiid)sequenceSeqArray
(@mohaalak @iamomiid)Do
(@gcanti)filterOrElseW
(@gcanti)NonEmptyArray
altW
(@gcanti)uncons
(@marcotoniut)unsnoc
(@marcotoniut)intersperse
(@marcotoniut)prependToAll
(@marcotoniut)Do
(@gcanti)Option
altW
(@gcanti)fromNullableK
(@gcanti)chainNullableK
(@gcanti)traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)Do
(@gcanti)Reader
traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)Do
(@gcanti)ReaderEither
altW
(@gcanti)traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)Do
(@gcanti)filterOrElseW
(@gcanti)ReaderTask
traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)traverseSeqArrayWithIndex
(@mohaalak @iamomiid)traverseSeqArray
(@mohaalak @iamomiid)sequenceSeqArray
(@mohaalak @iamomiid)Do
(@gcanti)ReaderTaskEither
altW
(@gcanti)traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)traverseSeqArrayWithIndex
(@mohaalak @iamomiid)traverseSeqArray
(@mohaalak @iamomiid)sequenceSeqArray
(@mohaalak @iamomiid)Do
(@gcanti)filterOrElseW
(@gcanti)ReadonlyArray
altW
(@gcanti)intersperse
(@marcotoniut)prependToAll
(@marcotoniut)every
(@gcanti)some
(@gcanti)Do
(@gcanti)ReadonlyNonEmptyArray
altW
(@gcanti)uncons
(@marcotoniut)unsnoc
(@marcotoniut)intersperse
(@marcotoniut)prependToAll
(@marcotoniut)Do
(@gcanti)State
traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)StateReaderTaskEither
altW
(@gcanti)traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)filterOrElseW
(@gcanti)Task
traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)traverseSeqArrayWithIndex
(@mohaalak @iamomiid)traverseSeqArray
(@mohaalak @iamomiid)sequenceSeqArray
(@mohaalak @iamomiid)Do
(@gcanti)TaskEither
altW
(@gcanti)traverseArrayWithIndex
(@mohaalak @iamomiid)traverseArray
(@mohaalak @iamomiid)sequenceArray
(@mohaalak @iamomiid)traverseSeqArrayWithIndex
(@mohaalak @iamomiid)traverseSeqArray
(@mohaalak @iamomiid)sequenceSeqArray
(@mohaalak @iamomiid)Do
(@gcanti)filterOrElseW
(@gcanti)Tree
Do
(@gcanti)Deprecation
Option
mapNullable
in favour ofchainNullableK
(@gcanti)StateReaderTaskEither
stateReaderTaskEitherSeq
because is useless,stateReaderTaskEither
is already sequential (@gcanti)Microsoft/TypeScript
v4.1.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:
Renovate configuration
📅 Schedule: "before 12pm on Wednesday" in timezone 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.