Skip to content

Commit 55e17fc

Browse files
committed
chore(deps)!: upgrade to Aurelia-Slickgrid 9.6.0
1 parent c84c9b8 commit 55e17fc

File tree

16 files changed

+572
-547
lines changed

16 files changed

+572
-547
lines changed

vite-bs5-demo/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
"@fnando/sparkline": "^0.3.10",
4343
"@formkit/tempo": "^0.1.2",
4444
"@popperjs/core": "^2.11.8",
45-
"@slickgrid-universal/common": "^9.5.0",
46-
"@slickgrid-universal/composite-editor-component": "^9.5.0",
47-
"@slickgrid-universal/custom-tooltip-plugin": "^9.5.0",
48-
"@slickgrid-universal/excel-export": "^9.5.0",
49-
"@slickgrid-universal/graphql": "^9.5.0",
50-
"@slickgrid-universal/odata": "^9.5.0",
51-
"@slickgrid-universal/row-detail-view-plugin": "^9.5.0",
52-
"@slickgrid-universal/rxjs-observable": "^9.5.0",
53-
"@slickgrid-universal/text-export": "^9.5.0",
45+
"@slickgrid-universal/common": "^9.6.0",
46+
"@slickgrid-universal/composite-editor-component": "^9.6.0",
47+
"@slickgrid-universal/custom-tooltip-plugin": "^9.6.0",
48+
"@slickgrid-universal/excel-export": "^9.6.0",
49+
"@slickgrid-universal/graphql": "^9.6.0",
50+
"@slickgrid-universal/odata": "^9.6.0",
51+
"@slickgrid-universal/row-detail-view-plugin": "^9.6.0",
52+
"@slickgrid-universal/rxjs-observable": "^9.6.0",
53+
"@slickgrid-universal/text-export": "^9.6.0",
5454
"aurelia": "^2.0.0-beta.25",
55-
"aurelia-slickgrid": "^9.5.0",
55+
"aurelia-slickgrid": "^9.6.0",
5656
"bootstrap": "^5.3.7",
5757
"i18next": "^25.3.2",
5858
"i18next-fetch-backend": "^6.0.0",
@@ -63,7 +63,7 @@
6363
"@aurelia/ts-jest": "^2.0.0-beta.25",
6464
"@aurelia/vite-plugin": "^2.0.0-beta.25",
6565
"@types/fnando__sparkline": "^0.3.7",
66-
"@types/node": "^24.0.1",
66+
"@types/node": "^24.1.0",
6767
"@types/sortablejs": "^1.15.8",
6868
"aurelia-polyfills": "^1.3.4",
6969
"autoprefixer": "^10.4.21",
@@ -75,7 +75,7 @@
7575
"ts-node": "^10.9.2",
7676
"tslib": "^2.8.1",
7777
"typescript": "^5.8.3",
78-
"vite": "^7.0.5",
78+
"vite": "^7.0.6",
7979
"vite-plugin-sass-dts": "^1.3.31"
8080
}
8181
}

