deps(extension)(deps-dev): bump the development-dependencies group across 1 directory with 3 updates#239
Conversation
…ross 1 directory with 3 updates Bumps the development-dependencies group with 3 updates in the /chartsmith-extension directory: [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode), [ts-loader](https://github.com/TypeStrong/ts-loader) and [webpack](https://github.com/webpack/webpack). Updates `@types/vscode` from 1.99.1 to 1.110.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 `webpack` from 5.99.7 to 5.105.4 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.99.7...v5.105.4) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-version: 1.110.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: webpack dependency-version: 5.105.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@types/marked": "^5.0.2", | ||
| "@types/node": "20.2.5", | ||
| "@types/vscode": "^1.80.0", | ||
| "@types/vscode": "^1.110.0", |
There was a problem hiding this comment.
@types/vscode version exceeds engines.vscode minimum, breaking packaging
High Severity
@types/vscode was bumped to ^1.110.0 while engines.vscode remains ^1.80.0. The vsce packaging tool validates that the @types/vscode version does not exceed the engines.vscode minimum, so vsce package (used in the package:vsix script) will now fail. Additionally, the newer type definitions expose APIs unavailable in VS Code 1.80–1.109, risking runtime errors for users on those versions. Either engines.vscode needs to be raised to match, or the types version needs to stay aligned with the current engine minimum.


Bumps the development-dependencies group with 3 updates in the /chartsmith-extension directory: @types/vscode, ts-loader and webpack.
Updates
@types/vscodefrom 1.99.1 to 1.110.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
webpackfrom 5.99.7 to 5.105.4Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
27c13b4chore(release): new release (#20550)9b2f41echore: bump terser plugin (#20569)eafe060fix: narrow the export presence guard detection (#20561)75d605crefactor: add AppendOnlyStackedSet iteration support and tests (#20560)afa607drefactor: remove unused code (#20562)4098902test: add source files for web-webworker and web-webworker-auto-public-path (...f97be67refactor: fix duplicated word in Compilation JSDoc (#20547)9d76fffrefactor: add Module.getSourceBasicTypes for basic JS type detection (#20546)a3d7839fix: types for multi stats (#20556)b8e9b05fix: updateenhanced-resolveto support new features fortsconfig.json(#...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.
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 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