Skip to content

Commit

Permalink
Bump the non-major group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the non-major group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@discordjs/core](https://github.com/discordjs/discord.js/tree/HEAD/packages/core) | `1.1.1` | `1.2.0` |
| [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest) | `2.2.0` | `2.3.0` |
| [@discordjs/ws](https://github.com/discordjs/discord.js/tree/HEAD/packages/ws) | `1.0.2` | `1.1.0` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.7.0` | `1.7.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.7` | `20.12.9` |



Updates `@discordjs/core` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/core@1.2.0/packages/core)

Updates `@discordjs/rest` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/rest/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/rest@2.3.0/packages/rest)

Updates `@discordjs/ws` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/ws/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/ws@1.1.0/packages/ws)

Updates `@biomejs/biome` from 1.7.0 to 1.7.3
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)

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

---
updated-dependencies:
- dependency-name: "@discordjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@discordjs/rest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@discordjs/ws"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 3a42774 commit 8425aac
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 102 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"start:env": "node --enable-source-maps --env-file=.env dist/index.js"
},
"dependencies": {
"@discordjs/core": "^1.1.1",
"@discordjs/rest": "^2.2.0",
"@discordjs/ws": "^1.0.2",
"@discordjs/core": "^1.2.0",
"@discordjs/rest": "^2.3.0",
"@discordjs/ws": "^1.1.0",
"colorette": "^2.0.20",
"pretty-ms": "^9.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@biomejs/biome": "^1.7.0",
"@types/node": "^20.12.7",
"@biomejs/biome": "^1.7.3",
"@types/node": "^20.12.9",
"esbuild": "^0.20.2",
"typescript": "~5.4.5"
},
Expand Down
187 changes: 90 additions & 97 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8425aac

Please sign in to comment.