deps(extension)(deps-dev): bump the development-dependencies group in /chartsmith-extension with 4 updates#142
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
479f952 to
eb9e8cb
Compare
| "@types/marked": "^5.0.2", | ||
| "@types/node": "20.2.5", | ||
| "@types/vscode": "^1.80.0", | ||
| "@types/vscode": "^1.107.0", |
There was a problem hiding this comment.
Bug: Type definitions version exceeds minimum engine requirement
The @types/vscode version (1.107.0) is significantly higher than the engines.vscode minimum version (^1.80.0). This mismatch means TypeScript type definitions include APIs that only exist in VS Code 1.107.0+, but the extension claims to support VS Code 1.80.0+. Code could compile successfully using newer APIs that don't exist at runtime for users on older VS Code versions, causing runtime failures. The @types/vscode version should typically match the engines.vscode version.
Additional Locations (1)
eb9e8cb to
99afae8
Compare
Bumps the development-dependencies group in /chartsmith-extension with 4 updates: [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode), [ts-loader](https://github.com/TypeStrong/ts-loader), [typescript](https://github.com/microsoft/TypeScript) and [webpack](https://github.com/webpack/webpack). Updates `@types/vscode` from 1.99.1 to 1.107.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) Updates `ts-loader` from 9.5.2 to 9.5.4 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](TypeStrong/ts-loader@v9.5.2...v9.5.4) Updates `typescript` from 5.8.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3) Updates `webpack` from 5.99.7 to 5.103.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.99.7...v5.103.0) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-version: 1.107.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ts-loader dependency-version: 9.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: webpack dependency-version: 5.103.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
99afae8 to
cf2970f
Compare
|
Closing stale dependabot PR - likely superseded by newer grouped updates |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the development-dependencies group in /chartsmith-extension with 4 updates: @types/vscode, ts-loader, typescript and webpack.
Updates
@types/vscodefrom 1.99.1 to 1.107.0Commits
Updates
ts-loaderfrom 9.5.2 to 9.5.4Release notes
Sourced from ts-loader's releases.
Changelog
Sourced from ts-loader's changelog.
Commits
f7d022fUpdate changelog for version 9.5.4 (#1677)ba825c2chore: TypeScript 5.9 upgrade (#1676)847a249feat: stub for 5.8 (#1668)0ee4035feat: Update push.yml with workflow_dispatchd735298chore: update lockfile (#1666)Updates
typescriptfrom 5.8.3 to 5.9.3Release notes
Sourced from typescript's releases.
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKGUpdates
webpackfrom 5.99.7 to 5.103.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
e021948chore(release): 5.103.01dc6967chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#20130)077417ffix(css): many css modules bugs (#20129)7722518chore: fix script (#20128)688a7f9test: no runtime requirements for module library (#20127)04fe5a1refactor: pkg.pr.new publish (#20093)27c05c7fix: return to namespace import when the external request includes a specific...067cc60refactor: no runtime requirements for module library (#20096)d4208bafix: delay HMR accept dependencies to preserve import attributes (#20124)102e1a4feat(css): added css-style-sheet to exportType for CSSStyleSheet return (#20104)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions