chore(deps): update all non-major dependencies #32
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:
^8.4.2
->^8.5.1
^1.2.223
->^1.3.1
^5.32.0
->^5.37.0
^5.32.0
->^5.37.0
^4.8.5
->^4.9.0
v3.1.0
->v3.1.1
^16.0.1
->^16.0.2
^8.21.0
->^8.23.1
^8.3.1
->^8.5.0
^4.7.4
->^4.8.3
Release Notes
Hazmi35/eslint-config
v8.5.1
Compare Source
Please see the full changes here: Hazmi35/eslint-config@8.5.0...8.5.1
Notable Changes
Fixes
dc04efa
v8.5.0
Compare Source
Please see the full changes here: Hazmi35/eslint-config@8.4.2...8.5.0
Notable Changes
Features
1f949dd
b73d4a9
ignoreTernaryTest
option to false.40e93ba
consistent-generic-constructors
rule, with constructor-type prefered.31e4062
Notes
Now
@hazmi35/eslint-config
requires:eslint
version 8.23.0 or above@typescript-eslint/parser
version 5.36.1 or above (OPTIONAL)@typescript-eslint/eslint-plugin
version 5.36.1 or above (OPTIONAL)typescript
version 3.3.1 to 4.9.0 (OPTIONAL)swc-project/swc
v1.3.1
Compare Source
Bug Fixes
(cli) Update the plugin template (#5824) (969ecde)
(css/minifier) Compress alpha (#5825) (b531410)
(css/minifier) Fix minification of universal selectors (#5826) (1803874)
(es/ast) Revert #5798 (#5798) (#5855) (4cde553)
(es/codegen) Remove redundant
;
after export default decl (#5851) (2b24642)(es/minifier) Don't replace parameters of IIFE if it's recursive (#5852) (a5f7b69)
(es/minifier) Preserve more side effects (#5853) (32f1806)
(es/modules) Improve compatibility with
cjs-module-lexer
(#5835) (bf75981)(es/parser) Keep comments of the RHS of a binary expression (#5812) (8adbe16)
(es/parser) Handle more
TS1185
(#5834) (10637b0)(swc_core) Fix reexport of
testing
(#5848) (c0da2e9)Features
(css/minifier) Compress
@media
and@supports
(#5828) (211b0a9)(es/minifier) Extend inlining of identifiers to multi-usage (#5832) (8567a38)
(es/parser) Improve jsx lexer (#5805) (97729e5)
(swc_core) Export
swc_common/sourcemap
(#5818) (2819be5)(swc_core) Export testing utilities (#5839) (856d741)
Miscellaneous Tasks
Performance
(atoms) Reduce size of
Atom
(#5831) (2400427)(css) Optimize memory layout of ast types (#5823) (4f119b2)
(css/minifier) Merge passes (#5820) (f523502)
(css/minifier) Merge more passes into the compressor (#5821) (4fa5a27)
(css/minifier) Merge passes and reduce clone (#5822) (9e81c26)
(es/minifier) Optimize usage of
IndexSet
(#5814) (704ea3d)(es/minifier) Make expression simplifier stateless and parallel (#5819) (cfe575e)
(es/minifier) Make the expression simplifier more parallel (#5841) (b6cf975)
(es/minifier) Reduce type sizes (#5843) (fe3072b)
(es/parser) Optimize memory layout (#5833) (10484ed)
(html/minifier) Improve performance (#5840) (b691fec)
(html/minifier) Improve performance (#5838) (ccd618c)
Refactor
Testing
Build
v1.3.0
Compare Source
Bug Fixes
(es) Use
paren_remover
pass (#5753) (9c998d4)(es/compat) Fix
generator
(#5796) (aa8672e)(node-swc) Fix the type definition of
jsc.paths
(#5811) (9d16293)Features
Performance
(css/codegen) Skip useless operations if not required (#5802) (b96eb1e)
(css/minifier) Setup benchmark (#5800) (88e59ff)
(css/minifier) Use
JsWord
instead of&str
(#5806) (7391cc9)(css/parser) Use ascii operations (#5808) (96cc888)
(css/parser) Remove needless branching (#5809) (91ed13e)
(css/parser) Skip whiltespace from lexer (#5810) (72a8b60)
(es/codegen) Skip useless operations if not required (#5803) (49942ca)
Refactor
(es/plugin) Fix lints (#5801) (2bbc9bd)
(es/renamer) Rename
PARALLEL
toMANGLE
(#5790) (21fbcb9)(swc_core) Enable bytechecked flag (#5792) (6f19f89)
Testing
(es) Enable tests for fixed issues (#5784) (f11461d)
(es) Add more execution tests (#5788) (097245a)
v1.2.249
Compare Source
Bug Fixes
(es/minifier) Don't drop parameters in an exported function (#5757) (948d708)
(es/minifier) Fix analysis of assignments and classes (#5770) (90852f5)
(es/minifier) Fix calculation of character frequency (#5772) (32a73fb)
Features
(es/lexer) Recover from git merge conflict (#5775) (7deadd8)
(es/minifier) Align name mangler with terser (#5763) (60ce462)
(es/minifier) Change order of renaming to align with terser (#5780) (24b60d2)
Miscellaneous Tasks
(ci) Cleanup CI config (#5769) (1e8a58d)
(es/minifier) Fix size calculator script (#5767) (9d29abc)
(html/parser) Typo (#5778) (1b200a0)- general: Typo (#5758) (15e2357)
Performance
(es/minifier) Make
MultiReplacer
single-pass (#5761) (27e9254)(es/minifier) Make passes more parallel (#5773) (c2d1050)
(es/parser) Operate on
u8
(#5774) (c10d557)Testing
(es/plugin) Add E2E test for the published plugins (#5771) (81ab8a2)
(es/tsc) Handle tsx (#5764) (52f6ca5)
v1.2.248
Compare Source
Bug Fixes
(es/parser) Fix detection of wrong delete targets (#5754) (9fc6eda)
(swc_core) Update deps (#5746) (83dbe6c)
Miscellaneous Tasks
(es/minifier) Fix example (#5739) (4e98980)
(swc_core) Update deps (#5748) (1202762)- general: Fix publish action (f59d44e)
Performance
(bindings) Enable LTO (#5740) (49e0c71)
(es/minifier) Make passes more parallel (#5741) (2baa640)
(es/minifier) Pre-allocate in analyzer (#5743) (96b2e17)
(es/minifier) Use efficient logic for entry tracking in DCE (#5749) (08b2aea)
(es/minifier) Cache the list of bindings for DCE (#5750) (8789184)
(es/minifier) Improve codegen of name mangler (#5751) (6e2002a)
Refactor
v1.2.247
Compare Source
Bug Fixes
(bundler) Handle star export with top-level
await
(#5707) (2b7cba8)(es/lexer) Drop
ClassExpr
context in object properties (#5729) (a3a7277)(es/parser) Improve error message (#5719) (383aa85)
(swc_core) Fix reexport of ES transforms (#5716) (9bef836)
(swc_core) Bump
swc_ecma_quote_macros
(#5723) (9c43713)Features
(atoms) Introduce bytecheck-ed rkyv version (#5686) (d6e67b5)
(es/minifier) Relax function inline requirement (#5607) (4ef99f3)
(es/minifier) Make DCE single-pass (#5699) (8827c38)
(es/minifier) Support cycles in DCE (#5715) (5e151c8)
(es/minifier) Relax requirement for IIFE invokation (#5721) (5b2d024)
Performance
(es/minifier) Use faster hash algorithm for DCE (#5725) (25c96b4)
(es/minifier) Optimize precompress optimizer (#5727) (31c516a)
(es/minifier) Skip useless analysis if not required (#5733) (8963db0)
(es/minifier) Make rename operator parallel (#5732) (5936bd2)
(es/minifier) Make dead branch remover parallel (#5734) (6ba6da6)
Refactor
(swc_core) Use namespace
ecma
(#5713) (975cbfe)(swc_core) Directly export
swc_ecma_transforms_base
(#5731) (aad50dc)v1.2.246
Compare Source
Bug Fixes
(es/compat) Handle
yield
in block scoping pass (#5668) (4820f0c)(es/compat) Don't move variables from object-rest pass (#5673) (edef5f8)
(es/minifier) Don't inline variables declared multiple times (#5667) (fd39bb6)
(es/typescript) Mark a namespace as concrete only if it is (#5670) (4babf4a)
(swc_core) Bump versions (#5706) (7686fae)
Features
(bindings) Reduce size (#5708) (b7da692)
(dbg-swc) Improve minifier comparator (#5681) (6febfe9)
(es/decorators) Support
bigint
(#5671) (b1f1a86)(es/minifier) Exclude
JSON
from alias list (#5698) (fc28242)(es/minifier) Ignore closure in initializer from sequential inliner (#5702) (217f519)
(es/minifier) Remove useless ES version check (#5703) (5e2b6d5)
Performance
Testing
v1.2.245
Compare Source
Bug Fixes
(css/minifier) Don't compress
none
for keyframes (#5663) (4a5e347)(css/parser) Improve parsing of media queries (#5567) (5c28d00)
(es/codegen) Emit trailing semicolon (#5659) (537449e)
(es/compat) Fix evaluation order of computed class keys (#5621) (d18ee54)
(es/fixer) Handle
async
in the left offor of
(#5625) (eb3b0e9)(es/minifier) Improve alias analyzer (#5500) (00e635b)
(es/minifier) Revert alias analyzer work (#5634) (d44bbff)
(es/minifier) Fix alias analyzer (#5639) (a06e6e9)
(es/minifier) Fix optimization of template literals with escape (#5650) (100f359)
(es/parser) Handle more
TS2406
errors (#5640) (838438d)Documentation
Features
(css) Support forgiving selector (#5539) (e2aca46)
(es) Improve APIs for plugin authors (#5632) (e8edb67)
(es/minifier) Improve gzipped size (#5631) (d81fe67)
(es/minifier) Remove redundant check (#5664) (d43334e)
(es/parser) Handle
async
infor...of
(#5646) (0f0d1db)Miscellaneous Tasks
Performance
Testing
(es/transforms) Enable tests for resolved issues (#5651) (efd6a36)
(es/transforms) Add tests for fixed issues (#5655) (2cddb24)
(es/transforms) Respect directives in tsc tests (#5648) (095cbf1)
v1.2.244
Compare Source
Bug Fixes
(es/compat) Ignore invalid class method names (#5612) (1181d0f)
(es/compat) Handle
super
in a private method (#5613) (35d3558)(es/compat) Revert generator reimplementation (#5624) (927ae7e)
(es/fixer) Wrap expressions in the left of a binary expression (#5586) (3d485d2)
(es/helpers) Fix
_classStaticPrivateFieldUpdate
(#5620) (d483eb1)(swc_core) Re-export
swc_cached
(#5605) (7fcecb8)Features
(cli) Enable LTO by default for the plugins (#5617) (3d2ee6d)
(es/generator) Replace generator implementation with one from tsc (#5173) (2aa0090)
(es/generator) Use new generator implementation (#5627) (83fec33)
(swc_core) Expand features (#5602) (633a23a)
(swc_core) Add css features (#5609) (7461e40)
(swc_core) Update dependencies and fix build script (#5610) (fad1367)
Testing
Build
swc_core
(#5604) (52117f7)v1.2.242
Compare Source
Bug Fixes
(es) Improve sourcemap (#5569) (2f7e322)
(es/codgen) Fix sourcemap of
BlockStmt
(#5570) (288ae51)(es/compat) Use separate
SyntaxContext
for class names (#5566) (b717a68)(es/compat) Fix destructuring assignments and updates of super properties (#5576) (bee26a9)
(es/compat) Fix destructuring assignments and updates of super properties in async method (#5580) (8645251)
(es/helpers) Fix an import (#5587) (610296c)
(es/helpers) Fix
_classStaticPrivateFieldSpecSet
(#5597) (0533d56)(es/parser) Allow expr to follow
ClassExpr
(#5572) (78dd071)(es/parser) Fix false-positives of yield used as a parameter in generator (#5564) (c3f6258)
(es/quote) Allow cloning (#5571) (82cc3ca)
Features
(bindings) Update
swc_core
(#5594) (e211ad6)(css/ast) Make
keyword
optional (#5543) (a3c1ac6)(es/plugin) Provide
swc_core
diagnostic from plugin (#5591) (a3e855f)(html/minifier) Improve minification modes (#5568) (3cb6fc2)
Miscellaneous Tasks
Testing
(es/transforms) Enable tests for fixed issues (#5583) (0f6649c)
(es/transforms) Copy execution tests from babel (#5578) (e2fedb9)
Build
v1.2.241
Compare Source
Bug Fixes
(ast) Add attributes for
rkyv
(#5489) (3569b20)(ci) Adjust script path (#5546) (c833d08)
(ci) Wait exec asynchronously (#5547) (719444c)
(css/codegen) Improve codegen of
@media
(#5544) (fa7abe2)(es/compat) Handle
async
in class method parameters (#5560) (f2c1164)(es/fixer) Wrap
yield
expression inextends
(#5555) (b14d69e)(es/helpers) Add a missing helper (#5551) (e930fea)
Features
(css/minifier) Remove duplications (#5542) (780a4c2)
(es/minifier) Optimize more string property names (#5545) (7487e33)
(es/minifier) Optimize numeric property names (#5548) (38b8ca0)
(es/minifier) Remove more functions and classes (#5552) (69f8945)
(swc_core) Implement engine diagnostics (#5515) (f1a4263)
Miscellaneous Tasks
(ci) Fix publish action (91d494d)
(ci) Fix publish action (bc9aef8)
Testing
v1.2.239
Compare Source
Bug Fixes
(css/codegen) Improve output of
@supports
(#5529) (0f45822)(css/prefixer) Handle supports (#5503) (dc98234)
(css/prefixer) Reduce duplicates (#5537) (0985c15)
(es/fixer) Wrap first
function
orclass
of a sequence expression (#5508) (f27ed73)(es/fixer) Fix handling of
yield
andawait
(#5533) (7394dee)(es/minifier) Remove recklessly inline (#5528) (5aa96e0)
(html/minifier) Apply
fixer
(#5514) (1a4d755)Features
(api/rust) Implement more traits for public types (#5488) (75c8e09)
(css/prefixer) Support more env properties and values (#5512) (674c788)
(dbg-swc) Improve minifier comparator (#5541) (935a2fb)
(es/minifier) Ignore recursive usage for function calls and pure calls (#5526) (d2f3e29)
(es/plugin/runner) Add more traces for the plugin host (#5538) (d46418b)
(es/react) Add
VisitMut
bound to the return type of react preset (#5499) (14606d9)Testing
v1.2.237
Compare Source
Bug Fixes
(es/plugin/runner) Provide guest memory allocator for the sourcemap (#5517) (3bdb39c)
(es/plugin/runner) Revert wasmer@3 (#5521) (4a9b1dd)
Features
(bindings) Update
swc_core
(#5518) (b37b640)(bindings) Bump
swc_core
(#5525) (ac60c0a)v1.2.235
Compare Source
Bug Fixes
(plugin/proxy) Fix a compilation attribute (#5495) (ca82f64)
(swc_core) Revert crate version metadata patch (#5501) (ef1f259)
Features
(bindings) Update
swc_core
(#5510) (b9f88ff)(es/compat) Fix syntax context of transpiled class methods (#5498) (b9933b1)
(es/plugin) Update
wasmer
to 3 (#5456) (92f006c)(swc_core) Provide build-time metadata diagnostics (#5494) (808e68b)
Refactor
(bindings) Use separate workspace for bindings (#5506) (496346a)
(bindings) Merge cargo workspace (#5511) (bbf9e2f)
Build
rkyv
(#5507) (becc3ae)v1.2.233
Compare Source
Build
v1.2.232
Compare Source
Bug Fixes
(es/minifier) Fix context of call/new expressions (#5487) (40bb695)
(es/plugin) Share
SourceFile
for plugin transforms (#5475) (ff7f6f6)v1.2.231
Compare Source
Bug Fixes
(es/helpers) Fix
for await
(#5458) (b655bf4)(es/minifier) Remove wrong code (#5485) (2045fe6)
(swc_core) Bump up
swc_plugin_macro
(#5486) (04e11a5)Performance
Refactor
swc_core
as interface (#5482) (83417b6)Build
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, 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.