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 the vscode group with 4 updates #57

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the vscode group with 4 updates: @types/node, glob, mocha and ovsx.

Updates @types/node from 20.11.30 to 20.12.2

Commits

Updates glob from 10.3.10 to 10.3.12

Commits

Updates mocha from 10.3.0 to 10.4.0

Release notes

Sourced from mocha's releases.

v10.4.0

10.4.0 / 2024-03-26

🎉 Enhancements

🐛 Fixes

🔩 Other

Changelog

Sourced from mocha's changelog.

10.4.0 / 2024-03-26

🎉 Enhancements

🐛 Fixes

🔩 Other

Commits
Maintainer changes

This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.


Updates ovsx from 0.8.4 to 0.9.0

Release notes

Sourced from ovsx's releases.

Open VSX v0.9.0

This is the fourth release of Open VSX. It consists of

Deploying the server application is documented in the Wiki.

What's Changed

New Contributors

Full Changelog: eclipse/openvsx@v0.7.0...v0.9.0

Changelog

Sourced from ovsx's changelog.

v0.9.0 (Mar. 2024)

Breaking Changes

  • The minimum version of Node.js required is now 18 because of the newer @vscode/vsce

Dependencies

  • Upgrade @vscode/vsce from 2.19.0 to 2.24.0 (#878)
  • Upgrade semver from 7.5.2 to 7.6.0 (#878)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the vscode group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [glob](https://github.com/isaacs/node-glob), [mocha](https://github.com/mochajs/mocha) and [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli).


Updates `@types/node` from 20.11.30 to 20.12.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `glob` from 10.3.10 to 10.3.12
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.10...v10.3.12)

Updates `mocha` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.3.0...v10.4.0)

Updates `ovsx` from 0.8.4 to 0.9.0
- [Release notes](https://github.com/eclipse/openvsx/releases)
- [Changelog](https://github.com/eclipse/openvsx/blob/master/cli/CHANGELOG.md)
- [Commits](https://github.com/eclipse/openvsx/commits/v0.9.0/cli)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vscode
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode
- dependency-name: ovsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2024
@tekumara tekumara merged commit c1b26fe into main Apr 1, 2024
2 checks passed
@tekumara tekumara deleted the dependabot/npm_and_yarn/vscode-9f1e70716f branch April 1, 2024 03:11
tekumara added a commit that referenced this pull request Apr 8, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.1.17](v0.1.16...v0.1.17)
(2024-04-08)


### Features

* check vscode source control commit messages
([53d3bf5](53d3bf5)),
closes [#59](#59)
* support extend-ignore-re config field
([1a03b6f](1a03b6f)),
closes [#55](#55)
* typos 1.20.4 Mar 2024 dictionary
([4a559ff](4a559ff))


### Chores

* **deps-dev:** bump the vscode group with 4 updates
([#57](#57))
([c1b26fe](c1b26fe))
* **deps:** bump the lsp group with 1 update
([#56](#56))
([40190c6](40190c6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: Oliver Mannion <[email protected]>
Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
This was referenced Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant