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): bump the dependencies group across 1 directory with 10 updates #24

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the dependencies group with 10 updates in the / directory:

Package From To
@discord-player/extractor 4.4.7 4.5.0
@discordjs/builders 1.8.1 1.8.2
@distube/ytdl-core 4.13.3 4.14.1
@sentry/cli 2.31.2 2.33.1
@sentry/node 8.0.0 8.22.0
@sentry/profiling-node 8.0.0 8.22.0
discord-api-types 0.37.83 0.37.93
discord-player 6.6.8 6.7.1
discord.js 14.15.2 14.15.3
winston 3.13.0 3.13.1

Updates @discord-player/extractor from 4.4.7 to 4.5.0

Release notes

Sourced from @​discord-player/extractor's releases.

@​discord-player/extractor@​4.5.0

What's Changed

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.6.10...@​discord-player/extractor@​4.5.0

Commits

Updates @discordjs/builders from 1.8.1 to 1.8.2

Release notes

Sourced from @​discordjs/builders's releases.

@​discordjs/builders@​1.8.2

Bug Fixes

  • SlashCommandBuilder: Add missing shared properties (#10255) (29fd89f)

Documentation

  • SelectMenuBuilder: Correct grammatical errors (#10309) (aae2faf)
  • TextInputBuilder: Correct constructor documentation (#10308) (c1e6890)
  • MappedComponentTypes: Fix "inpiut" typo (#10306) (29a50bb)
Changelog

Sourced from @​discordjs/builders's changelog.

@​discordjs/builders@​1.8.2 - (2024-06-02)

Bug Fixes

  • SlashCommandBuilder: Add missing shared properties (#10255) (29fd89f)

Documentation

  • SelectMenuBuilder: Correct grammatical errors (#10309) (aae2faf)
  • TextInputBuilder: Correct constructor documentation (#10308) (c1e6890)
  • MappedComponentTypes: Fix "inpiut" typo (#10306) (29a50bb)
Commits
  • 311aaf2 chore(release): @​discordjs/builders 1.8.2, @​discordjs/ws 1.1.1, and discord.j...
  • aae2faf docs(SelectMenuBuilder): correct grammatical errors (#10309)
  • c1e6890 docs(TextInputBuilder): correct constructor documentation (#10308)
  • 29a50bb docs(MappedComponentTypes): fix "inpiut" typo (#10306)
  • 29fd89f fix(SlashCommandBuilder): add missing shared properties (#10255)
  • See full diff in compare view

Updates @distube/ytdl-core from 4.13.3 to 4.14.1

Commits
  • ed53c81 chore(Release): 4.14.1
  • ee0a182 fix: apply default options before clone it
  • c40469d fix: throw detailed error if receive malformed player response
  • ac0bb31 chore(Release): 4.14.0
  • bcad6a8 feat: downgrade undici for better compatibility
  • 6ddf70d feat(info): use iOS client to fetch streaming data
  • 0ccc87d chore(Release): 4.13.7
  • 93fdccc fix(sig): disable cache
  • b5c4a36 chore(Release): 4.13.6
  • 7a22732 fix(sig): add more ways to parse n transform function
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by skick, a new releaser for @​distube/ytdl-core since your current version.


Updates @sentry/cli from 2.31.2 to 2.33.1

Release notes

Sourced from @​sentry/cli's releases.

2.33.1

Security fix

This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

  • The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
  • The log level was set to info or debug
    • The default log level is warn, so users using the default log level were unaffected by this bug

We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #2115 and #2118 for details).

Other fixes & improvements

2.33.0

Various fixes & improvements

2.32.2

Various fixes & improvements

2.32.1

Release performed for technical reasons. This release is identical to 2.32.0.

2.32.0

Various fixes & improvements

Changelog

Sourced from @​sentry/cli's changelog.

2.33.1

Security fix

This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

  • The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
  • The log level was set to info or debug
    • The default log level is warn, so users using the default log level were unaffected by this bug

We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #2115 and #2118 for details).

Other fixes & improvements

2.33.0

Various fixes & improvements

2.32.2

Various fixes & improvements

2.32.1

Release performed for technical reasons. This release is identical to 2.32.0.

2.32.0

Various fixes & improvements

Commits
  • 5aaf7c1 Update CHANGELOG.md
  • eac9527 release: 2.33.1
  • acb5700 meta: Revert upload-artifact bump (#2110) (#2119)
  • 5c1ac1f fix: Improve token redaction in CLI arg logging
  • 8b89630 ref(token): Use secrecy crate to store auth token (#2116)
  • 3d05326 test(tokens): Add test to ensure tokens redacted
  • 2665d8a fix: Redact auth tokens when logging CLI args
  • 61a3294 test: Delete apparently-unnecessary test
  • 8ce98a0 ref(token): Separate validation warning from parsing
  • 8343763 fix: Improve "project not found" message (#2112)
  • Additional commits viewable in compare view

Updates @sentry/node from 8.0.0 to 8.22.0

Release notes

Sourced from @​sentry/node's releases.

8.22.0

Important Changes

  • feat(cloudflare): Add plugin for cloudflare pages (#13123)

This release adds support for Cloudflare Pages to @sentry/cloudflare, our SDK for the Cloudflare Workers JavaScript Runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

// functions/_middleware.js
import * as Sentry from '@sentry/cloudflare';
export const onRequest = Sentry.sentryPagesPlugin({
dsn: PUBLIC_DSN,
// Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.
tracesSampleRate: 1.0,
});

Other Changes

  • feat(meta-sdks): Remove runtime tags (#13105)
  • feat(nestjs): Automatic instrumentation of nestjs guards (#13129)
  • feat(nestjs): Filter all HttpExceptions (#13120)
  • feat(replay): Capture exception when internal_sdk_error client report happens (#13072)
  • fix: Use globalThis for code injection (#13132)

Bundle size 📦

Path Size
@​sentry/browser 22.45 KB
@​sentry/browser (incl. Tracing) 34.22 KB
@​sentry/browser (incl. Tracing, Replay) 70.28 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.62 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 74.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 87.26 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 89.11 KB
@​sentry/browser (incl. metrics) 26.75 KB
@​sentry/browser (incl. Feedback) 39.37 KB
@​sentry/browser (incl. sendFeedback) 27.06 KB
@​sentry/browser (incl. FeedbackAsync) 31.7 KB
@​sentry/react 25.22 KB
@​sentry/react (incl. Tracing) 37.22 KB
@​sentry/vue 26.6 KB
@​sentry/vue (incl. Tracing) 36.06 KB
@​sentry/svelte 22.58 KB
CDN Bundle 23.64 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.22.0

Important Changes

  • feat(cloudflare): Add plugin for cloudflare pages (#13123)

This release adds support for Cloudflare Pages to @sentry/cloudflare, our SDK for the Cloudflare Workers JavaScript Runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

// functions/_middleware.js
import * as Sentry from '@sentry/cloudflare';
export const onRequest = Sentry.sentryPagesPlugin({
dsn: PUBLIC_DSN,
// Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.
tracesSampleRate: 1.0,
});

Other Changes

  • feat(meta-sdks): Remove runtime tags (#13105)
  • feat(nestjs): Automatic instrumentation of nestjs guards (#13129)
  • feat(nestjs): Filter all HttpExceptions (#13120)
  • feat(replay): Capture exception when internal_sdk_error client report happens (#13072)
  • fix: Use globalThis for code injection (#13132)

8.21.0

Important Changes

  • Alpha release of Official Cloudflare SDK
    • feat(cloudflare): Add withSentry method (#13025)
    • feat(cloudflare): Add cloudflare sdk scaffolding (#12953)
    • feat(cloudflare): Add basic cloudflare package and tests (#12861)

This release contains the alpha version of @sentry/cloudflare, our SDK for the Cloudflare Workers JavaScript Runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Please note that only Cloudflare Workers are tested and supported - official Cloudflare Pages support will come in an upcoming release.

Other Changes

  • feat(feedback): Make cropped screenshot area draggable (#13071)

... (truncated)

Commits

Updates @sentry/profiling-node from 8.0.0 to 8.22.0

Release notes

Sourced from @​sentry/profiling-node's releases.

8.22.0

Important Changes

  • feat(cloudflare): Add plugin for cloudflare pages (#13123)

This release adds support for Cloudflare Pages to @sentry/cloudflare, our SDK for the Cloudflare Workers JavaScript Runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

// functions/_middleware.js
import * as Sentry from '@sentry/cloudflare';
export const onRequest = Sentry.sentryPagesPlugin({
dsn: PUBLIC_DSN,
// Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.
tracesSampleRate: 1.0,
});

Other Changes

  • feat(meta-sdks): Remove runtime tags (#13105)
  • feat(nestjs): Automatic instrumentation of nestjs guards (#13129)
  • feat(nestjs): Filter all HttpExceptions (#13120)
  • feat(replay): Capture exception when internal_sdk_error client report happens (#13072)
  • fix: Use globalThis for code injection (#13132)

Bundle size 📦

Path Size
@​sentry/browser 22.45 KB
@​sentry/browser (incl. Tracing) 34.22 KB
@​sentry/browser (incl. Tracing, Replay) 70.28 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.62 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 74.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 87.26 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 89.11 KB
@​sentry/browser (incl. metrics) 26.75 KB
@​sentry/browser (incl. Feedback) 39.37 KB
@​sentry/browser (incl. sendFeedback) 27.06 KB
@​sentry/browser (incl. FeedbackAsync) 31.7 KB
@​sentry/react 25.22 KB
@​sentry/react (incl. Tracing) 37.22 KB
@​sentry/vue 26.6 KB
@​sentry/vue (incl. Tracing) 36.06 KB
@​sentry/svelte 22.58 KB
CDN Bundle 23.64 KB

... (truncated)

Changelog

Sourced from @​sentry/profiling-node's changelog.

8.22.0

Important Changes

  • feat(cloudflare): Add plugin for cloudflare pages (#13123)

This release adds support for Cloudflare Pages to @sentry/cloudflare, our SDK for the Cloudflare Workers JavaScript Runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

// functions/_middleware.js
import * as Sentry from '@sentry/cloudflare';
export const onRequest = Sentry.sentryPagesPlugin({
dsn: PUBLIC_DSN,
// Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.
tracesSampleRate: 1.0,
});

Other Changes

  • feat(meta-sdks): Remove runtime tags (#13105)
  • feat(nestjs): Automatic instrumentation of nestjs guards (#13129)
  • feat(nestjs): Filter all HttpExceptions (#13120)
  • feat(replay): Capture exception when internal_sdk_error client report happens (#13072)
  • fix: Use globalThis for code injection (#13132)

8.21.0

Important Changes

  • Alpha release of Official Cloudflare SDK
    • feat(cloudflare): Add withSentry method (#13025)
    • feat(cloudflare): Add cloudflare sdk scaffolding (#12953)
    • feat(cloudflare): Add basic cloudflare package and tests (#12861)

This release contains the alpha version of @sentry/cloudflare, our SDK for the Cloudflare Workers JavaScript Runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Please note that only Cloudflare Workers are tested and supported - official Cloudflare Pages support will come in an upcoming release.

Other Changes

  • feat(feedback): Make cropped screenshot area draggable (#13071)

... (truncated)

Commits

Updates discord-api-types from 0.37.83 to 0.37.93

Release notes

Sourced from discord-api-types's releases.

0.37.93

0.37.93 (2024-07-22)

Bug Fixes

Features

New Contributors

Full Changelog: discordjs/discord-api-types@0.37.92...0.37.93

0.37.92

0.37.92 (2024-07-04)

Bug Fixes

Full Changelog: discordjs/discord-api-types@0.37.91...0.37.92

0.37.91

0.37.91 (2024-06-27)

Features

... (truncated)

Changelog

Sourced from discord-api-types's changelog.

0.37.93 (2024-07-22)

Bug Fixes

  • CDNRoutes: inconsistency in route and wrong JSDoc (#1033) (eb7b3d9)

Features

0.37.92 (2024-07-04)

Bug Fixes

0.37.91 (2024-06-27)

Features

0.37.90 (2024-06-18)

Features

0.37.89 (2024-06-13)

Features

... (truncated)

Commits

Updates discord-player from 6.6.8 to 6.7.1

Release notes

Sourced from discord-player's releases.

discord-player@6.7.1

What's Changed

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.6.10...discord-player@6.7.1

discord-player@6.7.0

What's Changed

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.6.10...discord-player@6.7.0

discord-player@6.6.10

What's Changed

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.6.9...discord-player@6.6.10

discord-player@6.6.9

New Features

  • New lyrics API and synced lyrics feature is now stable
  • Track now contains cleanTitle property which removes junk from track titles.

New lyrics API

// other methods include .get() .getById() etc.
const results = await player.lyrics.search({ q: track }); // this is a lot better than genius, if you want to search by current track - use track.cleanTitle as the query and specify artistName as well in such situations
// player.lyrics also takes care of ratelimits so you will not get ratelimited
const lyrics= results[0];
if (!lyrics.syncedLyrics) {
return // no synced lyrics available
}
// load lyrics
const syncedLyrics = queue.syncedLyrics(lyrics);
syncedLyrics.at(timestampInMilliseconds); // manually get a line at specific timestamp. Discord Player resolves closest timestamp
// Synchronize lyrics with the queue
syncedLyrics.onChange(async (lyrics, timestamp) => {
</tr></table>

... (truncated)

Commits

Updates discord.js from 14.15.2 to 14.15.3

Release notes

Sourced from discord.js's releases.

14.15.3

Bug Fixes

  • Message: Properly compare attachments and embeds (#10282) (a468ae8)
  • Throw error on no message id for Message#fetchReference() (#10295) (638b896)
  • ThreadChannel: Invalid owner fetch option (#10292) (27d0659)
  • Action: Ensure all properties on getChannel() are passed (#10278) (92c1a51)
  • docs: Some link tags didn't resolve correctly (#10269) (914cc4b)
  • actions: Handle missing poll object (#10266) (7816ec2)

Refactor

  • GuildChannelManager: Improve addFollower errors (#10277) (555961b)

Typings

  • Forum starter messages do not support polls (#10276) (35207b0)
  • Add defaultValues to respective select menu components data (#10265) (c2432d5)
Changelog

Sourced from discord.js's changelog.

14.15.3 - (2024-06-02)

Bug Fixes

  • Message: Properly compare attachments and embeds (#10282) (a468ae8)
  • Throw error on no message id for Message#fetchReference() (#10295) (638b896)
  • ThreadChannel: Invalid owner fetch option (#10292) (27d0659)
  • Action: Ensure all properties on getChannel() are passed (#10278) (92c1a51)
  • docs: Some link tags didn't resolve correctly (#10269) (914cc4b)
  • actions: Handle missing poll object (#10266) (7816ec2)

Refactor

  • GuildChannelManager: Improve addFollower errors (

…pdates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@discord-player/extractor](https://github.com/Androz2091/discord-player) | `4.4.7` | `4.5.0` |
| [@discordjs/builders](https://github.com/discordjs/discord.js/tree/HEAD/packages/builders) | `1.8.1` | `1.8.2` |
| [@distube/ytdl-core](https://github.com/distubejs/ytdl-core) | `4.13.3` | `4.14.1` |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.31.2` | `2.33.1` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.0.0` | `8.22.0` |
| [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript) | `8.0.0` | `8.22.0` |
| [discord-api-types](https://github.com/discordjs/discord-api-types) | `0.37.83` | `0.37.93` |
| [discord-player](https://github.com/Androz2091/discord-player) | `6.6.8` | `6.7.1` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.15.2` | `14.15.3` |
| [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` |



Updates `@discord-player/extractor` from 4.4.7 to 4.5.0
- [Release notes](https://github.com/Androz2091/discord-player/releases)
- [Commits](https://github.com/Androz2091/discord-player/compare/@discord-player/extractor@4.4.7...@discord-player/extractor@4.5.0)

Updates `@discordjs/builders` from 1.8.1 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/builders@1.8.2/packages/builders)

Updates `@distube/ytdl-core` from 4.13.3 to 4.14.1
- [Commits](distubejs/ytdl-core@4.13.3...4.14.1)

Updates `@sentry/cli` from 2.31.2 to 2.33.1
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.31.2...2.33.1)

Updates `@sentry/node` from 8.0.0 to 8.22.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.0.0...8.22.0)

Updates `@sentry/profiling-node` from 8.0.0 to 8.22.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.0.0...8.22.0)

Updates `discord-api-types` from 0.37.83 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.83...0.37.93)

Updates `discord-player` from 6.6.8 to 6.7.1
- [Release notes](https://github.com/Androz2091/discord-player/releases)
- [Commits](https://github.com/Androz2091/discord-player/compare/discord-player@6.6.8...discord-player@6.7.1)

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

Updates `winston` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.13.0...v3.13.1)

---
updated-dependencies:
- dependency-name: "@discord-player/extractor"
  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-patch
  dependency-group: dependencies
- dependency-name: "@distube/ytdl-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/profiling-node"
  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: discord-player
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

Superseded by #26.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-9729a3c089 branch August 12, 2024 12:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants