Skip to content

Commit f6ea9a6

Browse files
authored
Merge pull request #87 from tsparticles/dev
3.0.6
2 parents 44525bc + 1aa72a5 commit f6ea9a6

40 files changed

+2466
-1405
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.6](https://github.com/tsparticles/utils/compare/v3.0.5...v3.0.6) (2025-12-20)
7+
8+
**Note:** Version bump only for package tsparticles-utils-root
9+
10+
11+
12+
13+
14+
## [3.0.5](https://github.com/tsparticles/utils/compare/v3.0.4...v3.0.5) (2025-08-31)
15+
16+
**Note:** Version bump only for package tsparticles-utils-root
17+
18+
19+
20+
21+
22+
## [3.0.4](https://github.com/tsparticles/utils/compare/v3.0.3...v3.0.4) (2025-08-31)
23+
24+
**Note:** Version bump only for package tsparticles-utils-root
25+
26+
27+
28+
29+
630
## [3.0.3](https://github.com/tsparticles/utils/compare/v3.0.2...v3.0.3) (2025-08-31)
731

832
**Note:** Version bump only for package tsparticles-utils-root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "3.0.3",
3+
"version": "3.0.6",
44
"npmClient": "pnpm",
55
"conventionalCommits": true,
66
"packages": [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"devDependencies": {
1616
"@nrwl/workspace": "^19.8.4",
17-
"lerna": "^8.2.3",
18-
"nx": "19.8.4",
19-
"typescript": "^5.9.2"
17+
"lerna": "^9.0.3",
18+
"nx": "^22.3.3",
19+
"typescript": "^5.9.3"
2020
}
2121
}

packages/eslint-config/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.6](https://github.com/tsparticles/utils/compare/v3.0.5...v3.0.6) (2025-12-20)
7+
8+
**Note:** Version bump only for package @tsparticles/eslint-config
9+
10+
11+
12+
13+
14+
## [3.0.5](https://github.com/tsparticles/utils/compare/v3.0.4...v3.0.5) (2025-08-31)
15+
16+
**Note:** Version bump only for package @tsparticles/eslint-config
17+
18+
19+
20+
21+
622
## [3.0.3](https://github.com/tsparticles/utils/compare/v3.0.2...v3.0.3) (2025-08-31)
723

824
**Note:** Version bump only for package @tsparticles/eslint-config

packages/eslint-config/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/eslint-config",
3-
"version": "3.0.3",
3+
"version": "3.0.6",
44
"description": "tsParticles default ESLint Configuration (ESLint 9 + Flat Config)",
55
"type": "module",
66
"main": "dist/eslint.config.js",
@@ -15,18 +15,18 @@
1515
},
1616
"prettier": "@tsparticles/prettier-config",
1717
"devDependencies": {
18-
"@eslint/js": "^9.34.0",
19-
"@stylistic/eslint-plugin": "^5.2.3",
20-
"@tsparticles/prettier-config": "workspace:^3.0.1",
21-
"@types/node": "^24.3.0",
22-
"eslint": "^9.34.0",
18+
"@eslint/js": "^9.39.2",
19+
"@stylistic/eslint-plugin": "^5.6.1",
20+
"@tsparticles/prettier-config": "workspace:^3.0.6",
21+
"@types/node": "^25.0.3",
22+
"eslint": "^9.39.2",
2323
"eslint-config-prettier": "^10.1.8",
24-
"eslint-plugin-jsdoc": "^54.1.1",
24+
"eslint-plugin-jsdoc": "^61.5.0",
2525
"eslint-plugin-prettier": "^5.5.4",
26-
"eslint-plugin-tsdoc": "^0.4.0",
27-
"prettier": "^3.6.2",
28-
"typescript": "^5.9.2",
29-
"typescript-eslint": "^8.41.0"
26+
"eslint-plugin-tsdoc": "^0.5.0",
27+
"prettier": "^3.7.4",
28+
"typescript": "^5.9.3",
29+
"typescript-eslint": "^8.50.0"
3030
},
3131
"scripts": {
3232
"build": "tsc",

packages/eslint-config/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ES2022",
4-
"module": "ESNext",
5-
"moduleResolution": "Bundler",
4+
"module": "NodeNext",
5+
"moduleResolution": "NodeNext",
66
"strict": true,
77
"declaration": true,
88
"declarationMap": true,

packages/prettier-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.6](https://github.com/tsparticles/utils/compare/v3.0.5...v3.0.6) (2025-12-20)
7+
8+
**Note:** Version bump only for package @tsparticles/prettier-config
9+
10+
11+
12+
13+
614
## [3.0.1](https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1) (2025-08-31)
715

816
**Note:** Version bump only for package @tsparticles/prettier-config

packages/prettier-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/prettier-config",
3-
"version": "3.0.1",
3+
"version": "3.0.6",
44
"description": "tsParticles default Prettier Configuration",
55
"main": "prettier-config.json",
66
"license": "MIT",
@@ -12,7 +12,7 @@
1212
"access": "public"
1313
},
1414
"dependencies": {
15-
"prettier": "^3.6.2",
16-
"prettier-plugin-multiline-arrays": "^4.0.3"
15+
"prettier": "^3.7.4",
16+
"prettier-plugin-multiline-arrays": "4.1.1"
1717
}
1818
}

packages/tsconfig/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.6](https://github.com/tsparticles/utils/compare/v3.0.5...v3.0.6) (2025-12-20)
7+
8+
**Note:** Version bump only for package @tsparticles/tsconfig
9+
10+
11+
12+
13+
14+
## [3.0.5](https://github.com/tsparticles/utils/compare/v3.0.4...v3.0.5) (2025-08-31)
15+
16+
**Note:** Version bump only for package @tsparticles/tsconfig
17+
18+
19+
20+
21+
22+
## [3.0.4](https://github.com/tsparticles/utils/compare/v3.0.3...v3.0.4) (2025-08-31)
23+
24+
**Note:** Version bump only for package @tsparticles/tsconfig
25+
26+
27+
28+
29+
630
## [3.0.1](https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1) (2025-08-31)
731

832
**Note:** Version bump only for package @tsparticles/tsconfig

packages/tsconfig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@tsparticles/tsconfig",
3-
"version": "3.0.1",
3+
"version": "3.0.6",
44
"description": "tsParticles default TypeScript Compiler Configuration",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"
88
},
99
"dependencies": {
10-
"typescript": "^5.9.2"
10+
"typescript": "^5.9.3"
1111
}
1212
}

0 commit comments

Comments
 (0)