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

Bump the all group with 5 updates #34

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2024

Bumps the all group with 5 updates:

Package From To
VSCode-Bedrock-Development-Extension fd423ce 94bbf65
MB-Action-Create-MCWorld d731e42 0145865
Minecraft-Error-Codes b881660 f73622f
BC-Minecraft-Bedrock-Project 27e9d81 db293fd
BC-Minecraft-Bedrock-Diagnoser 37b6ffe eb20419

Updates VSCode-Bedrock-Development-Extension from fd423ce to 94bbf65

Commits

Updates MB-Action-Create-MCWorld from d731e42 to 0145865

Commits
  • 0145865 Merge pull request #125 from Blockception/dependabot/npm_and_yarn/types/archi...
  • 2499ddd Bump @​types/archiver from 6.0.0 to 6.0.2
  • 31e126c Merge pull request #133 from Blockception/dependabot/npm_and_yarn/ts-node-10.9.2
  • d758cef Bump ts-node from 10.9.1 to 10.9.2
  • 8d2c34a Merge pull request #132 from Blockception/dependabot/npm_and_yarn/types/node-...
  • c46bba2 Bump @​types/node from 20.10.1 to 20.10.6
  • 9818e23 Merge pull request #131 from Blockception/dependabot/npm_and_yarn/types/jest-...
  • 4ac60a7 Bump @​types/jest from 29.5.10 to 29.5.11
  • 35f00df Merge pull request #130 from Blockception/dependabot/npm_and_yarn/typescript-...
  • 7cddd83 Bump typescript from 5.3.2 to 5.3.3
  • See full diff in compare view

Updates Minecraft-Error-Codes from b881660 to f73622f

Commits
  • f73622f Merge pull request #6 from Blockception/dependabot/github_actions/all-e437b65b34
  • 88ae505 build(deps): bump the all group with 1 update
  • See full diff in compare view

Updates BC-Minecraft-Bedrock-Project from 27e9d81 to db293fd

Commits
  • db293fd Merge pull request #106 from Blockception/dependabot/npm_and_yarn/typescript-...
  • 3e9174c build(deps-dev): bump typescript from 5.2.2 to 5.3.3
  • 92f53ee Merge pull request #108 from Blockception/dependabot/npm_and_yarn/ts-node-10.9.2
  • ec6d853 Merge pull request #107 from Blockception/dependabot/npm_and_yarn/types/mocha...
  • 5fb1169 build(deps-dev): bump ts-node from 10.9.1 to 10.9.2
  • 3c75c18 build(deps-dev): bump @​types/mocha from 10.0.4 to 10.0.6
  • 726cbc9 Merge pull request #105 from Blockception/dependabot/npm_and_yarn/chai-5.0.0
  • bbc2939 Merge pull request #104 from Blockception/dependabot/npm_and_yarn/types/node-...
  • 46d31e2 build(deps-dev): bump chai from 4.3.10 to 5.0.0
  • 52c971d build(deps-dev): bump @​types/node from 20.8.10 to 20.10.6
  • See full diff in compare view

Updates BC-Minecraft-Bedrock-Diagnoser from 37b6ffe to eb20419

Commits
  • eb20419 Merge pull request #152 from Blockception/dependabot/npm_and_yarn/all-9b38d6fb76
  • cd4ba3f build(deps-dev): bump the all group with 4 updates
  • See full diff in compare view

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 all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [VSCode-Bedrock-Development-Extension](https://github.com/Blockception/VSCode-Bedrock-Development-Extension) | ``fd423ce`` | ``94bbf65`` |
| [MB-Action-Create-MCWorld](https://github.com/Blockception/MB-Action-Create-MCWorld) | ``d731e42`` | ``0145865`` |
| [Minecraft-Error-Codes](https://github.com/Blockception/Minecraft-Error-Codes) | ``b881660`` | ``f73622f`` |
| [BC-Minecraft-Bedrock-Project](https://github.com/Blockception/BC-Minecraft-Bedrock-Project) | ``27e9d81`` | ``db293fd`` |
| [BC-Minecraft-Bedrock-Diagnoser](https://github.com/Blockception/BC-Minecraft-Bedrock-Diagnoser) | ``37b6ffe`` | ``eb20419`` |


Updates `VSCode-Bedrock-Development-Extension` from `fd423ce` to `94bbf65`
- [Release notes](https://github.com/Blockception/VSCode-Bedrock-Development-Extension/releases)
- [Commits](Blockception/VSCode-Bedrock-Development-Extension@fd423ce...94bbf65)

Updates `MB-Action-Create-MCWorld` from `d731e42` to `0145865`
- [Release notes](https://github.com/Blockception/MB-Action-Create-MCWorld/releases)
- [Commits](Blockception/MB-Action-Create-MCWorld@d731e42...0145865)

Updates `Minecraft-Error-Codes` from `b881660` to `f73622f`
- [Commits](Blockception/Minecraft-Error-Codes@b881660...f73622f)

Updates `BC-Minecraft-Bedrock-Project` from `27e9d81` to `db293fd`
- [Release notes](https://github.com/Blockception/BC-Minecraft-Bedrock-Project/releases)
- [Commits](Blockception/BC-Minecraft-Bedrock-Project@27e9d81...db293fd)

Updates `BC-Minecraft-Bedrock-Diagnoser` from `37b6ffe` to `eb20419`
- [Release notes](https://github.com/Blockception/BC-Minecraft-Bedrock-Diagnoser/releases)
- [Commits](Blockception/BC-Minecraft-Bedrock-Diagnoser@37b6ffe...eb20419)

---
updated-dependencies:
- dependency-name: VSCode-Bedrock-Development-Extension
  dependency-type: direct:production
  dependency-group: all
- dependency-name: MB-Action-Create-MCWorld
  dependency-type: direct:production
  dependency-group: all
- dependency-name: Minecraft-Error-Codes
  dependency-type: direct:production
  dependency-group: all
- dependency-name: BC-Minecraft-Bedrock-Project
  dependency-type: direct:production
  dependency-group: all
- dependency-name: BC-Minecraft-Bedrock-Diagnoser
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Jan 2, 2024
@github-actions github-actions bot merged commit 0cd800b into main Jan 2, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/submodules/all-6e1662259d branch January 2, 2024 12:50
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 submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants