generated from timelessco/react-components-template
-
Notifications
You must be signed in to change notification settings - Fork 6
chore(deps): ⬆️ update dev dependencies (minor) #294
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 ↗︎
|
fdff282 to
ba18f94
Compare
ba18f94 to
72a1674
Compare
72a1674 to
3d0be18
Compare
3d0be18 to
9652977
Compare
9652977 to
97635e0
Compare
97635e0 to
924f5a7
Compare
924f5a7 to
5222676
Compare
|
Deployment failed with the following error: |
36ac49a to
03e79dd
Compare
03e79dd to
bb1af59
Compare
bb1af59 to
b949250
Compare
navin-moorthy
approved these changes
May 10, 2022
Contributor
navin-moorthy
left a comment
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:
7.17.6->7.17.107.17.9->7.17.107.16.11->7.17.1016.2.3->16.2.416.2.1->16.2.41.2.172->1.2.1810.5.0->0.5.127.4.1->27.5.017.0.44->17.0.4510.4.5->10.4.78.14.0->8.15.08.4.12->8.4.1314.14.2->14.14.31.55.0->1.57.04.6.3->4.6.4Release Notes
babel/babel
v7.17.10Compare Source
🐛 Bug Fix
babel-cli,babel-core,babel-generator,babel-helper-transform-fixture-test-runnerSourceMapGeneratorfor simple map concatenation (@jridgewell)💅 Polish
babel-cli,babel-core,babel-generator,babel-helper-fixtures,babel-helper-transform-fixture-test-runnerbabel-plugin-proposal-pipeline-operator,babel-traverseScope#isPure) (@JLHwung)🏠 Internal
babel-core🏃♀️ Performance
babel-cli,babel-core,babel-generator@jridgewell/gen-mappingfor sourcemap generation (@jridgewell)conventional-changelog/commitlint (@commitlint/cli)
v16.2.4Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v16.2.4Compare Source
Note: Version bump only for package @commitlint/config-conventional
swc-project/swc
v1.2.181Compare Source
Bug Fixes
(es) Use
unresolved_mark(#4573) (0868409)(es/minifier) Improve sequential inliner (#4570) (af368ee)
(es/minifier) Preserve more identifiers if
evalorwithexists (#4580) (e43689b)(es/minifier) Don't create an invalid labeled statement (#4581) (7e80c10)
(es/minifier) Unwrap blocks more carefully (#4586) (8db3442)
(es/minifier) Consider more aliases in sequences pass (#4583) (3521ce0)
(es/minifier) Fix handling of
NaN(#4593) (dd09cdf)(es/resolver) Fix handling of a complex try catch (#4574) (9e79f9c)
(es/resolver) Fix more try catch issues (#4582) (56c3010)
(html/parser) Add recovery for attributes on html and body (#4566) (c7d20e4)
(node) Use
jemallocatoron linux (#4591) (af91094)Features
(config) Make all configuration overridable (#4575) (7fc9bbc)
(es/ast) Add methods for parens (#4576) (55d0ee6)
(html/parser) Parse document fragment (#4579) (a34dea1)
Miscellaneous Tasks
Refactor
Testing
(es/minifier) Fix test system (#4571) (bf5ee01)
(html/parser) Add tests (#4565) (adbce64)
(html/parser) Improve script on/off tests (#4564) (4838267)
v1.2.179Compare Source
Bug Fixes
(es/minifier) Distinguish
rawandcookedwhile joining template literals (#4559) (f9b6016)(es/minifier) Fix handling of template literals (#4563) (920d9a7)
(html/parser) Fix for noah's ark clause (#4558) (7ef6372)
(html/parser) Fix adoption agency algorithm (#4552) (d6e4885)
Documentation
Features
(es/minifier) Drop vars using sequential inliner (#4547) (c5b4ef4)
(es/minifier) Remove duplicate control flow in nested blocks (#4569) (b3b6fd4)
Refactor
v1.2.178Compare Source
Bug Fixes
(es/compat) Memorize computed props in logical assignment (#4525) (2e74787)
(es/minifier) Respect
keepClassNamesfor class expressions (#4536) (3d5d234)(es/minifier) Skip getter/setter when collapsing vars (#4557) (5d3a01a)
(es/modules) Preserve extensions (#4524) (f3b262e)
(es/parser) Revert #4067 (#4540) (2831059)
(es/parser) Revert #4287 (#4542) (e2fde1a)
(html/lexer) Fix lexing of numeric characters (#4544) (6980381)
(html/parser) Fix a bug related to parsing foreign elements (#4527) (2f6f8fa)
(html/parser) Fix parsing of cdata in foreign context (#4531) (5dc9376)
(html/parser) Fix a bug with optional
li(#4526) (6310eab)(html/parser) Fix parsing of comments in
textarea(#4530) (79090e1)(html/parser) Fix parsing of
nobr(#4535) (e6042a5)(html/parser) Fix parsing of cdata (#4537) (07cf28a)
(html/parser) Fix parsing of newline in
textarea(#4543) (dd40e7b)(html/parser) Fix support for document mode (#4539) (e11ee88)
Features
SourceMapper(#4541) (10f903d)Miscellaneous Tasks
prettier(#4523) (a6d404a)Refactor
Testing
(es/minifier) Categorize more tests (#4538) (3d3e3bb)
(es/minifier) Ignore difference of parens (#4546) (b0efd00)
(html/parser) Add integration tests from html5lib-test (#4517) (a4a815b)
Build
swc_plugin_proxy(#4551) (b5a2033)v1.2.177Compare Source
Bug Fixes
(html/parser) Fix a bug of unwrapping element without parent (#4505) (597c0c6)
(node) Fix tls allocation issue (#4514) (3d5c0fa)
Features
(es/parser) Reject accessors named
constructor(#4520) (0e0ded1)(plugin) Expose
Pos(#4516) (c0432e4)Miscellaneous Tasks
Testing
v1.2.176Compare Source
Bug Fixes
(es/compat) Revert a wrong patch about private properties (97e0e27)
(es/compat) Fix the position of inserted statements in
class_properties(#4511) (9e45882)v1.2.175Compare Source
Bug Fixes
(css/prefixer) Add prefix for
print-color-adjust(#4503) (90ac93a)(es/bugfixes) Fix handling of syntax context (#4490) (a444726)
(es/compat) Support updating a private field with bigint value (#4136) (1e1d081)
(es/compat) Visit default export in
static_block(#4500) (c4b156c)(es/decorators) Make legacy decorator identical to
tsc(#4496) (f30ffdf)(html/parser) Fix adoption agency algorithm (#4487) (00358e1)
(html/parser) Fix bugs (#4502) (fca84eb)
(html/parser) Fix parsing of
select(#4504) (b8588c4)(html/parser) Fix parsing of a table with a table (#4506) (efe87bc)
(node/types) Add types for
jsc.minify.format(#4492) (3ed1538)Features
(es/compat) Verify private property access (#4465) (de53a6f)
(es/lints) Implement
no-var(#4485) (17f237d)(es/parser) Reject private field called
#constructor(#4491) (857e798)(es/preset-env) Update data (#4497) (5c5337d)
Refactor
Testing
v1.2.174Compare Source
Bug Fixes
(es/helpers) Update
_interopRequireWildcard(#4479) (7d40208)(es/minifier) Disable some passes for
hoist_props(#4468) (effc85d)(es/minifier) Fix skipping logic of sequential inliner (#4469) (233c4d5)
(html) Fix bugs of parser and codegen (#4461) (8bdfcd9)
(html/parser) Fix bugs (#4459) (2098228)
Features
(es/lints) Implement
no-throw-literal(#4477) (3a8cade)(es/minifier) Drop more returns (#4471) (2739546)
(es/minifier) Consider cost of functions for inlining (#4470) (7a584d7)
(es/minifier) Drop pure
newcalls (#4478) (918c9c8)(es/minifier) Add
pristine_globals(#4480) (09ba3c0)(html/minifier) Remove
javascript:prefix (#4460) (a1877e7)(html/minifier) Remove duplicate attributes (#4474) (750d655)
Miscellaneous Tasks
v1.2.173Compare Source
Bug Fixes
(es) Remove wrong debug assertion (#4445) (962cf4a)
(es/async-generator) Fix
yield*in async generators (#4452) (0bc0bae)(es/parser) Throw syntax error for missing function expr body (#4462) (393cfa8)
(es/preset-env) Do not import new features when using old core-js (#4458) (4262874)
(html/parser) Fix a bug with nested tags (#4438) (8c4dc4c)
(html/parser) Parse table including broken one (#4451) (6e60813)
(html/parser) Fix fosting logic for text nodes (#4457) (65a158a)
Features
(es/parser) Reject indirect opt chain in assignment (#4447) (df7b3f6)
(html/minifier) Compress whitespaces (#4463) (0ae4350)
Miscellaneous Tasks
Testing
tailwindlabs/tailwindcss-forms
v0.5.1Compare Source
Fixed
outlineproperty (#116)color-adjust(#115)postcss/autoprefixer
v10.4.7Compare Source
print-color-adjustsupport in Firefox.v10.4.6Compare Source
print-color-adjustsupport.eslint/eslint
v8.15.0Compare Source
Features
ab37d3bfeat: addenforceInClassFieldsoption to no-underscore-dangle (#15818) (Roberto Cestari)Bug Fixes
8bf9440fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)Documentation
28116ccdocs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)272965fdocs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)a798166docs: update example for running individual rule tests (#15833) (Milos Djermanovic)57e732bdocs: markSourceCode#getJSDocCommentdeprecated in working-with-rules (#15829) (Milos Djermanovic)9a90abfdocs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)810addadocs: add more examples for prefer-object-spread (#15831) (coderaiser)06b1edbdocs: clarify no-control-regex rule (#15808) (Milos Djermanovic)9ecd42fdocs: Fixed typo in code comment (#15812) (Addison G)de992b7docs: remove links to 2fa document (#15804) (Milos Djermanovic)5222659docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)e70ae81docs: Update README team and sponsors (ESLint Jenkins)Chores
1ba6a92chore: upgrade @eslint/eslintrc@1.2.3 (#15847) (Milos Djermanovic)8167aa7chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)b8995a4chore: Implement docs site (#15815) (Nicholas C. Zakas)6494e3echore: update link incodeql-analysis.yml(#15817) (Milos Djermanovic)36503ecchore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)postcss/postcss
v8.4.13Compare Source
append()error after using.parent(by Jordan Pittman).release-it/release-it
v14.14.3Compare Source
.onlytest (dd249c6)ec3e4db)93c583c)e9c6b8d)2fe93fd)git.tagMatch+ changelog behavior (5e843f1)git.tagMatch(751e171)9ce7501)f1e8843)1fe1afa)keithamus/sort-package-json
v1.57.0Compare Source
Features
v1.56.1Compare Source
Bug Fixes
v1.56.0Compare Source
Features
volta(#257) (9ab64e0)Microsoft/TypeScript
v4.6.4Compare Source
This release includes a bug fix for text formatting on certain ranges, which was impacting Visual Studio users.
For the complete list of fixed issues, check out the
Downloads are available on:
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.