-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependencies group with 30 updates #63
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 30 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.17` | `22.0.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.0.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.0.0` | | [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) | `3.0.17` | `3.2.7` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.1` | `16.4.5` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.8.0` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `51.0.1` | `55.0.0` | | [turbo](https://github.com/vercel/turbo) | `1.12.3` | `2.0.11` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.4` | | [@sapphire/shapeshift](https://github.com/sapphiredev/shapeshift) | `3.9.6` | `4.0.0` | | [lru-cache](https://github.com/isaacs/node-lru-cache) | `10.2.0` | `11.0.0` | | [undici](https://github.com/nodejs/undici) | `6.6.2` | `6.19.5` | | [@discordjs/builders](https://github.com/discordjs/discord.js/tree/HEAD/packages/builders) | `1.7.0` | `1.8.2` | | [discord-api-types](https://github.com/discordjs/discord-api-types) | `0.37.69` | `0.37.93` | | [glob](https://github.com/isaacs/node-glob) | `10.3.10` | `11.0.0` | | [discord-interactions](https://github.com/discord/discord-interactions-js) | `3.4.0` | `4.0.0` | | [@napi-rs/canvas](https://github.com/Brooooooklyn/canvas) | `0.1.45` | `0.1.53` | | [@discordjs/formatters](https://github.com/discordjs/discord.js/tree/HEAD/packages/formatters) | `0.3.3` | `0.4.0` | | [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` | | [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.3` | `11.13.0` | | [next](https://github.com/vercel/next.js) | `14.1.0` | `14.2.5` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.55` | `18.3.3` | | [react-awesome-reveal](https://github.com/morellodev/react-awesome-reveal) | `4.2.8` | `4.2.13` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.3.0` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.1.0` | `14.2.5` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.19` | | [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.40` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.7` | Updates `@types/node` from 20.11.17 to 22.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 8.0.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 8.0.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/parser) Updates `@vercel/node` from 3.0.17 to 3.2.7 - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/@vercel/[email protected]/packages/node) Updates `dotenv` from 16.4.1 to 16.4.5 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.1...v16.4.5) Updates `eslint` from 8.56.0 to 9.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v9.8.0) Updates `eslint-plugin-unicorn` from 51.0.1 to 55.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v51.0.1...v55.0.0) Updates `turbo` from 1.12.3 to 2.0.11 - [Release notes](https://github.com/vercel/turbo/releases) - [Changelog](https://github.com/vercel/turbo/blob/main/release.md) - [Commits](vercel/turborepo@v1.12.3...v2.0.11) Updates `typescript` from 5.3.3 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.5.4) Updates `@sapphire/shapeshift` from 3.9.6 to 4.0.0 - [Release notes](https://github.com/sapphiredev/shapeshift/releases) - [Changelog](https://github.com/sapphiredev/shapeshift/blob/main/CHANGELOG.md) - [Commits](sapphiredev/shapeshift@v3.9.6...v4.0.0) Updates `lru-cache` from 10.2.0 to 11.0.0 - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](isaacs/node-lru-cache@v10.2.0...v11.0.0) Updates `undici` from 6.6.2 to 6.19.5 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.6.2...v6.19.5) Updates `@discordjs/builders` from 1.7.0 to 1.8.2 - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/builders/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/[email protected]/packages/builders) Updates `discord-api-types` from 0.37.69 to 0.37.93 - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](discordjs/discord-api-types@0.37.69...0.37.93) Updates `glob` from 10.3.10 to 11.0.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.10...v11.0.0) Updates `discord-interactions` from 3.4.0 to 4.0.0 - [Release notes](https://github.com/discord/discord-interactions-js/releases) - [Commits](https://github.com/discord/discord-interactions-js/commits/4.0.0) Updates `@napi-rs/canvas` from 0.1.45 to 0.1.53 - [Release notes](https://github.com/Brooooooklyn/canvas/releases) - [Changelog](https://github.com/Brooooooklyn/canvas/blob/main/CHANGELOG.md) - [Commits](Brooooooklyn/canvas@v0.1.45...v0.1.53) Updates `@discordjs/formatters` from 0.3.3 to 0.4.0 - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/formatters/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/[email protected]/packages/formatters) Updates `express` from 4.18.2 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) Updates `@emotion/react` from 11.11.3 to 11.13.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) Updates `next` from 14.1.0 to 14.2.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.1.0...v14.2.5) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.55 to 18.3.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-awesome-reveal` from 4.2.8 to 4.2.13 - [Release notes](https://github.com/morellodev/react-awesome-reveal/releases) - [Commits](https://github.com/morellodev/react-awesome-reveal/compare/[email protected]@4.2.13) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.19 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@next/eslint-plugin-next` from 14.1.0 to 14.2.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.5/packages/eslint-plugin-next) Updates `@types/react` from 18.2.55 to 18.3.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.19 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `autoprefixer` from 10.4.17 to 10.4.19 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.17...10.4.19) Updates `postcss` from 8.4.35 to 8.4.40 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.35...8.4.40) Updates `tailwindcss` from 3.4.1 to 3.4.7 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.1...v3.4.7) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@vercel/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@sapphire/shapeshift" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@discordjs/builders" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: discord-api-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: discord-interactions dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@napi-rs/canvas" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@discordjs/formatters" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: express dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@emotion/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-awesome-reveal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@next/eslint-plugin-next" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
bot
deleted the
dependabot/npm_and_yarn/dependencies-70231c6250
branch
August 14, 2024 09:31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 30 updates:
20.11.17
22.0.2
6.21.0
8.0.0
6.21.0
8.0.0
3.0.17
3.2.7
16.4.1
16.4.5
8.56.0
9.8.0
51.0.1
55.0.0
1.12.3
2.0.11
5.3.3
5.5.4
3.9.6
4.0.0
10.2.0
11.0.0
6.6.2
6.19.5
1.7.0
1.8.2
0.37.69
0.37.93
10.3.10
11.0.0
3.4.0
4.0.0
0.1.45
0.1.53
0.3.3
0.4.0
4.18.2
4.19.2
11.11.3
11.13.0
14.1.0
14.2.5
18.2.0
18.3.1
18.2.55
18.3.3
4.2.8
4.2.13
18.2.0
18.3.1
18.2.19
18.3.0
14.1.0
14.2.5
10.4.17
10.4.19
8.4.35
8.4.40
3.4.1
3.4.7
Updates
@types/node
from 20.11.17 to 22.0.2Commits
Updates
@typescript-eslint/eslint-plugin
from 6.21.0 to 8.0.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
1db993a
chore(release): publish 8.0.0ce09260
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...b8274d3
fix(rule-tester): provide Linter a cwd in its constructor (#9678)1b0468e
Merge branch 'main'838dd0c
chore: use parserOptions.projectService internally (#9659)35cf3d2
chore(release): publish 7.18.046a5709
docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...9eec790
fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...9927a29
docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)6cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)Updates
@typescript-eslint/parser
from 6.21.0 to 8.0.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
1db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.0f3dfc0a
Merge branch 'main' into v805c9cb8
chore(release): publish 7.17.0ae980e3
Merge branch 'main'58be99f
chore: enable prefer-object-spread (#9541)c365664
Merge branch 'main'd1d0ba5
chore(release): publish 7.16.16bd4211
Merge branch 'main'Updates
@vercel/node
from 3.0.17 to 3.2.7Release notes
Sourced from
@vercel/node
's releases.... (truncated)
Changelog
Sourced from
@vercel/node
's changelog.... (truncated)
Commits
a346b6f
Version Packages (#11873)1e99460
Version Packages (#11866)da15d30
Version Packages (#11861)b4986bb
Version Packages (#11855)11e2274
Upgrade to@vercel/nft
0.27.3 with a bug fix for browser mapping support (#11...2f88c6f
Version Packages (#11819)9c8ee84
Version Packages (#11806)b70bfb5
Version Packages (#11772)49d97c0
Version Packages (#11746)8ae40d0
[node] ignoreshouldAddHelpers
when exporting a server to match production ...Updates
dotenv
from 16.4.1 to 16.4.5Changelog
Sourced from dotenv's changelog.
Commits
9f3e833
16.4.56924177
Merge pull request #814 from motdotla/dont-check-existance3533420
changelog 🪵249e5a6
adjust logic to support tests87fd887
do not check if exists1146910
rename .env-multiline to .env.multilined03e397
16.4.43275a0a
changelog 🪵f40a8c3
Merge pull request #812 from motdotla/patch-121dc22d3
replace 14 chaining operatorUpdates
eslint
from 8.56.0 to 9.8.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
63881dc
9.8.0de36d1d
Build: changelog update for 9.8.0deee448
chore: upgrade to@eslint/[email protected]
(#18720)4aaf2b3
chore: package.json update for@eslint/js
release2570051
chore: package.json revert@eslint/js
version to 9.7.0 (#18719)d73b203
chore: package.json update for@eslint/js
release8e1a627
chore: update dependency@eslint/core
to ^0.2.0 (#18700)13d0bd3
feat: Add and use SourceCode#getLoc/getRange (#18703)282df1a
docs: Add system theme option (#18617)ab0ff27
fix: Throw error when invalid flags passed (#18705)Updates
eslint-plugin-unicorn
from 51.0.1 to 55.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.