Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies (#4)
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 Jun 7, 2024
1 parent e3d4935 commit ef6d3a6
Show file tree
Hide file tree
Showing 6 changed files with 3,629 additions and 2,372 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_release_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Merge pull request
uses: pascalgn/automerge-action@v0.15.6
uses: pascalgn/automerge-action@v0.16.3
# https://github.com/pascalgn/automerge-action#configuration
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,50 +19,50 @@
},
"devDependencies": {
"@ivangabriele/eslint-config-typescript-base": "7.1.1",
"@ivangabriele/prettier-config": "3.1.0",
"@ivangabriele/prettier-config": "3.2.0",
"@ivangabriele/semantic-release-config-no-npm": "3.0.3",
"@ivangabriele/tsconfig-node": "1.2.2",
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-node-resolve": "15.1.0",
"@swc/core": "1.3.67",
"@types/chrome": "0.0.241",
"@types/d3-color": "3.1.0",
"@types/firefox-webext-browser": "111.0.1",
"@types/mocha": "10.0.1",
"@types/node": "20.4.2",
"@types/toastify-js": "1.11.1",
"@types/vscode": "1.79.1",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vscode/test-electron": "2.3.3",
"@vscode/vsce": "2.19.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.5.25",
"@types/chrome": "0.0.268",
"@types/d3-color": "3.1.3",
"@types/firefox-webext-browser": "111.0.5",
"@types/mocha": "10.0.6",
"@types/node": "20.14.2",
"@types/toastify-js": "1.12.3",
"@types/vscode": "1.90.0",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vscode/test-electron": "2.4.0",
"@vscode/vsce": "2.27.0",
"d3-color": "3.1.0",
"eslint": "8.44.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-sort-destructure-keys": "1.6.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"execa": "7.1.1",
"mocha": "10.2.0",
"execa": "7.2.0",
"mocha": "10.4.0",
"postcss": "8.4.25",
"prettier": "2.8.8",
"rollup": "3.26.0",
"rollup-plugin-copy": "3.4.0",
"rollup": "3.29.4",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-swc3": "0.8.2",
"semantic-release": "21.0.6",
"rollup-plugin-swc3": "0.11.2",
"semantic-release": "21.1.2",
"sharp": "0.32.2",
"tslib": "2.6.0",
"typescript": "5.1.6",
"ws": "8.13.0"
"tslib": "2.6.3",
"typescript": "5.4.5",
"ws": "8.17.0"
},
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.2.2",
"prettier": "@ivangabriele/prettier-config"
}
Loading

0 comments on commit ef6d3a6

Please sign in to comment.