Skip to content

Commit

Permalink
Update dependencies (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem authored Jul 23, 2024
1 parent f2bb208 commit 2526935
Show file tree
Hide file tree
Showing 12 changed files with 1,210 additions and 950 deletions.
8 changes: 8 additions & 0 deletions .changeset/cuddly-jeans-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@open-pioneer/tag-current-versions": patch
"@open-pioneer/build-package": patch
"@open-pioneer/build-common": patch
"@open-pioneer/vite-plugin-pioneer": patch
---

Update dependencies
2 changes: 1 addition & 1 deletion integration-tests/cli-tests/__snapshots/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@open-pioneer/chakra-integration": "^1.1.3",
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/http": "^2.1.7",
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/react-utils": "*",
"@open-pioneer/runtime": "^2.1.5",
"@types/proj4": "^2.5.2",
"ol": "^9.0.0",
Expand Down
36 changes: 18 additions & 18 deletions integration-tests/cli-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
"name": "cli-tests",
"private": true,
"devDependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/icons": "2.1.1",
"@open-pioneer/build-package-cli": "workspace:^",
"@open-pioneer/build-support": "workspace:^",
"@open-pioneer/chakra-integration": "^1.1.3",
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/http": "^2.1.7",
"@open-pioneer/map": "^0.5.1",
"@open-pioneer/react-utils": "^0.2.3",
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/chakra-integration": "1.1.3",
"@open-pioneer/core": "1.2.3",
"@open-pioneer/http": "2.1.8",
"@open-pioneer/map": "0.5.1",
"@open-pioneer/react-utils": "0.2.3",
"@open-pioneer/runtime": "2.1.6",
"@open-pioneer/vite-plugin-pioneer": "workspace:^",
"@types/proj4": "^2.5.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"chakra-react-select": "^4.8.0",
"@types/proj4": "2.5.5",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"chakra-react-select": "4.9.1",
"classnames": "^2.5.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"ol": "^9.2.4",
"proj4": "^2.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-select": "^5.8.0",
"react-use": "^17.5.0",
"uuid": "^9.0.1"
"ol": "9.2.4",
"proj4": "2.11.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-select": "5.8.0",
"react-use": "17.5.1",
"uuid": "10.0.0"
},
"scripts": {
"clean": "rimraf temp",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/cli-tests/test-data/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@open-pioneer/chakra-integration": "^1.1.3",
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/http": "^2.1.7",
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/react-utils": "*",
"@open-pioneer/runtime": "^2.1.5",
"@types/proj4": "^2.5.2",
"ol": "^9.0.0",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
"prettier-check": "pnpm prettier:common -c",
"prettier": "pnpm prettier:common -w",
"prettier:common": "prettier ./packages ./integration-tests --ignore-path .eslintignore --cache",
"prepare": "husky install",
"prepare": "husky",
"ci:test": "pnpm run clean && pnpm run check-types && pnpm run lint && pnpm run build && pnpm install && pnpm run test run",
"ci:version": "pnpm changeset version && pnpm prettier && pnpm install",
"ci:publish": "pnpm run clean && pnpm run build && pnpm publish -r --access public && pnpm changeset tag"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@types/node": "^18.19.39",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"esbuild": "^0.21.5",
"@changesets/cli": "^2.27.7",
"@types/node": "^18.19.41",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"husky": "^9.1.1",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"engines": {
"node": ">= 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build-tools": "workspace:*"
},
"dependencies": {
"semver": "^7.6.2",
"semver": "^7.6.3",
"zod": "^3.23.8",
"zod-validation-error": "^3.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/build-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"chalk": "^5.3.0",
"debug": "^4.3.5",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"fast-glob": "^3.3.2",
"find-git-root": "^1.0.4",
"find-workspaces": "^0.3.1",
"fs-extra": "^11.2.0",
"import-meta-resolve": "^4.1.0",
"postcss": "^8.4.33",
"postcss": "^8.4.39",
"postcss-import": "^16.0.0",
"rollup": "^4.18.0",
"rollup": "^4.19.0",
"rollup-plugin-esbuild": "^6.1.1"
},
"devDependencies": {
Expand All @@ -66,8 +66,8 @@
"@types/postcss-import": "^14.0.3",
"@types/react": "^18.3.3",
"build-tools": "workspace:*",
"sass": "^1.77.6",
"typescript": "^5.5.2"
"sass": "^1.77.8",
"typescript": "^5.5.4"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion packages/tag-current-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@changesets/git": "^3.0.0",
"@changesets/logger": "^0.1.0",
"@manypkg/get-packages": "^2.2.1"
"@manypkg/get-packages": "^2.2.2"
},
"devDependencies": {
"@changesets/test-utils": "^0.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/tag-current-versions/src/run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ describe("tag command", () => {
expect(git.tag).not.toHaveBeenCalled();
await run(cwd);
expect(git.tag).toHaveBeenCalledTimes(2);
expect((git.tag as Mock).mock.calls[0][0]).toEqual("[email protected]");
expect((git.tag as Mock).mock.calls[1][0]).toEqual("[email protected]");
expect((git.tag as Mock).mock.calls[0]![0]).toEqual("[email protected]");
expect((git.tag as Mock).mock.calls[1]![0]).toEqual("[email protected]");
});

it("skips tags that already exist", async () => {
Expand Down Expand Up @@ -72,7 +72,7 @@ describe("tag command", () => {
expect(git.tag).not.toHaveBeenCalled();
await run(cwd);
expect(git.tag).toHaveBeenCalledTimes(1);
expect((git.tag as Mock).mock.calls[0][0]).toEqual("[email protected]");
expect((git.tag as Mock).mock.calls[0]![0]).toEqual("[email protected]");
});

it("skips private package", async () => {
Expand Down
16 changes: 8 additions & 8 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"vite": "^5.0.0"
},
"dependencies": {
"@babel/generator": "^7.24.7",
"@babel/generator": "^7.24.10",
"@babel/template": "^7.24.7",
"@babel/types": "^7.24.7",
"@babel/types": "^7.24.9",
"@open-pioneer/build-common": "workspace:^",
"debug": "^4.3.5",
"js-yaml": "^4.1.0",
Expand All @@ -49,20 +49,20 @@
},
"devDependencies": {
"@open-pioneer/build-support": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/runtime": "^2.1.6",
"@open-pioneer/vite-plugin-pioneer": "workspace:^",
"@types/babel__generator": "^7.6.8",
"@types/babel__template": "^7.4.4",
"@types/debug": "^4.1.12",
"@types/js-yaml": "^4.0.9",
"build-tools": "workspace:*",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"fast-glob": "^3.3.2",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"sass": "^1.77.6",
"vite": "^5.3.1"
"rimraf": "^5.0.9",
"rollup": "^4.19.0",
"sass": "^1.77.8",
"vite": "^5.3.4"
},
"engines": {
"node": ">= 18"
Expand Down
Loading

0 comments on commit 2526935

Please sign in to comment.