Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent a3c9856 commit 71ee256
Show file tree
Hide file tree
Showing 6 changed files with 2,908 additions and 2,649 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
@@ -1,4 +1,4 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/list.js
yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,50 +20,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.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.3.96",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.8",
"@types/mocha": "10.0.4",
"@types/node": "20.9.0",
"@types/ramda": "0.29.8",
"@types/vscode": "1.84.1",
"@types/ws": "8.5.9",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vscode/test-electron": "2.3.6",
"@vscode/vsce": "2.22.0",
"@swc/core": "1.5.6",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/mocha": "10.0.6",
"@types/node": "20.12.12",
"@types/ramda": "0.30.0",
"@types/vscode": "1.89.0",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vscode/test-electron": "2.3.10",
"@vscode/vsce": "2.26.1",
"cuid": "3.0.0",
"eslint": "8.53.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-config-prettier": "9.1.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": "3.1.0",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"execa": "8.0.1",
"globby": "13.2.2",
"jest": "29.7.0",
"mocha": "10.2.0",
"mocha": "10.4.0",
"prettier": "2.8.8",
"ramda": "0.29.1",
"rollup": "4.4.0",
"rollup-plugin-swc3": "0.10.3",
"semantic-release": "22.0.7",
"ramda": "0.30.0",
"rollup": "4.17.2",
"rollup-plugin-swc3": "0.11.2",
"semantic-release": "22.0.12",
"tslib": "2.6.2",
"type-fest": "4.7.1",
"typescript": "5.2.2",
"ws": "8.14.2"
"type-fest": "4.18.2",
"typescript": "5.4.5",
"ws": "8.17.0"
},
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.2.2",
"prettier": "@ivangabriele/prettier-config",
"release": {
"extends": "@ivangabriele/semantic-release-config-no-npm"
Expand Down
Loading

0 comments on commit 71ee256

Please sign in to comment.