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

chore(deps-dev): bump @changesets/cli from 2.27.7 to 2.27.9 #1035

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps-dev): bump @changesets/cli from 2.27.7 to 2.27.9
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.7 to 2.27.9.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 1, 2024

Verified

This commit was signed with the committer’s verified signature.
DexterYan Dexter Yan
commit d934f025f276e7d0f00ae47e261550a4b20aa387
604 changes: 84 additions & 520 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.9",
"@types/cross-spawn": "^6.0.6",
"@types/dedent": "^0.7.2",
"@types/inquirer": "^8.2.10",

Unchanged files with check annotations Beta

* limitations under the License.
*/
import { intersects } from 'semver';

Check failure on line 16 in src/lib/options.ts

GitHub Actions / ci (18)

Could not find a declaration file for module 'semver'. '/home/runner/work/foundry/foundry/node_modules/semver/index.js' implicitly has an 'any' type.

Check failure on line 16 in src/lib/options.ts

GitHub Actions / ci (20)

Could not find a declaration file for module 'semver'. '/home/runner/work/foundry/foundry/node_modules/semver/index.js' implicitly has an 'any' type.

Check failure on line 16 in src/lib/options.ts

GitHub Actions / ci (22)

Could not find a declaration file for module 'semver'. '/home/runner/work/foundry/foundry/node_modules/semver/index.js' implicitly has an 'any' type.
import {
Environment,