@swc/core 1.2.226 → 1.2.229

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,63 @@
5
5
 
6
6
 
7
7
 
8
+ - **(atoms)** Workaround a bug of `rkyv` (#5479) ([b35469a](https://github.com/swc-project/swc/commit/b35469ab5f16f10144c799d47a93f5d546a4c67e))
9
+
10
+ ## [1.2.228] - 2022-08-13
11
+
12
+ ### Bug Fixes
13
+
14
+
15
+
16
+ - **(css/ast)** Use list of component values for error recovery (#5467) ([555b6a3](https://github.com/swc-project/swc/commit/555b6a3734735c17a09aafc61aa9727fd94bacca))
17
+
18
+
19
+ - **(es/plugin)** Revert rustc upgrade to workaround a bug of `rkyv` (#5476) ([c918975](https://github.com/swc-project/swc/commit/c91897596726edcb66403dd2b086f66070f991b2))
20
+
21
+ ## [1.2.227] - 2022-08-13
22
+
23
+ ### Bug Fixes
24
+
25
+
26
+
27
+ - **(swc_core)** Bump version of deps (#5466) ([5e42864](https://github.com/swc-project/swc/commit/5e428643cdf8c21beb317c0c85acabe6a70623a8))
28
+
29
+ ### Features
30
+
31
+
32
+
33
+ - **(es/compat)** Add pure comments for generator and async transform (#5463) ([5a06271](https://github.com/swc-project/swc/commit/5a06271116c0d341e6f4c5b4bae23513c54e93ff))
34
+
35
+ ### Miscellaneous Tasks
36
+
37
+
38
+
39
+ - **(ci)** Fix bot script ([d298b20](https://github.com/swc-project/swc/commit/d298b20c7a334cad75889ce8b3a35718b2b66880))
40
+
41
+
42
+ - **(ci)** Update rustc ([6c08ab9](https://github.com/swc-project/swc/commit/6c08ab9cf0e441b90aec280dfc8da3cb91707ac6))
43
+
44
+
45
+ - **(ci)** Fix lints (#5462) ([3eb1f4b](https://github.com/swc-project/swc/commit/3eb1f4b2b153aeb8551a83b4995b7ae8ee188046))
46
+
47
+ ### Refactor
48
+
49
+
50
+
51
+ - **(es/compat)** Respect MSRV (#5473) ([4a3b4b2](https://github.com/swc-project/swc/commit/4a3b4b27e21b07851daa15ab41d81e835ab3fcf0))
52
+
53
+ ### Build
54
+
55
+
56
+
57
+ - **(plugin)** Downgrade `rkyv` (#5459) ([d36e48e](https://github.com/swc-project/swc/commit/d36e48efbfbe7ebd202f65d31735d4888fbd22f5))
58
+
59
+ ## [1.2.226] - 2022-08-12
60
+
61
+ ### Bug Fixes
62
+
63
+
64
+
8
65
  - **(cli)** Update plugin template (#5421) ([ce3bbe4](https://github.com/swc-project/swc/commit/ce3bbe4bb069b96252fde666904f593b176d6633))
9
66
 
10
67
 
@@ -20,6 +77,9 @@
20
77
  - **(es/fixer)** Remove needless parens for nested `??` (#5432) ([e359903](https://github.com/swc-project/swc/commit/e35990390b271fffca7e4e7a89971d82df0dc2e6))
21
78
 
22
79
 
80
+ - **(es/helpers)** Correct import path (#5460) ([efb3d70](https://github.com/swc-project/swc/commit/efb3d7035a3fda44ed7094805734c8d66c77d130))
81
+
82
+
23
83
  - **(es/utils)** Allow `quote_ident!` working with `swc_core` (#5409) ([c227325](https://github.com/swc-project/swc/commit/c2273255c0c2b90e606c5880b8e80a5cd8c370bf))
24
84
 
25
85
 
@@ -65,6 +125,9 @@
65
125
  - **(ci)** Reduce CI time (#5440) ([4bdb6a1](https://github.com/swc-project/swc/commit/4bdb6a1de426f57f0f96c2e8f3311333d1446030))
66
126
 
67
127
 
128
+ - **(ci)** Fix publish action (#5443) ([31bd2c8](https://github.com/swc-project/swc/commit/31bd2c8abbc476e563f0172dbc642912d9d9e1b4))
129
+
130
+
68
131
  - **(html/utils)** Fix cargo package metadata (#5439) ([0e79d31](https://github.com/swc-project/swc/commit/0e79d31a98624bb414ca5b3ddafd5080331d9898))
69
132
 
70
133
  ### Refactor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.226",
3
+ "version": "1.2.229",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -138,19 +138,19 @@
138
138
  "url": "https://opencollective.com/swc"
139
139
  },
140
140
  "optionalDependencies": {
141
- "@swc/core-win32-x64-msvc": "1.2.226",
142
- "@swc/core-darwin-x64": "1.2.226",
143
- "@swc/core-linux-x64-gnu": "1.2.226",
144
- "@swc/core-linux-x64-musl": "1.2.226",
145
- "@swc/core-freebsd-x64": "1.2.226",
146
- "@swc/core-win32-ia32-msvc": "1.2.226",
147
- "@swc/core-linux-arm64-gnu": "1.2.226",
148
- "@swc/core-linux-arm-gnueabihf": "1.2.226",
149
- "@swc/core-darwin-arm64": "1.2.226",
150
- "@swc/core-android-arm64": "1.2.226",
151
- "@swc/core-linux-arm64-musl": "1.2.226",
152
- "@swc/core-win32-arm64-msvc": "1.2.226",
153
- "@swc/core-android-arm-eabi": "1.2.226"
141
+ "@swc/core-win32-x64-msvc": "1.2.229",
142
+ "@swc/core-darwin-x64": "1.2.229",
143
+ "@swc/core-linux-x64-gnu": "1.2.229",
144
+ "@swc/core-linux-x64-musl": "1.2.229",
145
+ "@swc/core-freebsd-x64": "1.2.229",
146
+ "@swc/core-win32-ia32-msvc": "1.2.229",
147
+ "@swc/core-linux-arm64-gnu": "1.2.229",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.229",
149
+ "@swc/core-darwin-arm64": "1.2.229",
150
+ "@swc/core-android-arm64": "1.2.229",
151
+ "@swc/core-linux-arm64-musl": "1.2.229",
152
+ "@swc/core-win32-arm64-msvc": "1.2.229",
153
+ "@swc/core-android-arm-eabi": "1.2.229"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",