Skip to content

Releases: streetsidesoftware/vscode-spell-checker

code-spell-checker: v2.5.4

07 Aug 17:07
6aa1ff6
Compare
Choose a tag to compare

2.5.4 (2022-08-07)

Continuous Integration

code-spell-checker: v2.5.3

07 Aug 16:28
21a0512
Compare
Choose a tag to compare

2.5.3 (2022-08-07)

Continuous Integration

  • support publishing via release-please (cac7f81)

Updates and Bug Fixes

  • add erlang to default enabledLanguageIds (#2133) (701fe3d)

code-spell-checker: v2.5.2-alpha.0

07 Aug 06:38
952e57c
Compare
Choose a tag to compare

2.5.2-alpha.0 (2022-08-07)

Continuous Integration

  • change tag style to name@version (6241c78)
  • remove jest-mock-vscode from release (7c185c7)

Miscellaneous

  • release 2.5.2-alpha.0 (865d8be)
  • release jest-mock-vscode 1.0.0 (0b331f4)

code-spell-checker: v2.5.2

07 Aug 15:01
e4873a6
Compare
Choose a tag to compare

2.5.2 (2022-08-07)

Continuous Integration

Miscellaneous

Updates and Bug Fixes

code-spell-checker: v2.5.1

07 Aug 06:08
3b08011
Compare
Choose a tag to compare

2.5.1 (2022-08-07)

Continuous Integration

  • Bump jest-mock-vscode to 1.0 (67ab7a4)
  • Create release-please.yml (f3f7ca2)
  • disable Azure integration tests (e49e4d2)
  • setting up release-please (8cb6a79)
  • use full tag name (ed9f813)
  • Workflow Bot -- Update ALL Dependencies (#2125) (ade3bfb)

v2.5.0

06 Aug 10:05
Compare
Choose a tag to compare

Changes

Features

feat: Move Spelling Menu items into a submenu (#2121)

feat: Move Spelling Menu items into a submenu (#2121)

  • Move all spelling commands into a Spelling submenu
  • Add a setting to show suggestions in the context menu: cSpell. showSuggestionsLinkInEditorContextMenu
  • Adjust order of the spelling commands

Documentation

feat: Move Spelling Menu items into a submenu (#2121)

feat: Move Spelling Menu items into a submenu (#2121)

  • Move all spelling commands into a Spelling submenu
  • Add a setting to show suggestions in the context menu: cSpell. showSuggestionsLinkInEditorContextMenu
  • Adjust order of the spelling commands

Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2123)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2123)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 238 ++++++++++++++--------------
6 files changed, 127 insertions(+), 121 deletions(-)


ci: Update VSCode Types (#2122)

ci: Update VSCode Types (#2122)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2114)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2114)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 14 +++++++-------
6 files changed, 12 insertions(+), 12 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2112)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2112)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


v2.4.0

30 Jul 05:45
Compare
Choose a tag to compare

Changes

Features

feat: Upgrade to CSpell 6.5.0 (#2111)

feat: Upgrade to CSpell 6.5.0 (#2111)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 34b9d69..1eb6628 100644
--- a/package.json
+++ b/package.json
@@ -2230,11 +2230,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.2",
-    "@cspell/cspell-types": "^6.4.2",
-    "@types/react": "^17.0.47",
+    "@cspell/cspell-bundled-dicts": "^6.5.0",
+    "@cspell/cspell-types": "^6.5.0",
+    "@types/react": "^17.0.48",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.2",
+    "cspell": "^6.5.0",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 8 +-
packages/_integrationTests/package.json | 4 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 4 +-
packages/_settingsViewer/package.json | 4 +-
packages/client/package.json | 6 +-
yarn.lock | 168 ++++++++++++++--------------
7 files changed, 105 insertions(+), 99 deletions(-)


v2.3.3

28 Jul 08:13
Compare
Choose a tag to compare

Changes

Update README.md for arabic VS Code extension (#2105)

Update README.md for arabic VS Code extension (#2105)


Fixes

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Documentation

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 03d6a33..31c1595 100644
--- a/package.json
+++ b/package.json
@@ -2230,11 +2230,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.1",
-    "@cspell/cspell-types": "^6.4.1",
+    "@cspell/cspell-bundled-dicts": "^6.4.2",
+    "@cspell/cspell-types": "^6.4.2",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.1",
+    "cspell": "^6.4.2",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 158 +++++++++++++++-------------
6 files changed, 94 insertions(+), 88 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 36 ++++++++++++++---------------
5 files changed, 22 insertions(+), 22 deletions(-)


chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

Bumps @types/node from 18.0.6 to 18.6.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index a6a08a3..a948202 100644
--- a/package.json
+++ b/package.json
@@ -2229,11 +2229,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.0",
-    "@cspell/cspell-types": "^6.4.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.1",
+    "@cspell/cspell-types": "^6.4.1",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.0",
+    "cspell": "^6.4.1",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 146 ++++++++++++++--------------
6 files changed, 85 insertions(+), 85 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index d8767b6..a6a08a3 100644
--- a/package.json
+++ b/package.json
@@ -2226,14 +2226,14 @@
     "rimraf": "^3.0.2",
     "standard-version": "^9.5.0",
     "typescript": "^4.7.4",
-    "vsce": "^2.9.3"
+    "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.3.0",
-    "@cspell/cspell-types": "^6.3.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.0",
+    "@cspell/cspell-types": "^6.4.0",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.3.0",
+    "cspell": "^6.4.0",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 8 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 230 ++++++++++++++--------------
6 files changed, 128 insertions(+), 128 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

Bumps tzinfo from 1.2.9 to 1.2.10.

Release notes

Sourced from tzinfo's releases.

v1.2.10

  • Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when used with RubyDataSource. Please refer to GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.
  • Ignore the SECURITY file from Arch Linux's tzdata package. #134.

TZInfo v1.2.10 on RubyGems.org

Changelog

Sourced from tzinfo's changelog.

Version 1.2.10 - 19-Jul-2022

  • Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when used with RubyDataSource. Please refer to GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.
  • Ignore the SECURITY file from Arch Linux's tzdata package. #134.
Commits
  • <...
Read more

v2.3.2

26 Jul 19:17
Compare
Choose a tag to compare

Changes

Update README.md for arabic VS Code extension (#2105)

Update README.md for arabic VS Code extension (#2105)


Fixes

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


fix: Turn off `scminput` until VS Code is ready (#2095)

fix: Turn off scminput until VS Code is ready (#2095)

Add it back when Support markers for the SCM input document · Issue #155282 · microsoft/vscode is ready.


fix: Add default support for `vscode` `scminput` files. (#2092)

fix: Add default support for vscode scminput files. (#2092)

Related to SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Documentation

fix: Support spell checking commit message (#2106)

fix: Support spell checking commit message (#2106)

See: SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


fix: Turn off `scminput` until VS Code is ready (#2095)

fix: Turn off scminput until VS Code is ready (#2095)

Add it back when Support markers for the SCM input document · Issue #155282 · microsoft/vscode is ready.


fix: Add default support for `vscode` `scminput` files. (#2092)

fix: Add default support for vscode scminput files. (#2092)

Related to SCM: Support input box spell checking · Issue #35571 · microsoft/vscode


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2107)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 03d6a33..31c1595 100644
--- a/package.json
+++ b/package.json
@@ -2230,11 +2230,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.1",
-    "@cspell/cspell-types": "^6.4.1",
+    "@cspell/cspell-bundled-dicts": "^6.4.2",
+    "@cspell/cspell-types": "^6.4.2",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.1",
+    "cspell": "^6.4.2",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 158 +++++++++++++++-------------
6 files changed, 94 insertions(+), 88 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2104)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

packages/_server/package.json | 2 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 2 +-
packages/client/package.json | 2 +-
yarn.lock | 36 ++++++++++++++---------------
5 files changed, 22 insertions(+), 22 deletions(-)


chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 (#2103)

Bumps @types/node from 18.0.6 to 18.6.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2102)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index a6a08a3..a948202 100644
--- a/package.json
+++ b/package.json
@@ -2229,11 +2229,11 @@
     "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.4.0",
-    "@cspell/cspell-types": "^6.4.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.1",
+    "@cspell/cspell-types": "^6.4.1",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.4.0",
+    "cspell": "^6.4.1",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 6 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 146 ++++++++++++++--------------
6 files changed, 85 insertions(+), 85 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2101)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index d8767b6..a6a08a3 100644
--- a/package.json
+++ b/package.json
@@ -2226,14 +2226,14 @@
     "rimraf": "^3.0.2",
     "standard-version": "^9.5.0",
     "typescript": "^4.7.4",
-    "vsce": "^2.9.3"
+    "vsce": "^2.10.0"
   },
   "dependencies": {
-    "@cspell/cspell-bundled-dicts": "^6.3.0",
-    "@cspell/cspell-types": "^6.3.0",
+    "@cspell/cspell-bundled-dicts": "^6.4.0",
+    "@cspell/cspell-types": "^6.4.0",
     "@types/react": "^17.0.47",
     "cosmiconfig": "^7.0.1",
-    "cspell": "^6.3.0",
+    "cspell": "^6.4.0",
     "regexp-worker": "^1.1.1"
   },
   "comment-resolutions": {

Summary

package.json | 8 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 10 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/client/package.json | 4 +-
yarn.lock | 230 ++++++++++++++--------------
6 files changed, 128 insertions(+), 128 deletions(-)


ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2094)

Workflow Bot -- Update ALL Dependencies

Package.json

Summary

yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

chore(deps): bump tzinfo from 1.2.9 to 1.2.10 in /docs (#2100)

Bumps tzinfo from 1.2.9 to 1.2.10.

Release notes

Sourced from tzinfo's releases.

v1.2.10

  • Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when used with RubyDataSource. Please...
Read more

v2.3.1

17 Jul 05:58
Compare
Choose a tag to compare

Changes

Remove "vscode" from the list of blocked schemes (#2081)

Remove "vscode" from the list of blocked schemes (#2081)

👋🏻 I am a member of the VS Code team and I have been looking at a feature request (microsoft/vscode#35571) to enable spell check for the SCM input field. I have validated that extension authors already have all the necessary APIs in place to access the text document that is associated with the SCM input field.

Looking at the code of this particular extension, the only blocker at the moment to enable this functionality is due to the fact that the vscode scheme is in the list of clocked schemes. Removing it from there, one case use the existing settings to configure the extension to provide spell checking capabilities to the SCM input field.


docs: Add Slovenian to list of dictionaries (#2065)

docs: Add Slovenian to list of dictionaries (#2065)


Maintenance

ci: Workflow Bot -- Update ALL Dependencies (main) (#2084)

ci: Workflow Bot -- Update ALL Dependencies (main) (#2084)

Workflow Bot -- Update ALL Dependencies

Package.json

diff --git a/package.json b/package.json
index 7d70f4c..17a917c 100644
--- a/package.json
+++ b/package.json
@@ -2225,7 +2225,7 @@
     "rimraf": "^3.0.2",
     "standard-version": "^9.5.0",
     "typescript": "^4.7.4",
-    "vsce": "^2.9.2"
+    "vsce": "^2.9.3"
   },
   "dependencies": {
     "@cspell/cspell-bundled-dicts": "^6.2.3",

Summary

package.json | 2 +-
packages/___buildTools/package.json | 2 +-
packages/_integrationTests/package.json | 2 +-
packages/_server/package.json | 6 +-
packages/_serverPatternMatcher/package.json | 2 +-
packages/_settingsViewer/package.json | 4 +-
packages/client/package.json | 4 +-
.../package-json-dependency-updater/package.json | 2 +-
yarn.lock | 180 ++++++++++-----------
9 files changed, 93 insertions(+), 111 deletions(-)


chore(deps-dev): bump vscode-languageserver from 8.0.1 to 8.0.2 (#2080)

chore(deps-dev): bump vscode-languageserver from 8.0.1 to 8.0.2 (#2080)

Bumps vscode-languageserver from 8.0.1 to 8.0.2.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chore(deps): bump actions/setup-node from 3.4.0 to 3.4.1 (#2082)

chore(deps): bump actions/setup-node from 3.4.0 to 3.4.1 (#2082)

Bumps actions/setup-node from 3.4.0 to 3.4.1.

Release notes

Sourced from actions/setup-node's releases.

Fix pnpm output and node-version output issues

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path actions/setup-node#545. Moreover we fixed the issue with falling on node-version output actions/setup-node#540.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

chore(deps): bump tibdex/github-app-token from 1.5 to 1.6 (#2076)

chore(deps): bump tibdex/github-app-token from 1.5 to 1.6 (#2076)

Bumps tibdex/github-app-token from 1.5 to 1.6.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tibdex/github-app-token&package-ma...

Read more