Skip to content

Commit 444c37f

Browse files
committed
Merge branch 'main' into webpack5
2 parents b292e76 + 30f84e1 commit 444c37f

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# CHANGELOG
22

3+
## 0.33.0
4+
5+
* [disableCssExtraction()] Added boolean argument to `disableCssExtraction()`
6+
to make it easier to dynamically disable extraction - #756 thanks
7+
to @football2801.
8+
9+
* [DEPENDENCY UPGRADE] Vue 3 was already supported, but the dependencies
10+
have been upgraded to explicitly support the stable version, instead
11+
of beta versions - #869 thanks to @weaverryan
12+
13+
* [DEPENDENCY UPGRADE] Explicit support for `postcss-loader` v3 was
14+
dropped but support for v4 was added - #854 thanks to @railto.
15+
16+
* [DEPENDENCY UPGRADE] Support for `sass-loader` v10 was added - #865
17+
thanks to @shmshd.
18+
19+
* Allowed using `copyFiles()` even if you don't have any other
20+
entrypoints - #831 thanks to @pszalko.
21+
22+
* [DEPENDENCY UPGRADE] Support for `ts-loader` was upgraded from
23+
`^5.3` to `^8.0.1`. This means that only `^8.0.1` of `ts-loader`
24+
is guaranteed to work - #800 thanks to @skmedix.
25+
26+
* [DEPENDENCY UPGRADE] Support for `eslint` v5 was removed but support
27+
for v7 was added. Also, `eslint-loader` support for v3 was removed
28+
but support for v4 was added - see #774 thanks to @Kocal.
29+
330
## 0.32.1
431

532
* Fixing a bug where the new Stimulus Bridge always required the

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@symfony/controllers": "file:fixtures/stimulus/controllers",
6464
"@symfony/mock-module": "file:fixtures/stimulus/mock-module",
6565
"@symfony/stimulus-bridge": "^1.0.0",
66-
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.3",
67-
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
66+
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
67+
"@vue/babel-preset-jsx": "^1.0.0",
6868
"@vue/compiler-sfc": "^3.0.2",
6969
"autoprefixer": "^8.5.0",
7070
"babel-eslint": "^10.0.1",

Diff for: yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
"@types/webpack-sources" "*"
11271127
source-map "^0.6.0"
11281128

1129-
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0-beta.3", "@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
1129+
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0", "@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
11301130
version "1.2.1"
11311131
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"
11321132
integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==
@@ -1143,7 +1143,7 @@
11431143
lodash.kebabcase "^4.1.1"
11441144
svg-tags "^1.0.0"
11451145

1146-
"@vue/babel-preset-jsx@^1.0.0-beta.3":
1146+
"@vue/babel-preset-jsx@^1.0.0":
11471147
version "1.2.4"
11481148
resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz#92fea79db6f13b01e80d3a0099e2924bdcbe4e87"
11491149
integrity sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==

0 commit comments

Comments
 (0)