Skip to content

Commit 897bbbd

Browse files
authored
Merge pull request #49 from tsparticles/dev
Updated deps
2 parents 43bb9e9 + 49f24ef commit 897bbbd

31 files changed

+7224
-5585
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.event_name != 'pull_request' }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
name: Checkout [main]
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: "16"
24-
- uses: pnpm/action-setup@v2.4.0
23+
node-version: "22"
24+
- uses: pnpm/action-setup@v3
2525
name: Install pnpm
2626
id: pnpm-install
2727
with:
28-
version: 8
28+
version: 10
2929
run_install: false
3030
- name: Get pnpm version
3131
id: pnpm-version
@@ -50,19 +50,19 @@ jobs:
5050
runs-on: ubuntu-latest
5151
if: ${{ github.event_name == 'pull_request' }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
ref: ${{ github.event.pull_request.head.ref }}
5656
repository: ${{ github.event.pull_request.head.repo.full_name }}
5757
fetch-depth: 0
5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version: "16"
61-
- uses: pnpm/action-setup@v2.4.0
60+
node-version: "22"
61+
- uses: pnpm/action-setup@v3
6262
name: Install pnpm
6363
id: pnpm-install
6464
with:
65-
version: 8
65+
version: 10
6666
run_install: false
6767
- name: Get pnpm version
6868
id: pnpm-version

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ dist
44
lerna-debug.log
55
.idea
66

7-
.nx/cache
7+
.nx/cache
8+
.nx/workspace-data

CHANGELOG.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,110 @@
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.3](https://github.com/tsparticles/utils/compare/v3.0.2...v3.0.3) (2025-08-31)
7+
8+
**Note:** Version bump only for package tsparticles-utils-root
9+
10+
11+
12+
13+
14+
## [3.0.2](https://github.com/tsparticles/utils/compare/v3.0.1...v3.0.2) (2025-08-31)
15+
16+
**Note:** Version bump only for package tsparticles-utils-root
17+
18+
19+
20+
21+
22+
## [3.0.1](https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1) (2025-08-31)
23+
24+
25+
### Bug Fixes
26+
27+
* **deps:** update dependency @stylistic/eslint-plugin to v1.8.1 ([80f2702](https://github.com/tsparticles/utils/commit/80f2702387db319dbb92eb832b163a0a7e2bf963))
28+
* **deps:** update dependency @types/node to v20.12.8 ([0071ce5](https://github.com/tsparticles/utils/commit/0071ce52e318ac908479358a37e46d98705b5905))
29+
* **deps:** update dependency rimraf to v5.0.6 ([cff82d5](https://github.com/tsparticles/utils/commit/cff82d5693cc9329fcf31d0e6527d59df5f994f5))
30+
* **deps:** update dependency rimraf to v5.0.7 ([ba00fb8](https://github.com/tsparticles/utils/commit/ba00fb8f0daeb8e6ec4625e84e77ae5500b29d7d))
31+
* fixed a wrong string ([880cd9d](https://github.com/tsparticles/utils/commit/880cd9d804da498780c788753c9a8f4096f18858))
32+
* fixed config ([c94929a](https://github.com/tsparticles/utils/commit/c94929a98f0fd764b750730e45e8efc62a3010bd))
33+
34+
35+
36+
37+
38+
# [3.0.0](https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.0) (2025-08-31)
39+
40+
41+
### Bug Fixes
42+
43+
* **deps:** update dependency @stylistic/eslint-plugin to v1.8.1 ([80f2702](https://github.com/tsparticles/utils/commit/80f2702387db319dbb92eb832b163a0a7e2bf963))
44+
* **deps:** update dependency @types/node to v20.12.8 ([0071ce5](https://github.com/tsparticles/utils/commit/0071ce52e318ac908479358a37e46d98705b5905))
45+
* **deps:** update dependency rimraf to v5.0.6 ([cff82d5](https://github.com/tsparticles/utils/commit/cff82d5693cc9329fcf31d0e6527d59df5f994f5))
46+
* **deps:** update dependency rimraf to v5.0.7 ([ba00fb8](https://github.com/tsparticles/utils/commit/ba00fb8f0daeb8e6ec4625e84e77ae5500b29d7d))
47+
* fixed a wrong string ([880cd9d](https://github.com/tsparticles/utils/commit/880cd9d804da498780c788753c9a8f4096f18858))
48+
* fixed config ([c94929a](https://github.com/tsparticles/utils/commit/c94929a98f0fd764b750730e45e8efc62a3010bd))
49+
50+
51+
52+
53+
54+
# [2.3.0](https://github.com/tsparticles/utils/compare/v2.2.1...v2.3.0) (2024-03-06)
55+
56+
**Note:** Version bump only for package tsparticles-utils-root
57+
58+
59+
60+
61+
62+
## [2.2.1](https://github.com/tsparticles/utils/compare/v2.2.0...v2.2.1) (2024-03-02)
63+
64+
**Note:** Version bump only for package tsparticles-utils-root
65+
66+
67+
68+
69+
70+
# [2.2.0](https://github.com/tsparticles/utils/compare/v2.1.7...v2.2.0) (2024-03-02)
71+
72+
**Note:** Version bump only for package tsparticles-utils-root
73+
74+
75+
76+
77+
78+
## [2.1.7](https://github.com/tsparticles/utils/compare/v2.1.6...v2.1.7) (2024-02-26)
79+
80+
**Note:** Version bump only for package tsparticles-utils-root
81+
82+
83+
84+
85+
86+
## [2.1.6](https://github.com/tsparticles/utils/compare/v2.1.5...v2.1.6) (2024-02-26)
87+
88+
**Note:** Version bump only for package tsparticles-utils-root
89+
90+
91+
92+
93+
94+
## [2.1.5](https://github.com/tsparticles/utils/compare/v2.1.4...v2.1.5) (2024-01-31)
95+
96+
**Note:** Version bump only for package tsparticles-utils-root
97+
98+
99+
100+
101+
102+
## [2.1.4](https://github.com/tsparticles/utils/compare/v2.1.3...v2.1.4) (2024-01-31)
103+
104+
**Note:** Version bump only for package tsparticles-utils-root
105+
106+
107+
108+
109+
6110
## [2.1.3](https://github.com/tsparticles/utils/compare/v2.1.2...v2.1.3) (2024-01-28)
7111

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

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.1.3",
3+
"version": "3.0.3",
44
"npmClient": "pnpm",
55
"conventionalCommits": true,
66
"packages": [
@@ -11,4 +11,4 @@
1111
"message": "chore(release): published new version"
1212
}
1313
}
14-
}
14+
}

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "lerna run build",
6+
"build:ci": "lerna run build:ci",
67
"version:alpha": "lerna version prerelease --preid alpha --conventional-commits",
78
"version:beta": "lerna version prerelease --preid beta --conventional-commits",
89
"publish:alpha": "lerna publish from-package --pre-dist-tag alpha --preid alpha",
@@ -12,9 +13,9 @@
1213
"packages/*"
1314
],
1415
"devDependencies": {
15-
"@nrwl/workspace": "^17.2.8",
16-
"lerna": "^8.0.2",
17-
"nx": "^17.2.8",
18-
"typescript": "^5.3.3"
16+
"@nrwl/workspace": "^19.8.4",
17+
"lerna": "^8.2.3",
18+
"nx": "19.8.4",
19+
"typescript": "^5.9.2"
1920
}
2021
}

packages/eslint-config/CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,84 @@
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.3](https://github.com/tsparticles/utils/compare/v3.0.2...v3.0.3) (2025-08-31)
7+
8+
**Note:** Version bump only for package @tsparticles/eslint-config
9+
10+
11+
12+
13+
14+
## [3.0.2](https://github.com/tsparticles/utils/compare/v3.0.1...v3.0.2) (2025-08-31)
15+
16+
**Note:** Version bump only for package @tsparticles/eslint-config
17+
18+
19+
20+
21+
22+
## [3.0.1](https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1) (2025-08-31)
23+
24+
25+
### Bug Fixes
26+
27+
* fixed config ([c94929a](https://github.com/tsparticles/utils/commit/c94929a98f0fd764b750730e45e8efc62a3010bd))
28+
29+
30+
31+
32+
33+
# [3.0.0](https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.0) (2025-08-31)
34+
35+
36+
### Bug Fixes
37+
38+
* fixed config ([c94929a](https://github.com/tsparticles/utils/commit/c94929a98f0fd764b750730e45e8efc62a3010bd))
39+
40+
41+
42+
43+
44+
# [2.3.0](https://github.com/tsparticles/utils/compare/v2.2.1...v2.3.0) (2024-03-06)
45+
46+
**Note:** Version bump only for package @tsparticles/eslint-config
47+
48+
49+
50+
51+
52+
## [2.2.1](https://github.com/tsparticles/utils/compare/v2.2.0...v2.2.1) (2024-03-02)
53+
54+
**Note:** Version bump only for package @tsparticles/eslint-config
55+
56+
57+
58+
59+
60+
# [2.2.0](https://github.com/tsparticles/utils/compare/v2.1.7...v2.2.0) (2024-03-02)
61+
62+
**Note:** Version bump only for package @tsparticles/eslint-config
63+
64+
65+
66+
67+
68+
## [2.1.6](https://github.com/tsparticles/utils/compare/v2.1.5...v2.1.6) (2024-02-26)
69+
70+
**Note:** Version bump only for package @tsparticles/eslint-config
71+
72+
73+
74+
75+
76+
## [2.1.4](https://github.com/tsparticles/utils/compare/v2.1.3...v2.1.4) (2024-01-31)
77+
78+
**Note:** Version bump only for package @tsparticles/eslint-config
79+
80+
81+
82+
83+
684
# [2.1.0](https://github.com/tsparticles/utils/compare/v2.0.5...v2.1.0) (2024-01-28)
785

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

0 commit comments

Comments
 (0)