Skip to content
Merged

3.4.0 #138

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/node.js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
main:
Expand All @@ -19,7 +21,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: "24"
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v5
Comment thread
matteobruni marked this conversation as resolved.
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: "24"
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v5
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 24
registry-url: https://registry.npmjs.org

- uses: pnpm/action-setup@v4.3.0
- uses: pnpm/action-setup@v5.0.0
name: Install pnpm
with:
run_install: false
Expand Down
24 changes: 12 additions & 12 deletions files/empty-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,27 +83,27 @@
"types": "dist/types/index.d.ts",
"prettier": "@tsparticles/prettier-config",
"devDependencies": {
"@swc/core": "^1.15.18",
"@swc/core": "^1.15.21",
"@tsparticles/cli": "latest",
"@tsparticles/depcruise-config": "^3.3.2",
"@tsparticles/eslint-config": "^3.3.2",
"@tsparticles/prettier-config": "^3.3.2",
"@tsparticles/tsconfig": "^3.3.2",
"@tsparticles/webpack-plugin": "^3.3.2",
"@tsparticles/depcruise-config": "^3.4.2",
"@tsparticles/eslint-config": "^3.4.2",
"@tsparticles/prettier-config": "^3.4.2",
"@tsparticles/tsconfig": "^3.4.2",
"@tsparticles/webpack-plugin": "^3.4.2",
"@types/webpack-env": "^1.18.8",
"browserslist": "^4.28.1",
"browserslist": "^4.28.2",
"copyfiles": "^2.4.1",
"eslint": "^10.0.3",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1"
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2"
},
"dependencies": {
"@tsparticles/engine": "^3.9.1"
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/cli",
"version": "3.3.6",
"version": "3.4.0",
"license": "MIT",
"type": "module",
"bin": {
Expand Down Expand Up @@ -34,29 +34,29 @@
"prepack": "pnpm run build"
},
"dependencies": {
"@swc/core": "^1.15.18",
"@tsparticles/depcruise-config": "^3.3.3",
"@tsparticles/eslint-config": "^3.3.3",
"@tsparticles/prettier-config": "^3.3.3",
"@tsparticles/tsconfig": "^3.3.3",
"@tsparticles/webpack-plugin": "^3.3.3",
"@swc/core": "^1.15.21",
"@tsparticles/depcruise-config": "^3.4.2",
"@tsparticles/eslint-config": "^3.4.2",
"@tsparticles/prettier-config": "^3.4.2",
"@tsparticles/tsconfig": "^3.4.2",
"@tsparticles/webpack-plugin": "^3.4.2",
"commander": "^14.0.3",
"eslint": "^10.0.3",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.8.0",
"eslint-plugin-jsdoc": "^62.8.1",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-tsdoc": "^0.5.2",
"klaw": "^4.1.0",
"lookpath": "^1.2.3",
"dependency-cruiser": "^17.3.9",
"dependency-cruiser": "^17.3.10",
"path-scurry": "^2.0.2",
"prettier": "^3.8.1",
"prettier-plugin-multiline-arrays": "^4.1.4",
"prettier-plugin-multiline-arrays": "^4.1.5",
"prompts": "^2.4.2",
"rimraf": "^6.1.3",
"swc-loader": "^0.2.7",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"webpack": "^5.105.4"
},
"devDependencies": {
Expand All @@ -67,17 +67,17 @@
"@types/node": "^25.5.0",
"@types/prompts": "^2.4.9",
"@types/webpack-env": "^1.18.8",
"browserslist": "^4.28.1",
"browserslist": "^4.28.2",
"copyfiles": "^2.4.1",
"cross-env": "^10.1.0",
"terser-webpack-plugin": "^5.4.0",
"ts-node": "^10.9.2",
"vitest": "^4.1.0",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1"
"vitest": "^4.1.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2"
},
"description": "tsParticles CLI",
"main": "eslint.config.js",
"author": "Matteo Bruni <matteo.bruni@me.com>",
"packageManager": "pnpm@10.32.1"
"packageManager": "pnpm@10.33.0"
}
Loading
Loading