-
Notifications
You must be signed in to change notification settings - Fork 6
chore(deps): ⬆️ update dev dependencies (minor) #279
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
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react-tailwind/CzR9rxUYFonv2QHCUkWCx1xDDDyy |
3a5f77f to
c899fde
Compare
c899fde to
f5b431e
Compare
f5b431e to
e37281c
Compare
e37281c to
f67671f
Compare
f67671f to
227850d
Compare
227850d to
99a7d90
Compare
99a7d90 to
02a9ad2
Compare
02a9ad2 to
a471bf9
Compare
a471bf9 to
5ff4960
Compare
5ff4960 to
172b468
Compare
172b468 to
f05e873
Compare
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 🎉
This PR contains the following updates:
4.1.0->4.2.01.2.144->1.2.14717.0.11->17.0.125.14.2->5.14.38.9.0->8.10.08.4.6->8.4.70.1.7->0.1.810.5.0->10.6.04.5.5->4.6.2Release Notes
release-it/conventional-changelog
v4.2.0Compare Source
685e4f1)abef409)af66ee0)cef5247)swc-project/swc
v1.2.147Compare Source
Bug Fixes
(es/compat) Initialize class fields as a last step (#3767) (11bf29f)
(es/minifier) Disable some operations for asm.js codes (#3572) (e7f7f69)
(es/minifier) Fix inlining logic (#3776) (cfc0363)
(es/minifier) Preserve unresolved references (#3780) (73cab63)
(es/minifier) Fix optimizations of terminating expressions (#3794) (8beaa20)
(es/react) Catch refresh directives widely (#3791) (5ae907f)
(es/react) Fix logic for extracting refresh comments (#3796) (b485b5a)
(es/typescript) Transform
thisin TypeScript classes (#3764) (5f3f9ef)(node-swc/cli) Correctly expose
swcxentrypoint (#3784) (95ecc01)Documentation
adr-00002for event trace profiling (#3787) (3c1c5d0)Features
(css/ast) Union
ValueandComponentValue(#3804) (3ec45a6)(css/lints) Add CSS linter (#3765) (66c6cae)
(css/lints) Add
selector-max-combinatorsrule (#3789) (e389bef)(css/minifier) Convert more length (#3769) (500d62c)
(es/codegen) Optimize output of new expressions without arguments (#3800) (e1b13eb)
(es/compat) Optimize handling of literals in computed property names (#3756) (8ed4d2f)
(es/compat) Add tracing support for
es2022transforms (#3785) (4d70482)(es/compat) Use sequence expressions instead of iife in
classespass (#3773) (5b6beca)(es/compat) Add tracing support for es2020 transforms (#3798) (8f41d7a)
(es/dep-graph) Add support for
require.resolve(#3783) (19b84e7)(es/minifier) Consider
argumentswhile dropping unused assignments (#3775) (714e05e)(es/module) Workaround stack overflow bug of JavaScriptCore related to too many exports (#3763) (ad0a853)
(es/modules) Support system js (#3659) (557a520)
(es/parser) Raise a syntax error on an invalid shorthand assignment (#3734) (2aa3b21)
(es/quote) Implement quasi quoter partially (#3155) (fe0ddcc)
(es/quote) Support variables (#3774) (e3c374b)
(plugin) Expose
swc_ecma_quote(#3790) (bc60a6e)(plugin/runner) Update
wasmertov2.2(#3788) (99d536e)Miscellaneous Tasks
rustc(#3768) (3798436)Performance
(css/lints) Skip disabled rules (#3803) (0336029)
(plugin/runner) Optimize
write_into_memory_view(#3797) (7fd0eee)Refactor
(css/ast) Simplify AST types (#3753) (815a489)
(css/lints) Simplify error reporting API (#3781) (b8211da)
Testing
(css/parser) Add tests for selectors (#3770) (1651bcc)
(css/parser) Add css files for material design (#3777) (189707a)
(es/minifier) Prepare porting more rules from
terser(#3779) (86072b5)Build
v1.2.146Compare Source
Bug Fixes
(css) Fix processing of integers (#3752) (f258ee4)
(es/codegen) Fix escaping of unicodes in es5 (#3636) (dba90ea)
(es/helpers) Cast the result of the
instanceofhelper to boolean (#3728) (72c9e6c)(es/parser) Handle trailing comma and bracket after an arrow function in conditional (#3685) (342dccc)
(es/typescript) Allow empty nested namespaces (#3754) (f5a3647)
(plugin/macro) Do not free guest memory twice (#3732) (d8b0166)- general: Fix(es/parser) Throw a syntax error for
constwithout initializer in strict mode (#3742)Co-authored-by: Donny/강동윤 [email protected] (abc0572)
Features
(cli) Add tracing options for
compilecommand (#3746) (41f92d2)(css/ast) Support more selectors (#3729) (f5c5e77)
(css/ast) Allow more syntax for
@supportsat-rule (#3740) (9b92eba)(css/ast) Improve type definitions for unicode ranges (#3757) (91cf965)
(css/minifier) Compress
display(#3706) (8512719)(es/codegen) Add sourcemap entry for injected semicolons (#3750) (0fd4fd2)
(es/compat) Implement loose mode for
class_properties(#3722) (14155eb)(es/dep-graph) Add
TsImportEqualsDeclforDependencyCollector(#3758) (7de7eca)(es/parser) Provide more api for reducing binary size (#3747) (47ccff8)
(macros) Add
#[swc_trace](#3738) (b4830b6)(node-swc) Add experimental trace support in
@swc/core(#3731) (a454996)(plugin) Support tracing plugin execution (#3744) (5c29f15)
(visit) Allow using
?Sizedas visitor (#3745) (b0b5d5d)Miscellaneous Tasks
Performance
(es/modules) Reduce usage of generics (#3743) (1094018)
(es/parser) Reduce usage of generics to reduce binary size (#3726) (e21579d)
Refactor
(es) Make compilation faster (#3749) (3d94465)
(es/transforms) Use recommended ast apis (#3735) (fd22379)
Testing
v1.2.145Compare Source
Bug Fixes
(es/codegen) Fix sourcemap of comments (#3723) (b8b0c92)
(es/compat) Throw an error if a private property is initialized multiple times (#3665) (b6434e5)
(es/parser) Emit an error for non-last rest element in an object pattern (#3675) (6a9d778)
(es/parser) Allow
Expr::TsInstantiationin extends clause (#3696) (d499b8c)(es/parser) Disallow using reserved words as an expression in typescript (#3697) (d6522f3)
(es/parser) Fix a typescript instantiation expression followed by EOF (#3699) (010fe04)
(es/parser) Fix the span of an export declaration containing a const enum (#3701) (4318a2e)
(es/parser) Don't attach comments to
;(#3720) (8b87bb4)(es/typescript) Fix
nameof decorated classes (#3689) (1e49fcd)(es/typescript) Support heterogeneous enums (#3721) (1761cab)
Features
(cli) Support stdin (#3688) (3cf3b20)
(css/minifier) Compress urange (#3668) (b1476d2)
(css/minifier) Compress lengths (#3698) (7079e88)
(css/minifier) Compress more properties (#3708) (cd95ac4)
(css/minifier) Compress alpha of values (#3707) (bff04b4)
(es/lints) Implement
default-param-lastrule (#3681) (e252265)(es/typescript) Inline typescript
enums (#3647) (1743302)(node-swc) Expose the new
swc_clias a binary namedswcx(#3684) (9cc094a)Miscellaneous Tasks
(ci) Reduce CI time (#3719) (76ec275)
(clippy) Improve config (#3691) (e35d73a)
Refactor
(css/ast) Fix the type definitions for an plus b syntax (#3682) (321ee75)
(es) Improve ast apis (#3690) (135acf3)
eslint/eslint
v8.10.0Compare Source
Features
6e2c325feat: AddignoreOnInitializationoption to no-shadow rule (#14963) (Soufiane Boutahlil)115cae5feat:--debugprints time it takes to parse a file (#15609) (Bartek Iwańczuk)345e70dfeat: AddonlyOneSimpleParamoption to no-confusing-arrow rule (#15566) (Gautam Arora)Bug Fixes
cdc5802fix: Avoid__dirnamefor built-in configs (#15616) (DoZerg)ee7c5d1fix: false positive incamelcasewith combined properties (#15581) (Nitin Kumar)Documentation
1005bd5docs: update CLA information (#15630) (Nitin Kumar)5d65c3bdocs: Fix typo inno-irregular-whitespace(#15634) (Ryota Sekiya)b93af98docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)ebc0460docs: update babel links (#15624) (Milos Djermanovic)Chores
7cec74echore: upgrade @eslint/eslintrc@1.2.0 (#15648) (Milos Djermanovic)11c8580chore: readESLINT_MOCHA_TIMEOUTenv var in Makefile.js (#15626) (Piggy)bfaa548test: add integration tests with built-in configs (#15612) (Milos Djermanovic)39a2fb3perf: fix lazy loading of core rules (#15606) (Milos Djermanovic)3fc9196chore: includetests/confin test runs (#15610) (Milos Djermanovic)postcss/postcss
v8.4.7Compare Source
Node#warn()type (by Masafumi Koba).,.tailwindlabs/prettier-plugin-tailwindcss
v0.1.8Compare Source
Changed
getClassOrderAPI when available (#57)Fixed
TypeStrong/ts-node
v10.6.0Compare Source
Questions about this release? Ask in the official discussion thread: #1666
Added
mochawith--loader ts-node/esm, where previously node would throw[ERR_UNKNOWN_FILE_EXTENSION]--loaderwith an extensionless entrypoint causes this error nodejs/node#33226mocha, have an extensionless entrypoint. (source, source)NODE_OPTIONS=--loader ts-node/esmwith these tools causes this error. mochajs/mocha#4645moduleTypesoverrides (#1650)Fixed
--swcand other third-party transpilers did not respectmoduleTypesoverrides (#1651, #1652, #1660)process.execArgv(#1657, #1658)child_process.fork(), since it usesprocess.execArgvto create a similar child runtime.child_process.fork()will preserve both node flags andts-nodehooks.https://github.com/TypeStrong/ts-node/milestone/9
Microsoft/TypeScript
v4.6.2Compare Source
For release notes, check out the release announcement.
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.