Skip to content

Commit 0c4030d

Browse files
committed
Merge branch 'main' of github.com:waldronmatt/groundwork
2 parents 97bfc86 + 63cf876 commit 0c4030d

File tree

16 files changed

+2332
-1681
lines changed

16 files changed

+2332
-1681
lines changed

apps/lit-override/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
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+
## [2.3.9](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.9) (2025-02-01)
7+
8+
**Note:** Version bump only for package lit-override
9+
10+
## [2.3.8](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.8) (2025-02-01)
11+
12+
**Note:** Version bump only for package lit-override
13+
14+
## [2.3.7](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.7) (2025-01-22)
15+
16+
**Note:** Version bump only for package lit-override
17+
18+
## [2.3.6](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.6) (2025-01-01)
19+
20+
### Bug Fixes
21+
22+
* **deps:** update dependencies ([#225](https://github.com/waldronmatt/groundwork/issues/225)) ([b1d8371](https://github.com/waldronmatt/groundwork/commit/b1d83715aeb45a5a1baf47da1ed291065b8e387f)) - by @renovate[bot]
23+
24+
## [2.3.4](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.4) (2025-01-01)
25+
26+
**Note:** Version bump only for package lit-override
27+
28+
## [2.3.3](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.3) (2025-01-01)
29+
30+
### Bug Fixes
31+
32+
* **deps:** update eslint ([#222](https://github.com/waldronmatt/groundwork/issues/222)) ([e708c26](https://github.com/waldronmatt/groundwork/commit/e708c2669e00e2a6e83982373ab085a37343d11f)) - by @renovate[bot]
33+
34+
## [2.3.2](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.2) (2025-01-01)
35+
36+
**Note:** Version bump only for package lit-override
37+
638
## [2.3.1](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.3.1) (2024-10-25)
739

840
### Bug Fixes

apps/lit-override/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lit-override",
33
"private": true,
4-
"version": "2.3.1",
4+
"version": "2.3.9",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,16 +11,16 @@
1111
"clean": "rimraf dist tsconfig.tsbuildinfo"
1212
},
1313
"devDependencies": {
14-
"eslint": "8.57.0",
14+
"eslint": "8.57.1",
1515
"eslint-config-custom": "workspace:*",
16-
"rimraf": "5.0.7",
16+
"rimraf": "5.0.10",
1717
"tsconfig-config": "workspace:*",
18-
"typescript": "5.5.2",
19-
"vite": "5.4.8"
18+
"typescript": "5.7.3",
19+
"vite": "5.4.14"
2020
},
2121
"dependencies": {
2222
"@waldronmatt/lit-override": "workspace:*",
23-
"lit": "3.1.4",
24-
"lit-html": "3.1.4"
23+
"lit": "3.2.1",
24+
"lit-html": "3.2.1"
2525
}
2626
}

configs/eslint-config-custom/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## [1.5.13](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.5.13) (2025-02-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency eslint-plugin-react-refresh to v0.4.18 ([#243](https://github.com/waldronmatt/groundwork/issues/243)) ([ff7a1f2](https://github.com/waldronmatt/groundwork/commit/ff7a1f2ca490edc32fe1c92f42352f870032c477)) - by @renovate[bot]
11+
12+
## [1.5.11](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.5.11) (2025-01-01)
13+
14+
### Bug Fixes
15+
16+
* **deps:** update eslint ([#222](https://github.com/waldronmatt/groundwork/issues/222)) ([e708c26](https://github.com/waldronmatt/groundwork/commit/e708c2669e00e2a6e83982373ab085a37343d11f)) - by @renovate[bot]
17+
18+
## [1.5.10](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.5.10) (2025-01-01)
19+
20+
### Bug Fixes
21+
22+
* **deps:** update dependency eslint-plugin-jest-dom to v5.5.0 ([#226](https://github.com/waldronmatt/groundwork/issues/226)) ([75b2c05](https://github.com/waldronmatt/groundwork/commit/75b2c05a8c1afee9fa9c1e5dda30ae412b01e1f1)) - by @renovate[bot]
23+
624
## [1.5.8](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.5.8) (2024-07-01)
725

826
### Bug Fixes
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-custom",
3-
"version": "1.5.8",
3+
"version": "1.5.13",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -15,22 +15,22 @@
1515
"eslint-plugin-chai-friendly": "0.7.4",
1616
"eslint-plugin-import": "2.29.1",
1717
"eslint-plugin-jest": "27.9.0",
18-
"eslint-plugin-jest-dom": "5.4.0",
18+
"eslint-plugin-jest-dom": "5.5.0",
1919
"eslint-plugin-jest-formatting": "3.1.0",
2020
"eslint-plugin-lit": "1.14.0",
2121
"eslint-plugin-lit-a11y": "1.1.0",
2222
"eslint-plugin-mdx": "3.1.5",
23-
"eslint-plugin-react": "7.34.3",
23+
"eslint-plugin-react": "7.34.4",
2424
"eslint-plugin-react-hooks": "4.6.2",
25-
"eslint-plugin-react-refresh": "0.4.7",
25+
"eslint-plugin-react-refresh": "0.4.18",
2626
"eslint-plugin-storybook": "0.8.0",
2727
"eslint-plugin-vitest": "0.5.4",
28-
"eslint-plugin-wc": "2.1.0"
28+
"eslint-plugin-wc": "2.1.1"
2929
},
3030
"devDependencies": {
31-
"eslint": "8.57.0"
31+
"eslint": "8.57.1"
3232
},
3333
"peerDependencies": {
34-
"eslint": "8.57.0"
34+
"eslint": "8.57.1"
3535
}
3636
}

configs/jest-config/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [1.1.37](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.1.37) (2025-01-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependencies ([#225](https://github.com/waldronmatt/groundwork/issues/225)) ([b1d8371](https://github.com/waldronmatt/groundwork/commit/b1d83715aeb45a5a1baf47da1ed291065b8e387f)) - by @renovate[bot]
11+
12+
## [1.1.35](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.1.35) (2025-01-01)
13+
14+
### Bug Fixes
15+
16+
* **deps:** update eslint ([#222](https://github.com/waldronmatt/groundwork/issues/222)) ([e708c26](https://github.com/waldronmatt/groundwork/commit/e708c2669e00e2a6e83982373ab085a37343d11f)) - by @renovate[bot]
17+
618
## [1.1.34](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.1.34) (2024-07-01)
719

820
### Bug Fixes

configs/jest-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "jest-config",
3-
"version": "1.1.34",
3+
"version": "1.1.37",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
77
"lint": "eslint . --ext cjs --report-unused-disable-directives --max-warnings 0"
88
},
99
"dependencies": {
1010
"jest-environment-jsdom": "29.7.0",
11-
"ts-jest": "29.1.5"
11+
"ts-jest": "29.2.5"
1212
},
1313
"devDependencies": {
14-
"eslint": "8.57.0",
14+
"eslint": "8.57.1",
1515
"eslint-config-custom": "workspace:*",
1616
"jest": "29.7.0"
1717
},

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "groundwork",
33
"description": "A monorepo boilerplate using pnpm, nx, and lerna-lite.",
4-
"version": "0.0.17",
4+
"version": "0.0.23",
55
"type": "module",
66
"private": true,
77
"author": "Matthew Waldron",
@@ -42,32 +42,32 @@
4242
},
4343
"license": "MIT",
4444
"dependencies": {
45-
"@arethetypeswrong/cli": "0.15.3",
45+
"@arethetypeswrong/cli": "0.17.3",
4646
"@commitlint/cli": "18.6.1",
4747
"@commitlint/config-conventional": "18.6.3",
48-
"@lerna-lite/changed": "3.6.0",
49-
"@lerna-lite/cli": "3.6.0",
50-
"@lerna-lite/list": "3.6.0",
51-
"@lerna-lite/publish": "3.6.0",
52-
"@lerna-lite/version": "3.6.0",
53-
"@manypkg/cli": "0.21.4",
48+
"@lerna-lite/changed": "3.11.0",
49+
"@lerna-lite/cli": "3.11.0",
50+
"@lerna-lite/list": "3.11.0",
51+
"@lerna-lite/publish": "3.11.0",
52+
"@lerna-lite/version": "3.11.0",
53+
"@manypkg/cli": "0.23.0",
5454
"@nrwl/cli": "15.9.3",
5555
"@nrwl/nx-cloud": "18.0.1",
56-
"@secretlint/secretlint-rule-preset-recommend": "8.2.4",
57-
"@types/node": "20.14.9",
58-
"commitizen": "4.3.0",
56+
"@secretlint/secretlint-rule-preset-recommend": "8.5.0",
57+
"@types/node": "20.17.16",
58+
"commitizen": "4.3.1",
5959
"cz-conventional-changelog": "3.3.0",
6060
"execa": "8.0.1",
61-
"husky": "9.0.11",
61+
"husky": "9.1.7",
6262
"knip": "4.6.0",
63-
"lint-staged": "15.2.7",
64-
"npm-run-all2": "6.2.0",
63+
"lint-staged": "15.4.3",
64+
"npm-run-all2": "6.2.6",
6565
"nx": "17.3.2",
66-
"prettier": "3.3.2",
67-
"publint": "0.2.8",
68-
"secretlint": "8.2.4",
69-
"syncpack": "12.3.3",
70-
"typescript": "5.5.2"
66+
"prettier": "3.4.2",
67+
"publint": "0.3.2",
68+
"secretlint": "8.5.0",
69+
"syncpack": "12.4.0",
70+
"typescript": "5.7.3"
7171
},
7272
"manypkg": {
7373
"ignoredRules": [

packages/lit-override/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
## [2.5.7](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-02-01)
7+
8+
**Note:** Version bump only for package @waldronmatt/lit-override
9+
10+
## [2.5.6](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-02-01)
11+
12+
**Note:** Version bump only for package @waldronmatt/lit-override
13+
14+
## [2.5.5](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
15+
16+
**Note:** Version bump only for package @waldronmatt/lit-override
17+
18+
## [2.5.4](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
19+
20+
### Bug Fixes
21+
22+
* **deps:** update eslint ([#222](https://github.com/waldronmatt/groundwork/issues/222)) ([e708c26](https://github.com/waldronmatt/groundwork/commit/e708c2669e00e2a6e83982373ab085a37343d11f)) - by @renovate[bot]
23+
24+
## [2.5.3](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
25+
26+
**Note:** Version bump only for package @waldronmatt/lit-override
27+
28+
## [2.5.2](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
29+
30+
**Note:** Version bump only for package @waldronmatt/lit-override
31+
632
## [2.5.1](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-10-27)
733

834
### Bug Fixes

packages/lit-override/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldronmatt/lit-override",
3-
"version": "2.5.1",
3+
"version": "2.5.7",
44
"type": "module",
55
"exports": {
66
"./src/*": "./src/*"
@@ -49,34 +49,34 @@
4949
},
5050
"homepage": "https://github.com/waldronmatt/groundwork/tree/main/packages/lit-override#readme",
5151
"devDependencies": {
52-
"@custom-elements-manifest/analyzer": "0.10.2",
52+
"@custom-elements-manifest/analyzer": "0.10.4",
5353
"@custom-elements-manifest/to-markdown": "0.1.0",
5454
"@lit/context": "1.1.3",
5555
"@open-wc/testing": "4.0.0",
56-
"@types/jest": "29.5.12",
56+
"@types/jest": "29.5.14",
5757
"@types/sinon": "17.0.3",
58-
"@web/dev-server-esbuild": "1.0.2",
59-
"@web/test-runner": "0.18.2",
58+
"@web/dev-server-esbuild": "1.0.3",
59+
"@web/test-runner": "0.19.0",
6060
"@web/test-runner-commands": "0.9.0",
6161
"@web/test-runner-playwright": "0.11.0",
62-
"esbuild": "0.21.5",
63-
"eslint": "8.57.0",
62+
"esbuild": "0.24.2",
63+
"eslint": "8.57.1",
6464
"eslint-config-custom": "workspace:*",
6565
"jest": "29.7.0",
6666
"jest-config": "workspace:*",
67-
"lit": "3.1.4",
68-
"lit-html": "3.1.4",
69-
"playwright": "1.45.0",
70-
"rimraf": "5.0.7",
67+
"lit": "3.2.1",
68+
"lit-html": "3.2.1",
69+
"playwright": "1.50.0",
70+
"rimraf": "5.0.10",
7171
"sinon": "17.0.1",
7272
"tsconfig-config": "workspace:*",
73-
"tslib": "2.6.3",
74-
"tsup": "8.1.0",
75-
"typescript": "5.5.2"
73+
"tslib": "2.8.1",
74+
"tsup": "8.3.6",
75+
"typescript": "5.7.3"
7676
},
7777
"peerDependencies": {
7878
"@lit/context": "1.1.3",
79-
"lit": "3.1.4",
80-
"lit-html": "3.1.4"
79+
"lit": "3.2.1",
80+
"lit-html": "3.2.1"
8181
}
8282
}

packages/story-tokens-ui/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
## [1.2.12](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-02-01)
7+
8+
**Note:** Version bump only for package @waldronmatt/story-tokens-ui
9+
10+
## [1.2.11](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-02-01)
11+
12+
**Note:** Version bump only for package @waldronmatt/story-tokens-ui
13+
14+
## [1.2.10](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-22)
15+
16+
**Note:** Version bump only for package @waldronmatt/story-tokens-ui
17+
18+
## [1.2.9](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
19+
20+
**Note:** Version bump only for package @waldronmatt/story-tokens-ui
21+
22+
## [1.2.8](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
23+
24+
**Note:** Version bump only for package @waldronmatt/story-tokens-ui
25+
26+
## [1.2.7](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
27+
28+
### Bug Fixes
29+
30+
* **deps:** update eslint ([#222](https://github.com/waldronmatt/groundwork/issues/222)) ([e708c26](https://github.com/waldronmatt/groundwork/commit/e708c2669e00e2a6e83982373ab085a37343d11f)) - by @renovate[bot]
31+
32+
## [1.2.6](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2025-01-01)
33+
34+
**Note:** Version bump only for package @waldronmatt/story-tokens-ui
35+
636
## [1.2.5](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-09-25)
737

838
**Note:** Version bump only for package @waldronmatt/story-tokens-ui

packages/story-tokens-ui/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldronmatt/story-tokens-ui",
3-
"version": "1.2.5",
3+
"version": "1.2.12",
44
"type": "module",
55
"exports": {
66
"./lib/*": "./lib/*"
@@ -52,19 +52,19 @@
5252
"storybook": "7.6.20"
5353
},
5454
"devDependencies": {
55-
"@types/react": "18.3.3",
56-
"@types/react-dom": "18.3.0",
57-
"@vitejs/plugin-react-swc": "3.7.0",
58-
"eslint": "8.57.0",
55+
"@types/react": "18.3.18",
56+
"@types/react-dom": "18.3.5",
57+
"@vitejs/plugin-react-swc": "3.7.2",
58+
"eslint": "8.57.1",
5959
"eslint-config-custom": "workspace:*",
60-
"glob": "10.4.2",
60+
"glob": "10.4.5",
6161
"react": "18.3.1",
6262
"react-dom": "18.3.1",
63-
"rimraf": "5.0.7",
63+
"rimraf": "5.0.10",
6464
"storybook": "7.6.20",
6565
"tsconfig-config": "workspace:*",
66-
"typescript": "5.5.2",
67-
"vite": "5.4.8",
66+
"typescript": "5.7.3",
67+
"vite": "5.4.14",
6868
"vite-plugin-dts": "3.9.1",
6969
"vite-plugin-lib-inject-css": "1.3.0"
7070
}

0 commit comments

Comments
 (0)