vite-bs5-demo/src/assets/i18n/en/aurelia-slickgrid.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"SYNCHRONOUS_RESIZE": "Synchronous resize",
6262
"TOGGLE_FILTER_ROW": "Toggle Filter Row",
6363
"TOGGLE_PRE_HEADER_ROW": "Toggle Pre-Header Row",
64+
"UNFREEZE_COLUMNS": "Unfreeze Columns",
6465
"X_OF_Y_SELECTED": "# of % selected",
6566
"X_OF_Y_MASS_SELECTED": "{{x}} of {{y}} selected",
6667
"BILLING": {

vite-bs5-demo/src/assets/i18n/fr/aurelia-slickgrid.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"SYNCHRONOUS_RESIZE": "Redimension synchrone",
6262
"TOGGLE_FILTER_ROW": "Basculer la ligne des filtres",
6363
"TOGGLE_PRE_HEADER_ROW": "Basculer la ligne de pré-en-tête",
64+
"UNFREEZE_COLUMNS": "Dégeler les colonnes",
6465
"X_OF_Y_SELECTED": "# de % sélectionnés",
6566
"X_OF_Y_MASS_SELECTED": "{{x}} de {{y}} sélectionnés",
6667
"BILLING": {

vite-bs5-demo/src/examples/locales/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const localeFrench = {
3030
TEXT_SORT_ASCENDING: 'Trier par ordre croissant',
3131
TEXT_SORT_DESCENDING: 'Trier par ordre décroissant',
3232
TEXT_STARTS_WITH: 'Commence par',
33+
TEXT_UNFREEZE_COLUMNS: 'Dégeler les colonnes',
3334
TEXT_X_OF_Y_SELECTED: '# de % sélectionné',
3435
TEXT_X_OF_Y_MASS_SELECTED: '{{x}} de {{y}} sélectionnés',
3536
TEXT_CLEAR_PINNING: 'Dégeler les colonnes/rangées',

vite-bs5-demo/yarn.lock

Lines changed: 107 additions & 102 deletions
Large diffs are not rendered by default.

webpack-bs5-demo-with-locales/assets/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"SYNCHRONOUS_RESIZE": "Synchronous resize",
6161
"TOGGLE_FILTER_ROW": "Toggle Filter Row",
6262
"TOGGLE_PRE_HEADER_ROW": "Toggle Pre-Header Row",
63+
"UNFREEZE_COLUMNS": "Unfreeze Columns",
6364
"X_OF_Y_SELECTED": "# of % selected",
6465
"X_OF_Y_MASS_SELECTED": "{{x}} of {{y}} selected",
6566
"BILLING": {

webpack-bs5-demo-with-locales/assets/locales/fr/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"SYNCHRONOUS_RESIZE": "Redimension synchrone",
6161
"TOGGLE_FILTER_ROW": "Basculer la ligne des filtres",
6262
"TOGGLE_PRE_HEADER_ROW": "Basculer la ligne de pré-en-tête",
63+
"UNFREEZE_COLUMNS": "Dégeler les colonnes",
6364
"X_OF_Y_SELECTED": "# de % sélectionnés",
6465
"X_OF_Y_MASS_SELECTED": "{{x}} de {{y}} sélectionnés",
6566
"BILLING": {

webpack-bs5-demo-with-locales/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"@aurelia/router-direct": "^2.0.0-beta.25",
3535
"@formkit/tempo": "^0.1.2",
3636
"@popperjs/core": "^2.11.8",
37-
"@slickgrid-universal/composite-editor-component": "^9.5.0",
38-
"@slickgrid-universal/custom-tooltip-plugin": "^9.5.0",
39-
"@slickgrid-universal/excel-export": "^9.5.0",
40-
"@slickgrid-universal/graphql": "^9.5.0",
41-
"@slickgrid-universal/odata": "^9.5.0",
42-
"@slickgrid-universal/rxjs-observable": "^9.5.0",
43-
"@slickgrid-universal/text-export": "^9.5.0",
37+
"@slickgrid-universal/composite-editor-component": "^9.6.0",
38+
"@slickgrid-universal/custom-tooltip-plugin": "^9.6.0",
39+
"@slickgrid-universal/excel-export": "^9.6.0",
40+
"@slickgrid-universal/graphql": "^9.6.0",
41+
"@slickgrid-universal/odata": "^9.6.0",
42+
"@slickgrid-universal/rxjs-observable": "^9.6.0",
43+
"@slickgrid-universal/text-export": "^9.6.0",
4444
"aurelia": "^2.0.0-beta.25",
45-
"aurelia-slickgrid": "^9.5.0",
45+
"aurelia-slickgrid": "^9.6.0",
4646
"bootstrap": "^5.3.7",
4747
"dompurify": "^3.2.6",
4848
"rxjs": "^7.8.2",
@@ -54,16 +54,16 @@
5454
"@fnando/sparkline": "^0.3.10",
5555
"@types/bluebird": "^3.5.42",
5656
"@types/fnando__sparkline": "^0.3.7",
57-
"@types/node": "^24.0.1",
57+
"@types/node": "^24.1.0",
5858
"@types/webpack": "^5.28.5",
5959
"aurelia-polyfills": "^1.3.4",
6060
"autoprefixer": "^10.4.21",
6161
"clean-webpack-plugin": "^4.0.0",
6262
"copy-webpack-plugin": "^13.0.0",
63-
"cross-env": "^7.0.3",
63+
"cross-env": "^10.0.0",
6464
"css-loader": "^7.1.2",
65-
"eslint": "^9.31.0",
66-
"eslint-plugin-n": "^17.21.0",
65+
"eslint": "^9.32.0",
66+
"eslint-plugin-n": "^17.21.1",
6767
"eslint-plugin-prefer-arrow": "^1.2.3",
6868
"file-loader": "^6.2.0",
6969
"globals": "^16.3.0",
@@ -80,7 +80,7 @@
8080
"ts-loader": "^9.5.2",
8181
"ts-node": "^10.9.2",
8282
"typescript": "^5.8.3",
83-
"typescript-eslint": "^8.37.0",
83+
"typescript-eslint": "^8.38.0",
8484
"webpack": "^5.100.2",
8585
"webpack-bundle-analyzer": "^4.10.2",
8686
"webpack-cli": "^6.0.1",

webpack-bs5-demo-with-locales/src/examples/locales/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const localeFrench = {
3131
TEXT_SORT_ASCENDING: 'Trier par ordre croissant',
3232
TEXT_SORT_DESCENDING: 'Trier par ordre décroissant',
3333
TEXT_STARTS_WITH: 'Commence par',
34+
TEXT_UNFREEZE_COLUMNS: 'Dégeler les colonnes',
3435
TEXT_X_OF_Y_SELECTED: '# de % sélectionné',
3536
TEXT_X_OF_Y_MASS_SELECTED: '{{x}} de {{y}} sélectionnés',
3637
TEXT_CLEAR_PINNING: 'Dégeler les colonnes/rangées',

0 commit comments

Comments
 (0)