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.4.0
->1.4.2
2.0.2
->2.0.3
1.2.2
->1.3.1
4.24.0
->4.25.0
16.4.1
->16.4.5
4.7.0
->4.7.1
7.0.1
->7.0.2
1.2.2
->1.3.1
Release Notes
swc-project/swc (@swc/core)
v1.4.2
Compare Source
Bug Fixes
(es/helpers) Add
addInitializer
to field decorators (#8619) (cd38ef3)(es/minifier) Abort property hoister on
this
usage (#8647) (9715320)(es/react) Validate pragma before parsing (#8637) (5f1cf01)
(es/typescript) Handle exported JSX members (#8642) (22c8e2e)
Features
(es/minifier) Remove unused parameters of arrow functions (#8636) (8cd4813)
(swc_core) Expose ES linter (#8635) (762959c)
Testing
(es/parser) Add a test for
<<
(#8634) (2c63b31)(es/transforms) Add a test for
reserved_words
pass (#8638) (a0b77e0)v1.4.1
Compare Source
Bug Fixes
(binding/types) Update typings for
options.envs
to match implementation (#8620) (2a115cf)(es/compat) Visit AssignExpr right branch in FnEnvHoister (#8633) (e5d6de0)
(es/decorators) Do not insert duplicate constructors (#8631) (21a447f)
(es/parser) Set class property to
abstract
oroverride
even in error states (#8610) (5a77306)(es/parser) Fix parsing of dynamic source phase imports (#8611) (7d724d8)
(es/parser) Rescan
<<
as<
when parsing type args (#8607) (9e6dad9)(es/parser) Fix detection of
use strict
directive (#8617) (95236e9)(es/plugin) Fix schema version issue (#8621) (132be95)
(es/quote) Allow variables typed
AssignTarget
(#8602) (6a48be4)(es/quote) Support
AssignTarget
, really (#8603) (ef91661)(es/quote) Fix code generation of
AssignTarget
(#8604) (16e9d4c)Features
hoist_props
(#8593) (3122e94)Miscellaneous Tasks
(config) Remove an empty file in
swc_config
(#8609) (d87fef0)(preset-env) Update
browserslist-rs
(#8614) (e5585e9)Refactor
Testing
(es) Update
tsc
conformance test suite (#8615) (c0beba7)Update
@swc/plguin-jest
used for plugin e2e testing (#8601) (95fe3db)Build
(cargo) Update
rustc
tonightly-2024-02-06
(#8618) (6726b63)(plugin) Update
wasmer
tov4.2.5
(#8624) (4e0d240)tsconfig/bases (@tsconfig/strictest)
v2.0.3
Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
v1.3.1
Compare Source
v1.3.0
Compare Source
🚀 Features
snapshotSerializers
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5092 (5b102)🐞 Bug Fixes
poolOptions
- by @penalosa in https://github.com/vitest-dev/vitest/issues/5221 (bc5b2)coverage.reportsDirectory
with multiple directories - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5056 (ae73f)--browser=<name>
correctly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5179 (656e2).tmp
directory conflicts with--shard
option - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5184 (5749d)defineWorkspace
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5089 (0bf52)jsdom
variable - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5164 (0f898)optimizeDeps.disabled
warnings on Vite 5.1 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5215 (1aecd)disableConsoleIntercept
config - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5074 (a55ad)View changes on GitHub
cloudflare/terraform-provider-cloudflare (cloudflare)
v4.25.0
Compare Source
BREAKING CHANGES:
always_online
variant. This page is never generated anymore, if a requested page is unavailable in the archive the error page that would have been shown if always online wasn't enabled is shown. (#3117)ENHANCEMENTS:
build_caching
attribute (#3110)BUG FIXES:
DEPENDENCIES:
github.com/aws/aws-sdk-go-v2/config
from 1.26.6 to 1.27.0 (#3118)github.com/aws/aws-sdk-go-v2/config
from 1.27.0 to 1.27.1 (#3134)github.com/aws/aws-sdk-go-v2/credentials
from 1.16.16 to 1.17.0 (#3118)github.com/aws/aws-sdk-go-v2/credentials
from 1.17.0 to 1.17.1 (#3134)github.com/aws/aws-sdk-go-v2/service/s3
from 1.48.1 to 1.49.0 (#3118)github.com/aws/aws-sdk-go-v2/service/s3
from 1.49.0 to 1.50.0 (#3125)github.com/aws/aws-sdk-go-v2/service/s3
from 1.50.0 to 1.50.1 (#3128)github.com/aws/aws-sdk-go-v2/service/s3
from 1.50.1 to 1.50.2 (#3134)github.com/aws/aws-sdk-go-v2
from 1.24.1 to 1.25.0 (#3118)motdotla/dotenv (dotenv)
v16.4.5
Compare Source
Changed
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814v16.4.4
Compare Source
Changed
?.
with old school&&
(fixing node 12 failures) #812v16.4.3
Compare Source
Changed
options.path
#805v16.4.2
Compare Source
Changed
dotenvx.com
privatenumber/tsx (tsx)
v4.7.1
Compare Source
Bug Fixes
import.meta.url
passed to esbuild (#474) (e23592e)This release is also available on:
typescript-eslint/typescript-eslint (typescript-eslint)
v7.0.2
Compare Source
🩹 Fixes
@types/eslint
incompatibilities, add tests❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (vitest)
v1.3.1
Compare Source
v1.3.0
Compare Source
🚀 Features
snapshotSerializers
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5092 (5b102)🐞 Bug Fixes
poolOptions
- by @penalosa in https://github.com/vitest-dev/vitest/issues/5221 (bc5b2)coverage.reportsDirectory
with multiple directories - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5056 (ae73f)--browser=<name>
correctly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5179 (656e2).tmp
directory conflicts with--shard
option - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5184 (5749d)defineWorkspace
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5089 (0bf52)jsdom
variable - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5164 (0f898)optimizeDeps.disabled
warnings on Vite 5.1 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5215 (1aecd)disableConsoleIntercept
config - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/[50](https://togithub.com/vitest-dev/vitest/actions/runs/7934052979/job/21664152574#step:8:51)74 (a55ad)View changes on GitHub
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.