Bump the workspace-dependencies group in /packages/vscode with 15 updates
Bumps the workspace-dependencies group in /packages/vscode with 15 updates:
| Package | From | To |
|---|---|---|
| @vscode/codicons | 0.0.36 |
0.0.43 |
| axios | 1.10.0 |
1.13.2 |
| dayjs | 1.11.13 |
1.11.19 |
| glob | 11.0.3 |
11.1.0 |
| rimraf | 6.0.1 |
6.1.2 |
| simplebar-react | 3.3.1 |
3.3.2 |
| @babel/core | 7.27.7 |
7.28.5 |
| @babel/preset-env | 7.27.2 |
7.28.5 |
| @babel/preset-react | 7.27.1 |
7.28.5 |
| @babel/preset-typescript | 7.27.1 |
7.28.5 |
| eslint-config-prettier | 10.1.5 |
10.1.8 |
| mini-css-extract-plugin | 2.9.2 |
2.9.4 |
| sass-embedded | 1.89.2 |
1.93.3 |
| ts-loader | 9.5.2 |
9.5.4 |
| webpack | 5.102.1 |
5.103.0 |
Updates @vscode/codicons from 0.0.36 to 0.0.43
Release notes
Sourced from @vscode/codicons's releases.
v0.0.43
Changes:
- #387: Update version to 0.0.43
- #386: Add download icon and update icon mapping
- #385: Update file icons for consistency and add forward icon
- #382: build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
- #384: Update icon sizes for better rendering
- #381: Add 'window-active' icon and update icon mapping
- #376: Update codicons version to 0.0.42
This list of changes was auto generated.
v0.0.42
🎨 Design refresh
In this release, the Codicon icon set has had a facelift. The new icons have been refined with curves, new modifier designs, and more accurate metaphors to make them feel modern, friendly and more legible.
🚀 New icons
- agent microsoft/vscode-codicons#375
- build microsoft/vscode-codicons#375
- commentDiscussionQuote microsoft/vscode-codicons#375
- cursor microsoft/vscode-codicons#375
- editCode microsoft/vscode-codicons#375
- fileText microsoft/vscode-codicons#375
- gitBranch microsoft/vscode-codicons#375
- gitBranchChanges microsoft/vscode-codicons#375
- gitBranchConflicts microsoft/vscode-codicons#375
- gitBranchStagedChanges microsoft/vscode-codicons#375
- mergeInto microsoft/vscode-codicons#375
- openInProduct microsoft/vscode-codicons#375
- quotes microsoft/vscode-codicons#375
- rename microsoft/vscode-codicons#375
- repoSelected microsoft/vscode-codicons#375
- runWithDeps microsoft/vscode-codicons#375
- searchLarge microsoft/vscode-codicons#375
- skip microsoft/vscode-codicons#375
- strikethrough microsoft/vscode-codicons#375
- sync microsoft/vscode-codicons#375
- terminalGitBash microsoft/vscode-codicons#375
- vmPending microsoft/vscode-codicons#375
Full Changelog: https://github.com/microsoft/vscode-codicons/compare/v0.0.41...v0.0.42
v0.0.41
🚀 New icons
... (truncated)
Commits
e87f711Merge pull request #387 from microsoft/mrleemurray/able-lion-maroon487d762fix: update version to 0.0.43 in package.json and package-lock.jsond1a9c94Merge pull request #386 from microsoft/mrleemurray/qualified-swordfish-violetce5f35efeat: add download icon and update mapping for new icon9640fa1Merge pull request #385 from microsoft/mrleemurray/vital-crane-gold1f8a62dfix: update files icon size to 24x24 for consistency and add new forward icon3492f19Merge pull request #382 from microsoft/dependabot/npm_and_yarn/js-yaml-4.1.197c1db0Merge pull request #384 from microsoft/mrleemurray/smoggy-cuckoo-coral8061713Update incorrectly sized icons from 18 x 18 to 16 x 16 to improve rendering q...3258d0fMerge pull request #381 from microsoft/mrleemurray/thick-koi-emerald- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for @vscode/codicons since your current version.
Updates axios from 1.10.0 to 1.13.2
Release notes
Sourced from axios's releases.
Release v1.13.2
Release notes:
Bug Fixes
- http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
- http: use default export for http2 module to support stubs; (#7196) (0588880)
Performance Improvements
Contributors to this release
Release v1.13.1
Release notes:
Bug Fixes
- http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)
Contributors to this release
Release v1.13.0
Release notes:
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.13.2 (2025-11-04)
Bug Fixes
- http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
- http: use default export for http2 module to support stubs; (#7196) (0588880)
Performance Improvements
Contributors to this release
1.13.1 (2025-10-28)
Bug Fixes
- http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)
Contributors to this release
1.13.0 (2025-10-27)
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
Contributors to this release
... (truncated)
Commits
08b84b5chore(release): v1.13.2 (#7207)8d37233fix(http): fix 'socket hang up' bug for keep-alive requests when using timeou...12c314bperf(http): fix early loop exit; (#7202)f6d79e7chore(sponsor): update sponsor block (#7203)0588880fix(http): use default export for http2 module to support stubs; (#7196)1ef8e72chore(release): v1.13.1 (#7194)bcd5581fix(http): fixed a regression that caused the data stream to be interrupted f...c9b3371chore: enhance styling and responsiveness in client.html (#7173)9ead04d[Release] v1.13.0 (#7189)d000fbffix(http2): fix possible race condition when handling http2 stream on almost ...- Additional commits viewable in compare view
Updates dayjs from 1.11.13 to 1.11.19
Release notes
Sourced from dayjs's releases.
v1.11.19
1.11.19 (2025-10-31)
Bug Fixes
- added usage warnings for diff + updated unit tests (#2948) (269a7a9)
- dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
- replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
- Updated Belarusian locale with relative time (#2656) (1d8746c)
v1.11.18
1.11.18 (2025-08-30)
Bug Fixes
- error semantic-release dependency (8cfb313)
v1.11.17
1.11.17 (2025-08-29)
Bug Fixes
v1.11.16
1.11.16 (2025-08-29)
Bug Fixes
- test release workflow (no code changes) (c38c428)
v1.11.15
1.11.15 (2025-08-28)
Bug Fixes
v1.11.14
1.11.14 (2025-08-27)
Bug Fixes
Changelog
Sourced from dayjs's changelog.
1.11.19 (2025-10-31)
Bug Fixes
- added usage warnings for diff + updated unit tests (#2948) (269a7a9)
- dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
- replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
- Updated Belarusian locale with relative time (#2656) (1d8746c)
1.11.18 (2025-08-30)
Bug Fixes
- error semantic-release dependency (8cfb313)
1.11.17 (2025-08-29)
Bug Fixes
1.11.16 (2025-08-29)
Bug Fixes
- test release workflow (no code changes) (c38c428)
1.11.15 (2025-08-28)
Bug Fixes
1.11.14 (2025-08-27)
Bug Fixes
Commits
02b7a5cchore(release): 1.11.19 [skip ci]37193beMerge pull request #2950 from iamkun/dev2db920bchore: update doc4f72974chore: update doc0b36a07chore: update doc269a7a9fix: added usage warnings for diff + updated unit tests (#2948)9e3132echore: update doc84201e6chore: update doc80401e3chore: update readme88ad3fdtest: Add unit test for Belarusian locale (#2934)- Additional commits viewable in compare view
Updates glob from 11.0.3 to 11.1.0
Changelog
Sourced from glob's changelog.
changeglob
13
- Move the CLI program out to a separate package,
glob-bin. Install that if you'd like to continue using glob from the command line.12
- Remove the unsafe
--shelloption. The--shelloption is now ONLY supported on known shells where the behavior can be implemented safely.11.1
- Add the
--shelloption for the command line, with a warning that this is unsafe. (It will be removed in v12.)- Add the
--cmd-arg/-gas a way to safely add positional arguments to the command provided to the CLI tool.- Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding
shell:trueexecution.11.0
- Drop support for node before v20
10.4
- Add
includeChildMatches: falseoption- Export the
Ignoreclass10.3
- Add
--default -pflag to provide a default pattern- exclude symbolic links to directories when
followandnodirare both set10.2
- Add glob cli
10.1
- Return
'.'instead of the empty string''when the current working directory is returned as a match.- Add
posix: trueoption to return/delimited paths, even on
... (truncated)
Commits
2551fb511.1.047473c0bin: Do not expose filenames to shell expansionbc33fe1skip tilde test on systems that lack tilde expansion59bf9cafix notesdde4fa6docs(README): add #anchor and improvenotes0559b0edocs: add better links to path-scurry docsc9773c2fix: correct typos inREADME.md13e68eaFix punctuation in traversal function documentation1527e2bfix repo url7e190e8fix typomaths→paths- Additional commits viewable in compare view
Updates rimraf from 6.0.1 to 6.1.2
Changelog
Sourced from rimraf's changelog.
6.1
- Move to native
fs/promisesusage instead of promisifying manually.6.0
- Drop support for nodes before v20
- Add
--versionto CLI5.0
- No default export, only named exports
4.4
- Provide Dirent or Stats object as second argument to filter
4.3
- Return boolean indicating whether the path was fully removed
- Add filter option
- bin: add --verbose, -v to print files as they are deleted
- bin: add --no-verbose, -V to not print files as they are deleted
- bin: add -i --interactive to be prompted on each deletion
- bin: add -I --no-interactive to not be prompted on each deletion
- 4.3.1 Fixed inappropriately following symbolic links to directories
v4.2
- Brought back
globsupport, using the new and improved glob v9v4.1
- Improved hybrid module with no need to look at the
.defaultdangly bit..defaultpreserved as a reference torimraffor compatibility with anyone who came to rely on it in v4.0.- Accept and ignore
-rfand-frarguments to the bin.v4.0
- Remove
globdependency entirely. This library now only accepts actual file and folder names to delete.- Accept array of paths or single path.
- Windows performance and reliability improved.
- All strategies separated into explicitly exported methods.
- Drop support for Node.js below version 14
- rewrite in TypeScript
... (truncated)
Commits
cd454986.1.2fe9a962glob@1330dc9d86.1.19dffc3eupdate globb6462eamock platform properly in test/index.ts668309fci: update typedoc action18dc77a6.1.02bd2e62changelog 6.119311cfrefactor: switch to native fs.promises0c437d4Create separate dir for integration tests- Additional commits viewable in compare view
Updates simplebar-react from 3.3.1 to 3.3.2
Changelog
Sourced from simplebar-react's changelog.
v3.3.2 (Thu Jul 03 2025)
🐛 Bug Fix
- Update CHANGELOG.md [skip ci] (
@Grsmto)- fix(react): horizontal & vertical classNames #656 (
@fakundo)⚠️ Pushed to
master
- add missing types in exports (
@Grsmto)- Publish (
@Grsmto)- chore(react): also add exports field (
@Grsmto)Authors: 2
Commits
46a2c4aPublish91860f1Update CHANGELOG.md [skip ci]598394badd missing types in exports- See full diff in compare view
Updates @babel/core from 7.27.7 to 7.28.5
Release notes
Sourced from @babel/core's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)Committers: 8
- Babel Bot (
@babel-bot)- Byeongho Yoo (
@youthfulhps)- Huáng Jùnliàng (
@JLHwung)- Hyeon Dokko (
@CO0Ki3)- Nicolò Ribaudo (
@nicolo-ribaudo)@Olexandr88@liuxingbaoyu- fisker Cheung (
@fisker)v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.28.5 (2025-10-23)
:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)da0d1adFaster finding of locations inbuildCodeFrameError(#17490)35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 (#17493)18d88b8Improve@babel/coretypings (#17471)453b068Switch to@jridgewell/remapping(#17474)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)64ec61eexport PartialConfig and NormalizedOptions (#17470)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @babel/core since your current version.
Updates @babel/preset-env from 7.27.2 to 7.28.5
Release notes
Sourced from @babel/preset-env's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)Committers: 8
- Babel Bot (
@babel-bot)- Byeongho Yoo (
@youthfulhps)- Huáng Jùnliàng (
@JLHwung)- Hyeon Dokko (
@CO0Ki3)- Nicolò Ribaudo (
@nicolo-ribaudo)@Olexandr88@liuxingbaoyu- fisker Cheung (
@fisker)v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.28.5 (2025-10-23)
:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)ae363aechore: Fix typo in variable name (#17535)1edfcaaUpdate compat data (#17487)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)fb57f26chore: update browser compat libs (#17469)f4a9616[static blocks] Do not inject new static fields after static code (#17443)f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)ccc5faev7.28.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @babel/preset-env since your current version.
Updates @babel/preset-react from 7.27.1 to 7.28.5
Release notes
Sourced from @babel/preset-react's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,...Description has been truncated