Skip to content

Commit

Permalink
chore: update Slickgrid-Universal and pnpm to latest versions (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Nov 2, 2024
1 parent 00acc4a commit aae93e2
Show file tree
Hide file tree
Showing 8 changed files with 6,622 additions and 5,338 deletions.
6 changes: 1 addition & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@
// allow Node14/npm8 until its EOL June 2023
{
packageNames: ["node"],
allowedVersions: "16.15.0",
allowedVersions: "<19.0.0",
},
{
packageNames: ["npm"],
allowedVersions: "8.5.0",
},
{
packageNames: ['pnpm'],
allowedVersions: '<9.0.0',
},

// rimraf new major release dropped support for Node 18, we'll have to wait our next major to upgrade them
{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- run: pnpm --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@slickgrid-universal/common": "^5.9.0",
"@slickgrid-universal/common": "^5.10.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.6",
"conventional-changelog-conventionalcommits": "^7.0.2",
Expand All @@ -68,7 +68,7 @@
"jest-transform-stub": "^2.0.0",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^7.0.1",
"pnpm": "^8.15.9",
"pnpm": "^9.12.3",
"rimraf": "^5.0.10",
"rxjs": "^7.8.1",
"ts-jest": "^29.2.5",
Expand All @@ -81,5 +81,5 @@
"ws": "^8.18.0"
}
},
"packageManager": "pnpm@8.15.9"
"packageManager": "pnpm@9.12.3"
}
10 changes: 5 additions & 5 deletions packages/aurelia-slickgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@aurelia/runtime": "^2.0.0-beta.22",
"@aurelia/runtime-html": "^2.0.0-beta.22",
"@formkit/tempo": "^0.1.2",
"@slickgrid-universal/common": "~5.9.0",
"@slickgrid-universal/custom-footer-component": "~5.9.0",
"@slickgrid-universal/empty-warning-component": "~5.9.0",
"@slickgrid-universal/common": "~5.10.0",
"@slickgrid-universal/custom-footer-component": "~5.10.0",
"@slickgrid-universal/empty-warning-component": "~5.10.0",
"@slickgrid-universal/event-pub-sub": "~5.9.0",
"@slickgrid-universal/pagination-component": "~5.9.0",
"@slickgrid-universal/row-detail-view-plugin": "~5.9.0",
"@slickgrid-universal/pagination-component": "~5.10.0",
"@slickgrid-universal/row-detail-view-plugin": "~5.10.0",
"@slickgrid-universal/utils": "~5.9.0",
"dequal": "^2.0.3",
"sortablejs": "^1.15.3"
Expand Down
20 changes: 10 additions & 10 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^0.1.2",
"@popperjs/core": "^2.11.8",
"@slickgrid-universal/common": "^5.9.0",
"@slickgrid-universal/composite-editor-component": "^5.9.0",
"@slickgrid-universal/custom-tooltip-plugin": "^5.9.0",
"@slickgrid-universal/excel-export": "^5.9.0",
"@slickgrid-universal/graphql": "^5.9.0",
"@slickgrid-universal/odata": "^5.9.0",
"@slickgrid-universal/row-detail-view-plugin": "^5.9.0",
"@slickgrid-universal/rxjs-observable": "^5.9.0",
"@slickgrid-universal/text-export": "^5.9.0",
"@slickgrid-universal/common": "^5.10.0",
"@slickgrid-universal/composite-editor-component": "^5.10.0",
"@slickgrid-universal/custom-tooltip-plugin": "^5.10.0",
"@slickgrid-universal/excel-export": "^5.10.0",
"@slickgrid-universal/graphql": "^5.10.0",
"@slickgrid-universal/odata": "^5.10.0",
"@slickgrid-universal/row-detail-view-plugin": "^5.10.0",
"@slickgrid-universal/rxjs-observable": "^5.10.0",
"@slickgrid-universal/text-export": "^5.10.0",
"aurelia": "^2.0.0-beta.22",
"aurelia-slickgrid": "workspace:*",
"bootstrap": "^5.3.3",
"i18next": "^23.16.1",
"i18next": "^23.16.4",
"i18next-fetch-backend": "^6.0.0",
"rxjs": "^7.8.1"
},
Expand Down
Loading

0 comments on commit aae93e2

Please sign in to comment.