chore(deps): update all non-major dependencies #50
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:
^2.3.2
->^2.3.4
^9.0.2
->^9.0.4
^4.14.162
->^4.14.165
^4.5.0
->^4.9.0
^4.5.0
->^4.9.0
^3.8.0
->^3.8.1
^7.12.0
->^7.15.0
^24.1.0
->^24.1.3
^4.0.2
->^4.1.0
^26.6.1
->^26.6.3
^2.32.1
->^2.34.2
^0.28.0
->^0.29.0
^26.4.2
->^26.4.4
^4.0.3
->^4.1.2
Release Notes
exreplay/aver.js
v2.3.4
Compare Source
🏠 Internal
@averjs/renderer
Committers: 1
v2.3.3
Compare Source
🐛 Bug Fix
@averjs/renderer
🏠 Internal
@averjs/babel-preset-app
,@averjs/core
,@averjs/mailer
,@averjs/mongodb
,@averjs/queue
,@averjs/renderer
,@averjs/session
,@averjs/typescript
@averjs/renderer
Committers: 1
typescript-eslint/typescript-eslint
v4.9.0
Compare Source
Bug Fixes
parserOptions.projectFolderIgnoreList
and deduplicate resolved projects (#2819) (bf904ec), closes #2418 #2814Features
requireDouble
,allowDouble
,allowSingleOrDouble
options for underscores (#2812) (dd0576a)requiresQuotes
modifier (#2813) (6fc8409), closes #2761 #1483unused
(#2810) (6a06944)exported
,global
, anddestructured
(#2808) (fb254a1), closes #2239 #2512 #2318 #2802destructured
modifier forparameter
selector (#2829) (525d2ff), closes #2828property
andmethod
selectors into more granularclassXXX
,objectLiteralXXX
,typeXXX
(#2807) (665b6d4), closes #1477 #2802this: void
parameter (#2796) (878dd4a)4.8.2 (2020-11-23)
Bug Fixes
4.8.1 (2020-11-17)
Bug Fixes
v4.8.2
Compare Source
Bug Fixes
v4.8.1
Compare Source
Bug Fixes
v4.8.0
Compare Source
Bug Fixes
Features
parseWithNodeMaps
API (#2760) (9441d50), closes #1852v4.7.0
Compare Source
Bug Fixes
Features
no-confusing-void-expression
(#2605) (c8a4dad)4.6.1 (2020-11-02)
Bug Fixes
v4.6.1
Compare Source
Bug Fixes
v4.6.0
Compare Source
Bug Fixes
Features
[]
(#2704) (ef8b5a7), closes #2582no-unnecessary-type-constraint
rule (#2516) (880ac75)space-infix-ops
(#2593) (343d20d)codecov/codecov-node
v3.8.1
Compare Source
Fixes
eslint/eslint
v7.15.0
Compare Source
5c11aab
Upgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills)0eb7957
Upgrade: file-entry-cache@6.0.0 (#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)v7.13.0
Compare Source
254e00f
New: Configurable List Size For Per-Rule Performance Metrics (#13812) (Bryan Mishkin)6c3c710
Docs: fix broken url in docs (#13815) (SaintMalik)4a09149
Sponsors: Sync README with website (ESLint Jenkins)fb6fcbf
Docs: Fix reference to Code of Conduct (#13797) (Tobias Nießen)1b89ebe
Sponsors: Sync README with website (ESLint Jenkins)v7.12.1
Compare Source
08f33e8
Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794) (Brandon Mills)aeef485
Fix: Pass internal config paths in FileEnumerator default (fixes #13789) (#13792) (Brandon Mills)631ae8b
Sponsors: Sync README with website (ESLint Jenkins)jest-community/eslint-plugin-jest
v24.1.3
Compare Source
Bug Fixes
v24.1.2
Compare Source
Bug Fixes
v24.1.1
Compare Source
Bug Fixes
standard/eslint-plugin-standard
v4.1.0
Compare Source
facebook/jest
v26.6.3
Compare Source
Fixes
[jest-resolve-dependencies]
Continue dependency resolution if mock dependency can't be found (#10779)v26.6.2
Compare Source
Features
[jest-core]
AddfindRelatedTests
andnonFlagArgs
in allowed config options forupdateConfigAndRun
in watch plugins (#10659)Fixes
[babel-plugin-jest-hoist]
Preserve order of hoisted mock nodes within containing block (#10536)[babel-plugin-jest-hoist]
Hoist pure constants to support experimental JSX transform in hoisted mocks (#10723)[babel-preset-jest]
Updatebabel-preset-current-node-syntax
to support top level await (#10747)[expect]
Revert "FixobjectContaining
to work recursively into sub-objects (#10508)" (#10766)[jest-circus, jest-jasmine2]
fix: don't assumestack
is always a string (#10697)[jest-config]
Fix bug introduced in watch mode by PR #10678 (#10692)[jest-config]
Throw correct error for missing preset modules (#10737)[jest-resolve-dependencies]
Resolve mocks as dependencies (#10713)[jest-runtime]
Handle file URLs in dynamic imports (#10744)[jest-runtime, babel-jest]
Pass more ESM options to@jest/transform
(#10752)[jest-runtime]
Properly injectextraGlobals
into the runtime (#10758)[jest-transform]
Link to ESM docs on syntax errors (#10748)Chore & Maintenance
[docs]
Add docs for using mocks in TypeScript (#10415)[eslint-config-fb-strict]
Move package from this repo tofbjs
repo (#10739)[examples]
Update TypeScript example to show use of newer Jest types (#10399)[jest-cli]
chore: standardize files and folder names (#10698)rollup/rollup
v2.34.2
Compare Source
2020-12-06
Bug Fixes
Pull Requests
v2.34.1
Compare Source
2020-12-03
Bug Fixes
Pull Requests
v2.34.0
Compare Source
2020-11-29
Features
Bug Fixes
Pull Requests
v2.33.3
Compare Source
2020-11-18
Bug Fixes
.js
extension when importing AMD files from a UMD bundle (#3872)Pull Requests
v2.33.2
Compare Source
2020-11-14
Bug Fixes
Pull Requests
v2.33.1
Compare Source
2020-11-02
Bug Fixes
syntheticNamedExports
tothis.getModuleInfo
to align with documentation (#3847)Pull Requests
v2.33.0
Compare Source
2020-11-01
Features
Pull Requests
ezolenko/rollup-plugin-typescript2
v0.29.0
Compare Source
#249 use compilerOptions.rootDir to filter files
kulshekhar/ts-jest
v26.4.4
Compare Source
Bug Fixes
@jest/create-cache-key-function
(#2108) (dee8231), closes #2080 #2090 #2104Features
mocked
(#2096) (b1d072b), closes #2086v26.4.3
Compare Source
Bug Fixes
.babelrc
file path before attempting to read it (#2071) (681bfef), closes #2064Features
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:
v4.0.5
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: At any time (no schedule defined).
🚦 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.