This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
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:
^12.0.0
->^13.0.0
^27.0.1
->^29.0.0
^17.0.21
->^18.0.0
^17.0.20
->^18.0.0
^17.0.5
->^18.0.0
^8.2.2
->^9.0.0
16.8
->19.0
^10.2.4
->^11.0.0
^7.0.2
->^8.0.0
^26.1.1
->^27.0.0
^7.0.2
->^8.0.0
^27.1.1
->^29.0.0
^12.3.4
->^13.0.0
^9.9.0
->^12.0.0
^17.0.2
->^18.0.0
^17.0.2
->^18.0.0
^27.0.5
->^29.0.0
^4.7.0
->^5.0.0
Release Notes
testing-library/react-testing-library
v13.4.0
Compare Source
Features
v13.3.0
Compare Source
Features
globalThis
if available (#1070) (c80809a)v13.2.0
Compare Source
Features
v13.1.1
Compare Source
Bug Fixes
v13.1.0
Compare Source
Features
renderHook
(#991) (9535eff)v13.0.1
Compare Source
Bug Fixes
v13.0.0
Compare Source
Features
BREAKING CHANGES
createRoot
API by default which comes with a set of changes while also enabling support for concurrent features.To opt-out of this change you can use
render(ui, { legacyRoot: true } )
. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.v12.1.5
Compare Source
Bug Fixes
v12.1.4
Compare Source
Bug Fixes
babel/babel-loader
v9.1.0
Compare Source
New features
Full Changelog: babel/babel-loader@v9.0.1...v9.1.0
v9.0.1
Compare Source
Bug Fixes
Full Changelog: babel/babel-loader@v9.0.0...v9.0.1
v9.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: babel/babel-loader@v8.2.5...v9.0.0
v8.3.0
Compare Source
New features
Full Changelog: babel/babel-loader@v8.2.5...v8.3.0
v8.2.5
Compare Source
What's Changed
inputSourceMap
loader option by @alan-agius4 in https://github.com/babel/babel-loader/pull/896New Contributors
Full Changelog: babel/babel-loader@v8.2.4...v8.2.5
v8.2.4
Compare Source
What's Changed
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
webpack-contrib/copy-webpack-plugin
v11.0.0
Compare Source
⚠ BREAKING CHANGES
Node.js
version is14.15.0
build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
to
support (fd095fb)10.2.2 (2022-01-28)
Bug Fixes
10.2.1 (2022-01-20)
Bug Fixes
mrsteele/dotenv-webpack
v8.0.1
Compare Source
Bug Fixes
v8.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
path
,defaults
andsafe
props all look at thepath
by default. Please be advised.v7.1.1
Compare Source
Bug Fixes
jest-community/eslint-plugin-jest
v27.1.5
Compare Source
Performance Improvements
Set
instead of iterating, and deduplicate a function (#1278) (0e048f1)v27.1.4
Compare Source
Performance Improvements
v27.1.3
Compare Source
Bug Fixes
jest()
(#1269) (4450daa)v27.1.2
Compare Source
Bug Fixes
v27.1.1
Compare Source
Bug Fixes
v27.1.0
Compare Source
Features
no-restricted-jest-methods
rule (#1257) (b8e61b1)27.0.4 (2022-09-10)
Bug Fixes
27.0.3 (2022-09-09)
Bug Fixes
styles
config (#1241) (a165e98)27.0.2 (2022-09-08)
Bug Fixes
27.0.1 (2022-08-28)
Bug Fixes
expect
call (#1225) (64ec9c1)v27.0.4
Compare Source
Bug Fixes
v27.0.3
Compare Source
Bug Fixes
styles
config (#1241) (a165e98)v27.0.2
Compare Source
Bug Fixes
v27.0.1
Compare Source
Bug Fixes
expect
call (#1225) (64ec9c1)v27.0.0
Compare Source
Bug Fixes
Features
eslint@6
(#1212) (21fc2fe)no-alias-methods
recommended (#1221) (914b24a)BREAKING CHANGES
no-alias-methods
is now recommended as the methods themselves will be removed in the next major version of Jestno-jest-import
ruleunbound-method
base rule are no longer suppressed - really this means that if you don't specifyproject
when this rule is enabled and@typescript-eslint/eslint-plugin
is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being presentno-restricted-matchers
now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrictv26.9.0
Compare Source
Features
prefer-each
rule (#1222) (574eaed)26.8.7 (2022-08-21)
Bug Fixes
26.8.6 (2022-08-21)
Bug Fixes
expect
counter when entering and exiting test function calls (#1206) (3908ab8)26.8.5 (2022-08-20)
Bug Fixes
expect
checks (#1201) (fd54ca1)26.8.4 (2022-08-19)
Bug Fixes
mockImplementation
functions that have parameters (#1199) (78ccbef)26.8.3 (2022-08-15)
Performance Improvements
26.8.2 (2022-08-09)
Bug Fixes
expect.<member>()
calls towards max (#1194) (75a0ff2)26.8.1 (2022-08-08)
Bug Fixes
expect.hasAssertions
&expect.assertions
member calls (#1191) (4bf9eea)v26.8.7
Compare Source
Bug Fixes
v26.8.6
Compare Source
Bug Fixes
expect
counter when entering and exiting test function calls (#1206) (3908ab8)v26.8.5
Compare Source
Bug Fixes
expect
checks (#1201) (fd54ca1)v26.8.4
Compare Source
Bug Fixes
mockImplementation
functions that have parameters (#1199) (78ccbef)v26.8.3
Compare Source
Performance Improvements
v26.8.2
Compare Source
Bug Fixes
expect.<member>()
calls towards max (#1194) (75a0ff2)v26.8.1
Compare Source
Bug Fixes
expect.hasAssertions
&expect.assertions
member calls (#1191) (4bf9eea)v26.8.0
Compare Source
Features
expect
based on scope (#1173) (aa4be21)v26.7.0
Compare Source
Features
prefer-mock-promise-shorthand
rule (#1167) (d965592)v26.6.0
Compare Source
Features
max-expects
rule (#1166) (5b6fd20)26.5.3 (2022-06-06)
Bug Fixes
resolves
andrejects
modifiers correctly (#1146) (0fad4df)26.5.2 (2022-06-06)
Bug Fixes
resolves
andrejects
modifiers correctly (#1145) (b1795ff)26.5.1 (2022-06-05)
Bug Fixes
resolves
andrejects
modifiers correctly (#1143) (dff1cb4)v26.5.3
Compare Source
Bug Fixes
resolves
andrejects
modifiers correctly (#1146) (0fad4df)v26.5.2
Compare Source
Bug Fixes
resolves
andrejects
modifiers correctly (#1145) (b1795ff)v26.5.1
Compare Source
Bug Fixes
resolves
andrejects
modifiers correctly (#1143) (dff1cb4)v26.5.0
Compare Source
Features
context
) (#1129) (02ec945)26.4.7 (2022-06-04)
Bug Fixes
resolves
andrejects
modifiers (#1142) (0950a96)26.4.6 (2022-05-30)
Bug Fixes
it.todo
&test.todo
(#1137) (b651443)26.4.5 (2022-05-29)
Bug Fixes
26.4.4 (2022-05-29)
Bug Fixes
26.4.3 (2022-05-29)
Bug Fixes
new
to be jest functions (#1132) (379ceb3)26.4.2 (2022-05-28)
Bug Fixes
concurrent.skip
andconcurrent.only
valid test functions (#1124) (0aa5eb6)26.4.1 (2022-05-28)
Bug Fixes
failing
property on test functions (#1123) (6d75e8d)v26.4.7
Compare Source
Bug Fixes
resolves
andrejects
modifiers (#1142) (0950a96)v26.4.6
Compare Source
Bug Fixes
it.todo
&test.todo
(#1137) (b651443)v26.4.5
Compare Source
Bug Fixes
v26.4.4
Compare Source
Bug Fixes
v26.4.3
Compare Source
Bug Fixes
new
to be jest functions (#1132) (379ceb3)v26.4.2
Compare Source
Bug Fixes
concurrent.skip
andconcurrent.only
valid test functions (#1124) (0aa5eb6)v26.4.1
Compare Source
Bug Fixes
failing
property on test functions (#1123) (6d75e8d)v26.4.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.