typescript-eslint
typescript-eslint copied to clipboard
chore(deps): update dependency @swc/core to v1.5.7
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@swc/core (source) | 1.4.12 -> 1.5.7 |
Release Notes
swc-project/swc (@swc/core)
v1.5.7
Documentation
v1.5.6
Bug Fixes
-
(es) Allow input source map file to be omitted (#8951) (606cb67)
-
(es/compat) Avoid reserved name for private method (#8949) (7053bb1)
-
(es/minifier) Abort inliner on mutation via property (#8938) (257afc9)
-
(es/minifier) Don't invoke IIFE containing reserved words (#8939) (5a3456c)
-
(es/minifier) Fix evaluation of
String.charCodeAt
(#8946) (772c50f)
v1.5.5
Bug Fixes
-
(css/modules) Allow any order of composes (#8930) (7014c63)
-
(css/modules) Fix
:global
selectors without preceding whitespace (#8926) (2405dc6) -
(es/fixer) Wrap class expressions in callee (#8928) (6b60bdb)
-
(es/minifier) Consider side effects of operands of binary expressions (#8929) (4d4a7a9)
Refactor
v1.5.3
v1.5.2
v1.5.1
Bug Fixes
-
(es/decorator) Support for legacy decorators in class expressions (#8892) (8fe57ad)
-
(es/helpers) Remove unused export from
_using_ctx.js
(#8891) (438d0b3) -
(es/minifier) Do not add vars if
eval
exists (#8888) (be359fa)
v1.5.0
Bug Fixes
Features
v1.4.17
Bug Fixes
-
(es) Ignore
sourceMappingURL
in string literals (#8879) (d7188cd) -
(es/resolver) Prioritze
jsc.paths
by length in tsc resolver (#8875) (e22c368) -
(html/codegen) Expand elements before which body isn’t elided (#8877) (5419a94)
v1.4.16
Bug Fixes
v1.4.15
Bug Fixes
-
(es/codegen) Fix
ascii_only
for identifiers (#8866) (2075a23) -
(es/minifier) Remove
raw
of strings after modification (#8865) (740c0bb) -
(es/proposal) Update explicit resource management to match spec (#8860) (6d24076)
Features
Refactor
Build
-
(cargo) Update rustc to
nightly-2024-04-03
(#8821) (ca9c76b) -
(cargo) Update
rustc
tonightly-2024-04-16
(#8870) (f9459a8)
v1.4.14
Bug Fixes
-
(es/compat) Handle class fields correctly (#8835) (5cc585b)
-
(es/plugin) Create
tokio
runtime only if necessary (#8845) (62c4f5e) -
(es/resolver) Correctly check strict mode (#8851) (f6ba92b)
-
(es/utils) Preserve optional chain effect (#8850) (a7a32c4)
Documentation
Refactor
Testing
v1.4.13
Bug Fixes
-
(es/decorators) Fix capacity overflow with decorators (#8818) (9ed93c1)
-
(es/minifier) Respect
top_retain
for top-level functions (#8814) (811308c) -
(es/minifier) Abort IIFE invoker in function parameters (#8828) (ebb68db)
-
(es/module) Respect
module.resolveFully
in more cases (#8820) (e1f7704) -
(es/transforms) Fix capacity overflow with decorators (#8815) (974f5c7)
-
(plugin/runner) Pin version of
virtual-fs
(#8827) (089f61b) -
(visit) Improve
Map
implementation forBox
(#8819) (dc04657)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Thanks for the PR, @renovate[bot]!
typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.
The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.
Thanks again!
🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.
Deploy Preview for typescript-eslint ready!
Name | Link |
---|---|
Latest commit | 9820f8e6167a65812c614d546b700f466d662f53 |
Latest deploy log | https://app.netlify.com/sites/typescript-eslint/deploys/6646af36374f4d0008241c93 |
Deploy Preview | https://deploy-preview-8905--typescript-eslint.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 97 (🔴 down 1 from production) Accessibility: 100 (no change from production) Best Practices: 92 (no change from production) SEO: 98 (no change from production) PWA: 80 (no change from production) View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 9820f8e6167a65812c614d546b700f466d662f53. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 31 targets
-
nx test eslint-plugin --coverage=false
-
nx test eslint-plugin
-
nx test typescript-estree --coverage=false
-
nx test scope-manager --coverage=false
-
nx test visitor-keys --coverage=false
-
nx run types:build
-
nx test type-utils --coverage=false
-
nx run repo-tools:postinstall-script
-
nx test repo-tools --coverage=false
-
nx test utils --coverage=false
-
nx test parser --coverage=false
-
nx test typescript-eslint --coverage=false
-
nx test rule-schema-to-typescript-types --coverage=false
-
nx test visitor-keys
-
nx test typescript-estree
-
nx test type-utils
-
nx test utils
-
nx test eslint-plugin-internal --coverage=false
-
nx test scope-manager
-
nx test repo-tools
-
nx test typescript-eslint
-
nx test rule-schema-to-typescript-types
-
nx test parser
-
nx test ast-spec
-
nx run-many --target=lint --parallel --exclude eslint-plugin
-
nx test eslint-plugin-internal
-
nx test ast-spec --coverage=false
-
nx run-many --target=build --parallel --exclude=website --exclude=website-eslint
-
nx run-many --target=typecheck --parallel
-
nx run integration-tests:test
-
nx run repo-tools:generate-configs
Sent with 💌 from NxCloud.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.05%. Comparing base (
165d8f7
) to head (9820f8e
).
Additional details and impacted files
@@ Coverage Diff @@
## main #8905 +/- ##
==========================================
+ Coverage 87.41% 88.05% +0.63%
==========================================
Files 260 410 +150
Lines 12617 14195 +1578
Branches 3942 4140 +198
==========================================
+ Hits 11029 12499 +1470
- Misses 1313 1391 +78
- Partials 275 305 +30
Flag | Coverage Δ | |
---|---|---|
unittest | 88.05% <ø> (+0.63%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.