Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6682)
Browse files Browse the repository at this point in the history
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
Co-authored-by: Jason Dent <[email protected]>
  • Loading branch information
1 parent 0cdea31 commit de3b39a
Show file tree
Hide file tree
Showing 12 changed files with 522 additions and 516 deletions.
2 changes: 1 addition & 1 deletion examples/invoke-cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"cspell": "^8.16.1"
"cspell": "^8.17.0"
}
}
6 changes: 3 additions & 3 deletions examples/yarn/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"update:dep": "yarn add --dev @cspell/dict-medicalterms@latest @cspell/cspell-types@latest @cspell/eslint-plugin@latest cspell"
},
"devDependencies": {
"@cspell/cspell-types": "^8.16.1",
"@cspell/cspell-types": "^8.17.0",
"@cspell/dict-medicalterms": "^4.1.5",
"@cspell/eslint-plugin": "^8.16.1",
"@cspell/eslint-plugin": "^8.17.0",
"@eslint/js": "^9.14.0",
"cspell": "^8.16.1",
"cspell": "^8.17.0",
"eslint": "^9.14.0",
"globals": "^15.11.0"
}
Expand Down
311 changes: 156 additions & 155 deletions examples/yarn/cspell-eslint-plugin/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
"@lerna-lite/cli": "^3.10.1",
"@lerna-lite/publish": "^3.10.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-typescript": "^12.1.2",
"@swc-node/register": "^1.10.9",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.68",
Expand Down
426 changes: 215 additions & 211 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"cspell-lib": "workspace:*",
"magic-string": "^0.30.15"
"magic-string": "^0.30.17"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions test-packages/yarn/yarn2/test-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"update:dep": "yarn add --dev @cspell/dict-medicalterms@latest @cspell/cspell-types@latest @cspell/eslint-plugin@latest"
},
"devDependencies": {
"@cspell/cspell-types": "^8.16.1",
"@cspell/cspell-types": "^8.17.0",
"@cspell/dict-medicalterms": "^4.1.5",
"@cspell/eslint-plugin": "^8.16.1",
"@cspell/eslint-plugin": "^8.17.0",
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"globals": "^15.11.0"
Expand Down
Loading

0 comments on commit de3b39a

Please sign in to comment.