Skip to content

Commit 136469b

Browse files
committed
fix: revert vite back to the stable releases
Signed-off-by: Gordon Smith <[email protected]>
1 parent bfefa70 commit 136469b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5179
-3521
lines changed

package-lock.json

Lines changed: 3475 additions & 3364 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"test": "lerna run test",
2828
"test-ci": "cross-env ci=1 lerna run test",
2929
"test-all": "vitest run",
30+
"bump-point-versions": "lerna version patch --no-git-tag-version --yes --no-push",
3031
"publish": "lerna publish from-package --yes",
3132
"update-workspaces": "lerna run update --no-sort --stream",
3233
"update-major-workspaces": "lerna run update-major --no-sort --stream",
@@ -49,14 +50,12 @@
4950
"rimraf": "6.0.1",
5051
"typescript": "5.9.3",
5152
"typescript-eslint": "8.46.2",
52-
"vite": "npm:rolldown-vite@latest",
53+
"vite": "7.1.12",
5354
"vitepress": "1.6.4",
5455
"vitest": "3.2.4"
5556
},
5657
"overrides": {
57-
"d3-color": "3.1.0",
58-
"cross-spawn": "~7.0.5",
59-
"vite": "npm:rolldown-vite@latest"
58+
"d3-color": "3.1.0"
6059
},
6160
"repository": {
6261
"type": "git",

packages/api/CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,74 @@
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.4.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2025-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))
12+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
13+
* sync test port numbers ([d1b8764](https://github.com/hpcc-systems/Visualization/commit/d1b8764acfeeb17ca91cec8b8f8428f40062b81d))
14+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
15+
16+
17+
### Features
18+
19+
* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
20+
* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b))
21+
* switch to simpler version stamp method ([d828033](https://github.com/hpcc-systems/Visualization/commit/d828033ec79f56c4d1579bca230bd03cf0d6328e))
22+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
23+
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
24+
25+
26+
27+
## 2.106.11 (2024-09-23)
28+
29+
30+
31+
## 2.106.10 (2024-09-13)
32+
33+
34+
35+
## 2.106.9 (2024-09-12)
36+
37+
38+
39+
## 2.106.8 (2024-09-05)
40+
41+
42+
43+
## 2.106.7 (2024-08-29)
44+
45+
46+
47+
## 2.106.5 (2024-08-29)
48+
49+
50+
51+
## 2.106.4 (2024-08-22)
52+
53+
54+
55+
## 2.106.3 (2024-08-01)
56+
57+
58+
59+
## 2.106.2 (2024-07-29)
60+
61+
62+
63+
## 2.106.1 (2024-07-24)
64+
65+
66+
67+
# 2.106.0 (2024-07-23)
68+
69+
70+
71+
72+
73+
674
# 2.13.0 (2024-07-23)
775

876

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/api",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "hpcc-js - Viz api",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -37,10 +37,10 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/common": "^3.5.0"
40+
"@hpcc-js/common": "^3.5.1"
4141
},
4242
"devDependencies": {
43-
"@hpcc-js/esbuild-plugins": "^1.6.0",
43+
"@hpcc-js/esbuild-plugins": "^1.6.1",
4444
"d3-collection": "^1",
4545
"d3-color": "3.1.0",
4646
"d3-format": "^1",
@@ -57,4 +57,4 @@
5757
"url": "https://github.com/hpcc-systems/Visualization/issues"
5858
},
5959
"homepage": "https://github.com/hpcc-systems/Visualization"
60-
}
60+
}

packages/chart/CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,61 @@
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.5.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2025-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))
12+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
13+
* **timeline:** fix tickFormat being ignored ([d5d13fb](https://github.com/hpcc-systems/Visualization/commit/d5d13fb652e2fe6055b6bd8c4052c37d76e3cf98))
14+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
15+
16+
17+
### Features
18+
19+
* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414))
20+
* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
21+
* Add title color pp to gauge ([433ae4a](https://github.com/hpcc-systems/Visualization/commit/433ae4a7711256489be33a1f86d922b24413896c))
22+
* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b))
23+
* switch to simpler version stamp method ([d828033](https://github.com/hpcc-systems/Visualization/commit/d828033ec79f56c4d1579bca230bd03cf0d6328e))
24+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
25+
* Upgrade dgrid2 to v3 ([3e2105a](https://github.com/hpcc-systems/Visualization/commit/3e2105a427937d0b202194f4538cc12e9becb04d))
26+
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
27+
28+
29+
30+
## 2.106.11 (2024-09-23)
31+
32+
33+
34+
## 2.106.10 (2024-09-13)
35+
36+
37+
38+
## 2.106.9 (2024-09-12)
39+
40+
41+
42+
## 2.106.8 (2024-09-05)
43+
44+
45+
46+
## 2.106.7 (2024-08-29)
47+
48+
49+
50+
## 2.106.5 (2024-08-29)
51+
52+
53+
54+
## 2.106.4 (2024-08-22)
55+
56+
57+
58+
59+
60+
661
# [2.85.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-08-22)
762

863

packages/chart/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/chart",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "hpcc-js - Viz Chart",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -37,12 +37,12 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/api": "^3.4.0",
41-
"@hpcc-js/common": "^3.5.0",
42-
"@hpcc-js/util": "^3.4.0"
40+
"@hpcc-js/api": "^3.4.1",
41+
"@hpcc-js/common": "^3.5.1",
42+
"@hpcc-js/util": "^3.4.1"
4343
},
4444
"devDependencies": {
45-
"@hpcc-js/esbuild-plugins": "^1.6.0",
45+
"@hpcc-js/esbuild-plugins": "^1.6.1",
4646
"@types/d3-shape": "1.3.12",
4747
"@types/d3-transition": "1.3.6",
4848
"d3-array": "^1",
@@ -76,4 +76,4 @@
7676
"url": "https://github.com/hpcc-systems/Visualization/issues"
7777
},
7878
"homepage": "https://github.com/hpcc-systems/Visualization"
79-
}
79+
}

packages/codemirror/CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,75 @@
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.6.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2025-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
12+
* sync test port numbers ([d1b8764](https://github.com/hpcc-systems/Visualization/commit/d1b8764acfeeb17ca91cec8b8f8428f40062b81d))
13+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
14+
15+
16+
### Features
17+
18+
* add YAML support to codemirror ([bf7cb0f](https://github.com/hpcc-systems/Visualization/commit/bf7cb0fd321036620264e3fe332d84ce5343df77))
19+
* Bundle css files into index.js ([f2cd6bc](https://github.com/hpcc-systems/Visualization/commit/f2cd6bc8ff666bf5ae756b69ac8f0a677e02819e))
20+
* **codemirror:** expose codemirror line class methods ([2dc8884](https://github.com/hpcc-systems/Visualization/commit/2dc88845cd4166a1e6739e6ad76c2caf221b456f))
21+
* switch to simpler version stamp method ([d828033](https://github.com/hpcc-systems/Visualization/commit/d828033ec79f56c4d1579bca230bd03cf0d6328e))
22+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
23+
* Upgrade codemirror to v3 ([377d6b5](https://github.com/hpcc-systems/Visualization/commit/377d6b54cf476b9e0c6773cd31f99ddc42a8d6dc))
24+
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
25+
26+
27+
28+
## 2.106.11 (2024-09-23)
29+
30+
31+
32+
## 2.106.10 (2024-09-13)
33+
34+
35+
36+
## 2.106.9 (2024-09-12)
37+
38+
39+
40+
## 2.106.8 (2024-09-05)
41+
42+
43+
44+
## 2.106.7 (2024-08-29)
45+
46+
47+
48+
## 2.106.5 (2024-08-29)
49+
50+
51+
52+
## 2.106.4 (2024-08-22)
53+
54+
55+
56+
## 2.106.3 (2024-08-01)
57+
58+
59+
60+
## 2.106.2 (2024-07-29)
61+
62+
63+
64+
## 2.106.1 (2024-07-24)
65+
66+
67+
68+
# 2.106.0 (2024-07-23)
69+
70+
71+
72+
73+
74+
675
# 2.63.0 (2024-07-23)
776

877

packages/codemirror/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/codemirror",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "hpcc-js - Viz Code Mirror",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -37,10 +37,10 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/common": "^3.5.0"
40+
"@hpcc-js/common": "^3.5.1"
4141
},
4242
"devDependencies": {
43-
"@hpcc-js/esbuild-plugins": "^1.6.0",
43+
"@hpcc-js/esbuild-plugins": "^1.6.1",
4444
"codemirror": "5.65.20"
4545
},
4646
"repository": {
@@ -54,4 +54,4 @@
5454
"url": "https://github.com/hpcc-systems/Visualization/issues"
5555
},
5656
"homepage": "https://github.com/hpcc-systems/Visualization"
57-
}
57+
}

0 commit comments

Comments
 (0)