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 Jun 4, 2024
1 parent b521f38 commit a34232a
Show file tree
Hide file tree
Showing 6 changed files with 2,853 additions and 1,731 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
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.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
yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs
plugins:
- path: .yarn/plugins/list.js
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,47 +25,47 @@
"watch": "yarn clean && yarn build"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/cli": "17.8.1",
"@ivangabriele/commitlint-config": "1.1.0",
"@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.3",
"@rollup/plugin-node-resolve": "15.1.0",
"@swc/core": "1.3.69",
"@types/mocha": "10.0.1",
"@types/node": "20.4.2",
"@types/vscode": "1.80.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@vscode/test-electron": "2.3.3",
"@vscode/vsce": "2.19.0",
"dayjs": "1.11.9",
"eslint": "8.45.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.5.24",
"@types/mocha": "10.0.6",
"@types/node": "20.14.1",
"@types/vscode": "1.89.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vscode/test-electron": "2.4.0",
"@vscode/vsce": "2.27.0",
"dayjs": "1.11.11",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.3",
"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",
"glob": "10.3.3",
"execa": "7.2.0",
"glob": "10.4.1",
"husky": "8.0.3",
"is-command": "2.0.2",
"lint-staged": "13.2.3",
"mocha": "10.2.0",
"moment": "2.29.4",
"lint-staged": "13.3.0",
"mocha": "10.4.0",
"moment": "2.30.1",
"prettier": "2.8.8",
"rollup": "3.26.2",
"rollup-plugin-swc3": "0.9.1",
"semantic-release": "21.0.7",
"tslib": "2.6.0",
"typescript": "5.1.6"
"rollup": "3.29.4",
"rollup-plugin-swc3": "0.11.2",
"semantic-release": "21.1.2",
"tslib": "2.6.3",
"typescript": "5.4.5"
},
"//": "https://github.com/okonet/lint-staged/issues/825#issuecomment-674575655",
"lint-staged": {
Expand All @@ -75,7 +75,7 @@
"bash -c 'npm run test:type'"
]
},
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@3.8.2",
"prettier": "@ivangabriele/prettier-config",
"release": {
"extends": "@ivangabriele/semantic-release-config-no-npm"
Expand Down
Loading

0 comments on commit a34232a

Please sign in to comment.