Skip to content

Commit

Permalink
chore: Bump typescript from 5.5.4 to 5.6.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 14, 2024
1 parent 5a8ac29 commit d14fd8b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test": "vitest"
},
"dependencies": {
"globby": "^14.0.1",
"globby": "^14.0.2",
"is-glob": "^4.0.3",
"is-path-cwd": "^3.0.0",
"is-path-inside": "^4.0.0",
Expand All @@ -59,22 +59,22 @@
"slash": "^5.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@biomejs/biome": "^1.9.3",
"@types/fs-extra": "^11.0.4",
"@types/graceful-fs": "^4.1.9",
"@types/is-glob": "^4.0.4",
"@types/node": "20",
"@types/node": "^20.14.9",
"@types/rollup-plugin-auto-external": "^2.0.5",
"fs-extra": "^11.2.0",
"publint": "^0.2.8",
"replace-in-file": "^8.1.0",
"rollup": "^4.18.0",
"publint": "^0.2.11",
"replace-in-file": "^8.2.0",
"rollup": "^4.24.0",
"rollup-plugin-auto-external": "^2.0.0",
"typescript": "^5.4.5",
"vitest": "^2.0.5"
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"peerDependencies": {
"rollup": "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}
41 changes: 20 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export default [
},
],
plugins: [autoExternal()],
external: ['node:path'],
},
]

0 comments on commit d14fd8b

Please sign in to comment.