-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update devdependencies (non-major) #490
Conversation
87cfbaf
to
ed47b22
Compare
b1558f5
to
4d78174
Compare
4d78174
to
cc8c4ea
Compare
cc8c4ea
to
2dc978f
Compare
2dc978f
to
0c6c7e1
Compare
0c6c7e1
to
9746071
Compare
9746071
to
729bbf9
Compare
729bbf9
to
6cf12a5
Compare
6cf12a5
to
010c1e2
Compare
010c1e2
to
ad51b27
Compare
ad51b27
to
eb805b1
Compare
eb805b1
to
6dc0385
Compare
6dc0385
to
945b1ed
Compare
945b1ed
to
734181a
Compare
734181a
to
2d05e66
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
…ies-(non-major) # Conflicts: # src/components/carousel/__tests__/Index.Test.tsx
@@ -7,7 +7,7 @@ export default { | |||
'\\.(jpg|ico|jpeg|png|svg)$': '<rootDir>/.jest/mocks/fileMock.ts', | |||
}, | |||
preset: 'ts-jest/presets/js-with-ts', | |||
restoreMocks: true, | |||
restoreMocks: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See: jestjs/jest#13925
@@ -35,6 +35,7 @@ interface Props { | |||
onSlideClick: boolean; | |||
fullScreen: boolean; | |||
onSlideEnter: boolean; | |||
startIndex?: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not work in the story
🎉 This PR is included in version 15.13.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
7.20.12
->7.21.0
3.0.2
->3.0.5
18.0.27
->18.0.28
0.6.10
->0.6.11
29.4.2
->29.4.3
29.4.2
->29.4.3
3.14.0
->3.17.2
5.1.1
->5.2.0
Release Notes
babel/babel
v7.21.0
Compare Source
🚀 New Feature
babel-core
,babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
privateFieldsAsSymbols
assumption for classes (@fwienber)babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-regexp-modifiers
,babel-standalone
babel-cli
,babel-core
,babel-generator
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
,babel-traverse
babel-parser
,babel-types
const
modifier in type parameters (@nicolo-ribaudo)babel-generator
,babel-helpers
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
2023-01
TC39 meeting (@nicolo-ribaudo)babel-parser
new.target
outside functions (@overlookmotel)annexb: false
parser option to disable Annex B (@nicolo-ribaudo)babel-core
.cts
as configuration file (@liuxingbaoyu)babel-generator
,babel-parser
,babel-plugin-transform-typescript
export type * from
(@nicolo-ribaudo)🐛 Bug Fix
babel-plugin-transform-typescript
babel-core
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-methods
,babel-plugin-transform-classes
,babel-plugin-transform-new-target
babel-parser
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-types
💅 Polish
babel-parser
await
as identifier" error in modules (@JLHwung)🏠 Internal
babel-core
@babel/core
(@nicolo-ribaudo)🔬 Output optimization
babel-plugin-transform-typescript
smg-automotive/eslint-config-pkg
v3.0.5
Compare Source
Bug Fixes
v3.0.4
Compare Source
Bug Fixes
v3.0.3
Compare Source
Bug Fixes
storybookjs/eslint-plugin-storybook
v0.6.11
Compare Source
🐛 Bug Fix
Authors: 2
facebook/jest
v29.4.3
Compare Source
Features
[expect]
UpdatetoThrow()
to be able to use errorcause
s (#13606)[jest-core]
allow to useworkerIdleMemoryLimit
with only 1 worker orrunInBand
option (#13846)[jest-message-util]
Add support for errorcause
s (#13868 & #13912)[jest-runtime]
Revertimport assertions
for JSON modules as it's been relegated to Stage 2 (#13911)Fixes
[@jest/expect-utils]
subsetEquality
should consider also an object's inherited string keys (#13824)[jest-mock]
Clear mock state whenjest.restoreAllMocks()
is called (#13867)[jest-mock]
PreventmockImplementationOnce
andmockReturnValueOnce
bleeding intowithImplementation
(#13888)[jest-mock]
Do not restore mocks whenjest.resetAllMocks()
is called (#13866)rollup/rollup
v3.17.2
Compare Source
2023-02-20
Bug Fixes
moduleSideEffects
set totrue
(#4867)needsCodeReference
property in TypeScript for asset tree-shaking (#4868)Pull Requests
needsCodeReference
property toEmittedAsset
(@sapphi-red)v3.17.1
Compare Source
2023-02-18
Bug Fixes
loadConfigFile
(#4853)moduleSideEffects: false
(#4866)Pull Requests
v3.17.0
Compare Source
2023-02-18
Features
experimentalDeepDynamicChunkOptimization
and always run the full chunk generation algorithm (#4862)Bug Fixes
experimentalDeepDynamicChunkOptimization
was enabled (#4862)Pull Requests
v3.16.0
Compare Source
2023-02-17
Features
output.sourcemapIgnoreList
option to mark file sources as ignored in thex_google_ignoreList
attribute of the resulting sourcemap (#4848)sourcesContent
containsnull
entries (#4846)true
for thecache
option to override Vite's default (#4859)Bug Fixes
experimentalMinChunkSize
option (#4851)Pull Requests
sourcemapIgnoreList
predicate. (@bmeurer)v3.15.0
Compare Source
2023-02-10
Features
Bug Fixes
Pull Requests
Swatinem/rollup-plugin-dts
v5.2.0
Compare Source
Fixes:
.ts
files.Thank you:
Features, fixes and improvements in this release have been contributed by:
Configuration
📅 Schedule: Branch creation - "before 3am on Tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.