Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workflow Bot -- Update ALL Dependencies (main) #2037

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

street-side-software-automation[bot]
Copy link
Contributor

@street-side-software-automation street-side-software-automation bot commented Nov 6, 2024

Update Dependencies

Type: fix

Selected Diffs

diff --git a/action-src/package.json b/action-src/package.json
index 80ea2be..292f47d 100644
--- a/action-src/package.json
+++ b/action-src/package.json
@@ -26,12 +26,12 @@
   "dependencies": {
     "@actions/core": "^1.11.1",
     "@actions/github": "^6.0.0",
-    "@cspell/cspell-bundled-dicts": "^8.15.7",
-    "@cspell/cspell-types": "^8.15.7",
+    "@cspell/cspell-bundled-dicts": "^8.16.0",
+    "@cspell/cspell-types": "^8.16.0",
     "@octokit/webhooks-types": "^7.6.1",
     "@types/node": "^20.17.6",
-    "cspell": "^8.15.7",
-    "cspell-glob": "^8.15.7",
+    "cspell": "^8.16.0",
+    "cspell-glob": "^8.16.0",
     "vscode-uri": "^3.0.8"
   },
   "files": [
diff --git a/action/package.json b/action/package.json
index 8d6fa87..ee8627c 100644
--- a/action/package.json
+++ b/action/package.json
@@ -9,7 +9,7 @@
     "@cspell/cspell-bundled-dicts"
   ],
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^8.15.7"
+    "@cspell/cspell-bundled-dicts": "^8.16.0"
   },
   "files": [
     "lib"
diff --git a/package.json b/package.json
index 02ca169..59dc3a0 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
     "@vitest/coverage-istanbul": "^2.1.4",
     "env-cmd": "^10.1.0",
     "eslint": "^9.14.0",
-    "eslint-plugin-n": "^17.12.0",
+    "eslint-plugin-n": "^17.13.0",
     "eslint-plugin-simple-import-sort": "^12.1.1",
     "prettier": "^3.3.3",
     "shx": "^0.3.4",

Summary

 action-src/package.json  |   8 +-
 action/lib/main_root.cjs | 730 +++++++++++++++++++++++------------------------
 action/package.json      |   2 +-
 package.json             |   2 +-
 pnpm-lock.yaml           | 278 +++++++++---------
 5 files changed, 510 insertions(+), 510 deletions(-)

@coveralls
Copy link

coveralls commented Nov 6, 2024

Pull Request Test Coverage Report for Build 11722549817

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.12%

Totals Coverage Status
Change from base Build 11701594308: 0.0%
Covered Lines: 249
Relevant Lines: 259

💛 - Coveralls

@street-side-software-automation street-side-software-automation bot changed the title ci: Workflow Bot -- Update ALL Dependencies (main) fix: Workflow Bot -- Update ALL Dependencies (main) Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants