Skip to content

Commit

Permalink
fix(deps): update all dependencies (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 88c5c05 commit 3f586a0
Show file tree
Hide file tree
Showing 11 changed files with 1,543 additions and 1,645 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@ aliases:
executors:
node_16:
docker:
- image: cimg/node:16.17.0
- image: cimg/node:16.20.2
working_directory: *working_directory

node_18:
docker:
- image: cimg/node:18.9.0
- image: cimg/node:18.20.2
working_directory: *working_directory

node_20:
docker:
- image: cimg/node:20.9.0
- image: cimg/node:20.12.2
working_directory: *working_directory


# orbs
orbs:
codecov: codecov/codecov@4.0.0
codecov: codecov/codecov@4.1.0

# jobs
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}

- name: Convert markdown to slack markdown
uses: LoveToKnow/[email protected].0
uses: LoveToKnow/[email protected].2
id: markdown
with:
text: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: rm -rf reference.txt
continue-on-error: true

- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
if: steps.changesets.outputs.published == 'true'
with:
branch: after-release
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.12.2
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,37 @@
},
"workspaces": ["packages/*"],
"dependencies": {
"@babel/core": "7.22.10",
"@babel/core": "7.24.4",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.5",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@manypkg/cli": "0.21.0",
"@preconstruct/cli": "2.8.1",
"@types/jest": "29.5.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@manypkg/cli": "0.21.4",
"@preconstruct/cli": "2.8.3",
"@types/jest": "29.5.12",
"@types/node": "^20.0.0",
"babel-jest": "29.6.2",
"babel-jest": "29.7.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"codecov": "^3.2.5",
"husky": "^8.0.0",
"ignore-loader": "^0.1.2",
"jest": "29.6.2",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"jest-watch-typeahead": "2.2.2",
"lint-staged": "13.2.3",
"lint-staged": "13.3.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"path-browserify": "^1.0.1",
"prettier": "3.0.1",
"prettier": "3.2.5",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-loader": "^9.2.6",
"tsc-files": "1.1.4",
"typescript": "5.1.6",
"typescript": "5.4.5",
"webpack": "^5.53.0",
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/history-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"devDependencies": {
"@commercetools/platform-sdk": "7.7.0",
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.8",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.13",
"uuid": "9.0.0"
"tsconfig-replace-paths": "0.0.14",
"uuid": "9.0.1"
},
"scripts": {
"remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated",
Expand Down
6 changes: 3 additions & 3 deletions packages/importapi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.8",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.13",
"uuid": "9.0.0"
"tsconfig-replace-paths": "0.0.14",
"uuid": "9.0.1"
},
"scripts": {
"remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated",
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@commercetools/ts-client": "^1.2.0"
},
"devDependencies": {
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.8",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.13",
"uuid": "9.0.0"
"tsconfig-replace-paths": "0.0.14",
"uuid": "9.0.1"
},
"scripts": {
"remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-client-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"abort-controller": "3.0.0",
"buffer": "^6.0.3",
"node-fetch": "^2.6.1",
"uuid": "9.0.0"
"uuid": "9.0.1"
},
"files": ["dist", "CHANGELOG.md"],
"author": "Chukwuemeka Ajima <[email protected]>",
Expand All @@ -48,8 +48,8 @@
},
"devDependencies": {
"common-tags": "1.8.2",
"dotenv": "16.3.1",
"jest": "29.6.2",
"dotenv": "16.4.5",
"jest": "29.7.0",
"nock": "12.0.3",
"organize-imports-cli": "0.10.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"abort-controller": "3.0.0",
"common-tags": "1.8.2",
"dotenv": "16.3.1",
"jest": "29.6.2",
"dotenv": "16.4.5",
"jest": "29.7.0",
"nock": "12.0.3",
"organize-imports-cli": "0.10.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ts-sdk-apm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"private": false,
"dependencies": {
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.38.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.41.0",
"@opentelemetry/sdk-node": "^0.41.0",
"uuid": "9.0.0"
"@opentelemetry/auto-instrumentations-node": "^0.45.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.51.0",
"@opentelemetry/sdk-node": "^0.51.0",
"uuid": "9.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3f586a0

Please sign in to comment.