generated from timelessco/react-components-template
-
Notifications
You must be signed in to change notification settings - Fork 8
chore(deps): ⬆️ update dev dependencies (minor) #335
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1046372
to
6fb6bba
Compare
Deployment failed with the following error:
|
e07c81b
to
841c675
Compare
841c675
to
c19e9fe
Compare
c19e9fe
to
db9d2e6
Compare
db9d2e6
to
838e664
Compare
838e664
to
8e9bf98
Compare
8e9bf98
to
f4f3f57
Compare
f4f3f57
to
ad66cd2
Compare
ad66cd2
to
bda24f8
Compare
bda24f8
to
ebbac5f
Compare
ebbac5f
to
ea356eb
Compare
ea356eb
to
4a1597d
Compare
4a1597d
to
392ca19
Compare
392ca19
to
cbb97cd
Compare
cbb97cd
to
73f811f
Compare
73f811f
to
4d4591a
Compare
4d4591a
to
d2487c3
Compare
d2487c3
to
1a65fbb
Compare
1a65fbb
to
25966df
Compare
navin-moorthy
approved these changes
Jul 14, 2022
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.
LGTM 🎉
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.2.208
->1.2.215
8.14.0
->8.16.0
14.2.1
->14.2.3
28.1.4
->28.1.5
18.0.14
->18.0.15
18.0.5
->18.0.6
4.4.2
->4.4.3
0.5.13
->0.6.1
28.1.2
->28.1.3
28.1.2
->28.1.3
0.1.11
->0.1.12
3.1.4
->3.1.6
Release Notes
swc-project/swc
v1.2.215
Compare Source
Bug Fixes
(es) Check the syntax context of
arguments
(#5174) (375774d)(es/fixer) Handle invalid numeric literals (#5201) (436f620)
(es/parser) Fix parsing of export specifiers (#5190) (ec93783)
Features
(es) Add quote to
swc_ecmascript
(#5199) (fbfa59b)(es/plugin) Print filename on failure (#5200) (f69dee7)
(html/parser) Add
raw
to comments (#5196) (dead719)(quote) Support different types for variables (#5194) (c91abb2)
Miscellaneous Tasks
(ci) Skip plugin e2e tests for unsupported targets (#5203) (6b6b582)
(ci) Disable plugin tests while publishing (31bbf2d)
Testing
(css/codegen) Add tests (#5195) (fa4c2de)
(plugin) Setup e2e fixture testing for plugins (#5192) (2fa51ec)
v1.2.213
Compare Source
Bug Fixes
(css/codegen) Fix sourcemap of multibyte characters (#5183) (5b70233)
(css/parser) Avoid skipping whitespaces if not required (#5181) (7b28521)
(es/minifier) Don't merge exported declarations (#5193) (16ece4d)
(html/codegen) Fix source map generation (#5184) (60ca553)
(node/types) Fix AST type definitions (#5175) (afd5171)
Features
(es/codegen) Emit comments in
emit_module
(#5132) (1ef541e)(html/minifier) Allow specifying options for other tools (#5125) (dada2d7)
(visit) Improve API (#5185) (4744d43)
(visit) Implement serde for
AstParentKind
(#5191) (d1418ee)Testing
v1.2.212
Compare Source
Bug Fixes
(es/modules) Add the missing span for
export default
(#5170) (997240c)(es/modules) Keep TDZ for
export default
if possible (#5164) (56ad09a)Features
(plugin/macros) Export new interface for getting plugin schema version (#5166) (f167198)
(visit) Add index to
AstKind
(#5138) (ac3a55a)Miscellaneous Tasks
Performance
v1.2.211
Compare Source
Bug Fixes
(cli) Constructs config file correctly (#5146) (4f87396)
(es/compat) Preserve more class names (#5106) (dd39a79)
(es/compat) Optimize
for-of
loops for array literals (#5141) (9351303)(es/compat) Remove extra
this
/arguments
capture in arrows (#5152) (cd8d65b)(es/lints) Handle import-require duplicate bindings (#5131) (a0ec370)
(es/minifier) Don't inline a callable expression if it's used as a reference (#5118) (0e4a03c)
(es/modules) Handle top level this (#5159) (451f346)
(es/modules) Handle top level this, really (#5160) (2555d71)
(es/parser) Support type-only export-import declarations (#5122) (fbfca36)
(sourcemap) Handle multi-byte characters correctly (#5153) (bbbe0b6)
Documentation
(es/parser) Typo (#5136) (9d4be11)
(visit) Add docs for visitors (#5137) (76de911)
Features
(css/minifier) Compress hsl colors (#5142) (714ff53)
(css/minifier) Compress
hwb
color (#5155) (d6a827d)(es/parser) Support
d
in regex flag for es2022 (#5127) (2d94797)(es/typescript) Follow TypeScript error report (#5114) (f952a61)
(html) Add
raw
for text (#5148) (01bfe46)(html/minifier) Sort attributes (#4784) (f813a60)
(html/minifier) Compress default attributes for svg (#5150) (8bc9a40)
(plugin) Wrap serialized struct with a version (#5128) (82fbe15)
(visit) Implement
Eq
forAstKind
(#5133) (46b1b42)(visit) Implement more traits for
AstKind
(#5135) (f26d59b)Refactor
(common) Bikeshed plugin apis (#5120) (2ba8b39)
(plugin) Refactor transform executor (#5147) (e8214ba)
v1.2.210
Compare Source
Bug Fixes
(es/codegen) Fix codegen of some non-ascii characters (#5108) (b76b499)
(es/fixer) Preserve parens in opt calls (#5110) (3e3c44a)
(es/fixer) Preserve parens in more opt calls (#5111) (528d4c5)
(es/lints) Allow overload in typescript (#5116) (bef8aeb)
Documentation
v1.2.209
Compare Source
Bug Fixes
(es/codegen) Emit numeric value for Binary and Octal literals (#5083) (8df6e04)
(es/compat) Preserve spans in
object_rest_spread
(#5082) (de66b64)(es/compat) Preserve class names (#5104) (adbb0bf)
(es/lints) Cover more
const-assign
cases (#5098) (f7d857c)(es/modules) Preserve orders of exports (#5081) (2f2039c)
(es/modules) Create an indirect call for a lazy require (#5089) (0a7ca2f)
(es/modules) Support lazy for
export from
(#5103) (c531e67)(es/react) Don't panic on invalid react pragma (#5101) (cc555ef)
(es/resolver) Fix handling of block scoped functions (#5092) (9519e80)
(html/minifier) Small fix (#5079) (5ac5ae2)
(html/minifier) Fix bugs of the smart mode (#5093) (5932a0a)
(node/types) Add
simplify
(#5105) (2a29b50)Features
(es/modules) Support
allowTopLevelThis
(#5086) (9addef6)(es/modules) Add pure annotations to interop functions (#5087) (4d5783d)
(es/modules) Support AMD triple slash directives (#5091) (ddb31d1)
(es/parser) Support labelled function from annex B (#5078) (b62fd3e)
(html/minifier) Remove empty metadata elements (#5085) (cb845c9)
(visit) Add path-aware variants (#5073) (204d742)
Testing
testing-library/dom-testing-library
v8.16.0
Compare Source
Features
v8.15.0
Compare Source
Features
v8.14.1
Compare Source
Bug Fixes
Event
instead ofUIEvent
(#1147) (29a17cb)testing-library/user-event
v14.2.3
Compare Source
Bug Fixes
v14.2.2
Compare Source
Bug Fixes
HTMLInputElement.setRangeText()
(#984) (73443ec)dequelabs/axe-core
v4.4.3
Compare Source
This release does not change results of axe-core. Instead it gets rid of a warning when axe-core is installed with NPM using older versions of NodeJS. We also added a missing type definition when using
axe.configure()
in TypeScript.Bug Fixes
storybookjs/eslint-plugin-storybook
v0.6.1
Compare Source
🐛 Bug Fix
Authors: 1
v0.6.0
Compare Source
🚀 Enhancement
Authors: 2
facebook/jest
v28.1.3
Compare Source
Features
[jest-leak-detector]
Use nativeFinalizationRegistry
when it exists to get rid of external C dependency (#12973)Fixes
[jest-changed-files]
Fix a lock-up after repeated invocations (#12757)[@jest/expect-utils]
Fix deep equality of ImmutableJS OrderedSets (#12977)[jest-mock]
Add index signature support forspyOn
types (#13013, #13020)[jest-snapshot]
Fix indentation of awaited inline snapshots (#12986)Chore & Maintenance
[*]
Replace internal usage ofpretty-format/ConvertAnsi
withjest-serializer-ansi-escapes
(#12935, #13004)[docs]
Update spyOn docs (#13000)tailwindlabs/prettier-plugin-tailwindcss
v0.1.12
Compare Source
Added
tailwindlabs/tailwindcss
v3.1.6
Compare Source
Fixed
theme()
in CSS (#8831)v3.1.5
Compare Source
Added
font-weight
for each font size utility (#8763)Fixed
tailwindcss
andautoprefixer
inpostcss.config.js
in standalone CLI (#8769)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.