Skip to content

Commit

Permalink
Merge branch 'release/6.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Dec 10, 2024
2 parents 6e5ef91 + 3f83e78 commit b0bb590
Show file tree
Hide file tree
Showing 12 changed files with 559 additions and 413 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v6.3.2](https://github.com/studiometa/webpack-config/compare/6.3.1..6.3.2) (2024-12-10)

### Changed

- Update @studiometa/webpack-config dependencies ([bfdf115](https://github.com/studiometa/webpack-config/commit/bfdf115), [2df86e0](https://github.com/studiometa/webpack-config/commit/2df86e0))
- Update @studiometa/webpack-config-preset-vue-3 dependencies ([628d367](https://github.com/studiometa/webpack-config/commit/628d367))
- Update @studiometa/webpack-config-preset-tailwindcss-4 dependencies ([dd75b7b](https://github.com/studiometa/webpack-config/commit/dd75b7b))
- Update demo dependencies ([83e835d](https://github.com/studiometa/webpack-config/commit/83e835d))
- Update root dependencies ([ef71d3e](https://github.com/studiometa/webpack-config/commit/ef71d3e))

### Fixed

- Fix usage of a removed Webpack output option ([#183](https://github.com/studiometa/webpack-config/pull/183), [6ee71e5](https://github.com/studiometa/webpack-config/commit/6ee71e5))

## [v6.3.1](https://github.com/studiometa/webpack-config/compare/6.3.0..6.3.1) (2024-11-22)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/webpack-config",
"version": "6.3.1",
"version": "6.3.2",
"description": "PHP Helpers for @studiometa/webpack-config",
"type": "library",
"require": {
Expand Down
907 changes: 520 additions & 387 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-root",
"version": "6.3.1",
"version": "6.3.2",
"private": true,
"type": "module",
"workspaces": [
Expand All @@ -16,8 +16,8 @@
},
"devDependencies": {
"@studiometa/eslint-config": "4.1.0",
"@studiometa/prettier-config": "4.0.0",
"eslint": "9.14.0",
"prettier": "3.3.3"
"@studiometa/prettier-config": "4.1.0",
"eslint": "9.16.0",
"prettier": "3.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-demo",
"version": "6.3.1",
"version": "6.3.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@studiometa/js-toolkit": "^2.12.1",
"@studiometa/ui": "^0.2.54",
"tailwindcss": "^4.0.0-alpha.29",
"vue": "^3.5.12"
"tailwindcss": "^4.0.0-beta.6",
"vue": "^3.5.13"
},
"imports": {
"#*": "./src/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-preset-markdown",
"version": "6.3.1",
"version": "6.3.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-prototyping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-preset-prototyping",
"version": "6.3.1",
"version": "6.3.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/preset-tailwindcss-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-preset-tailwindcss-4",
"version": "6.3.1",
"version": "6.3.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,9 +27,9 @@
},
"homepage": "https://github.com/studiometa/webpack-config#readme",
"peerDependencies": {
"tailwindcss": "^4.0.0-alpha.29"
"tailwindcss": "^4.0.0-beta.6"
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.0-alpha.29"
"@tailwindcss/postcss": "^4.0.0-beta.6"
}
}
2 changes: 1 addition & 1 deletion packages/preset-vue-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-preset-vue-2",
"version": "6.3.1",
"version": "6.3.2",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-vue-3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config-preset-vue-3",
"version": "6.3.1",
"version": "6.3.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"vue": "^3.2.37"
},
"dependencies": {
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"vue-loader": "^17.4.2",
"vue-svg-loader": "^0.17.0-beta.2"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/webpack-config",
"version": "6.3.1",
"version": "6.3.2",
"description": "A basic webpack config",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -45,15 +45,15 @@
},
"dependencies": {
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"ajv": "8.12.0",
"ajv": "8.17.1",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"cac": "^6.7.14",
"chalk": "^5.3.0",
"common-dir": "^3.0.1",
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"esbuild": "^0.24.0",
"esbuild-loader": "^4.2.2",
"find-up": "^7.0.0",
Expand All @@ -62,15 +62,15 @@
"hot-accept-webpack-plugin": "^4.0.2",
"js-yaml-loader": "^1.2.2",
"lodash.merge": "^4.6.2",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.9",
"postcss-preset-env": "^10.1.1",
"resolve-url-loader": "^5.0.0",
"sass-embedded": "^1.80.6",
"sass-loader": "^16.0.3",
"sass-embedded": "^1.82.0",
"sass-loader": "^16.0.4",
"tailwind-config-viewer": "^2.0.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-middleware": "^7.4.2",
Expand Down
1 change: 0 additions & 1 deletion packages/webpack-config/src/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default async function getWebpackBaseConfig(config, { mode = 'production'
chunkFilename: isDev ? '[name].js' : '[name].[contenthash].js',
sourceMapFilename: '[file].map',
clean: true,
cssHeadDataCompression: false,
},
experiments: {
css: true,
Expand Down

0 comments on commit b0bb590

Please sign in to comment.