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 minor-and-patch group with 6 updates #151

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2024

Bumps the minor-and-patch group with 6 updates:

Package From To
@blockaid/client 0.25.0 0.26.0
@sentry/node 8.28.0 8.30.0
@types/jest 29.5.12 29.5.13
@types/node 22.5.4 22.5.5
husky 9.1.5 9.1.6
typescript 5.5.4 5.6.2

Updates @blockaid/client from 0.25.0 to 0.26.0

Release notes

Sourced from @​blockaid/client's releases.

v0.26.0

0.26.0 (2024-09-12)

Full Changelog: v0.25.0...v0.26.0

Features

  • api: OpenAPI spec update via Stainless API (#242) (922248c)
  • api: OpenAPI spec update via Stainless API (#245) (e5bae2f)
  • api: OpenAPI spec update via Stainless API (#246) (98816a0)
  • api: OpenAPI spec update via Stainless API (#248) (2aab321)
  • api: OpenAPI spec update via Stainless API (#256) (2fa0c63)
  • api: OpenAPI spec update via Stainless API (#261) (b5ed130)

Bug Fixes

  • client: correct File construction from node-fetch Responses (#244) (1785ebf)
  • errors: pass message through to APIConnectionError (#254) (f785f53)
  • errors: pass message through to APIConnectionError (#259) (e5904f0)
  • uploads: avoid making redundant memory copies (#251) (8d73c25)

Chores

  • better object fallback behaviour for casting errors (#255) (f1e5a10)
  • better object fallback behaviour for casting errors (#260) (0b79ea3)
  • internal: codegen related update (#252) (bc00dce)
  • internal: codegen related update (#253) (b56587a)
  • internal: codegen related update (#257) (5f37e23)
  • internal: codegen related update (#258) (d7c64c3)
  • internal: dependency updates (#247) (7778143)
Changelog

Sourced from @​blockaid/client's changelog.

0.26.0 (2024-09-12)

Full Changelog: v0.25.0...v0.26.0

Features

  • api: OpenAPI spec update via Stainless API (#242) (922248c)
  • api: OpenAPI spec update via Stainless API (#245) (e5bae2f)
  • api: OpenAPI spec update via Stainless API (#246) (98816a0)
  • api: OpenAPI spec update via Stainless API (#248) (2aab321)
  • api: OpenAPI spec update via Stainless API (#256) (2fa0c63)
  • api: OpenAPI spec update via Stainless API (#261) (b5ed130)

Bug Fixes

  • client: correct File construction from node-fetch Responses (#244) (1785ebf)
  • errors: pass message through to APIConnectionError (#254) (f785f53)
  • errors: pass message through to APIConnectionError (#259) (e5904f0)
  • uploads: avoid making redundant memory copies (#251) (8d73c25)

Chores

  • better object fallback behaviour for casting errors (#255) (f1e5a10)
  • better object fallback behaviour for casting errors (#260) (0b79ea3)
  • internal: codegen related update (#252) (bc00dce)
  • internal: codegen related update (#253) (b56587a)
  • internal: codegen related update (#257) (5f37e23)
  • internal: codegen related update (#258) (d7c64c3)
  • internal: dependency updates (#247) (7778143)
Commits
  • 28807ce Merge pull request #243 from blockaid-official/release-please--branches--main...
  • b237a7a release: 0.26.0
  • b5ed130 feat(api): OpenAPI spec update via Stainless API (#261)
  • 0b79ea3 chore: better object fallback behaviour for casting errors (#260)
  • e5904f0 fix(errors): pass message through to APIConnectionError (#259)
  • d7c64c3 chore(internal): codegen related update (#258)
  • 5f37e23 chore(internal): codegen related update (#257)
  • 2fa0c63 feat(api): OpenAPI spec update via Stainless API (#256)
  • f1e5a10 chore: better object fallback behaviour for casting errors (#255)
  • f785f53 fix(errors): pass message through to APIConnectionError (#254)
  • Additional commits viewable in compare view

Updates @sentry/node from 8.28.0 to 8.30.0

Release notes

Sourced from @​sentry/node's releases.

8.30.0

Important Changes

  • feat(node): Add kafkajs integration (#13528)

This release adds a new integration that instruments kafkajs library with spans and traces. This integration is automatically enabled by default, but can be included with the Sentry.kafkaIntegration() import.

Sentry.init({
  integrations: [Sentry.kafkaIntegration()],
});

Other Changes

  • feat(core): Allow adding measurements without global client (#13612)
  • feat(deps): Bump @​opentelemetry/instrumentation-undici from 0.5.0 to 0.6.0 (#13622)
  • feat(deps): Bump @​sentry/cli from 2.33.0 to 2.35.0 (#13624)
  • feat(node): Use @opentelemetry/instrumentation-undici for fetch tracing (#13485)
  • feat(nuxt): Add server config to root folder (#13583)
  • feat(otel): Upgrade @​opentelemetry/semantic-conventions to 1.26.0 (#13631)
  • fix(browser): check supportedEntryTypes before caling the function (#13541)
  • fix(browser): Ensure Standalone CLS span timestamps are correct (#13649)
  • fix(nextjs): Widen removal of 404 transactions (#13628)
  • fix(node): Remove ambiguity and race conditions when matching local variables to exceptions (#13501)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13640)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13642)
  • fix(vue): Ensure Vue trackComponents list matches components with or without <> (#13543)
  • ref(profiling): Conditionally shim cjs globals (#13267)

Work in this release was contributed by @​Zen-cronic and @​odanado. Thank you for your contributions!

8.29.0

Important Changes

  • Beta releases of official Solid and SolidStart Sentry SDKs

This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to use them, check out the Sentry Solid SDK README and the Sentry SolidStart SDK README respectively. Please reach out on GitHub if you have any feedback or concerns.

  • feat(node): Option to only wrap instrumented modules (#13139)

Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.

</tr></table> 

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.30.0

Important Changes

  • feat(node): Add kafkajs integration (#13528)

This release adds a new integration that instruments kafkajs library with spans and traces. This integration is automatically enabled by default, but can be included with the Sentry.kafkaIntegration() import.

Sentry.init({
  integrations: [Sentry.kafkaIntegration()],
});

Other Changes

  • feat(core): Allow adding measurements without global client (#13612)
  • feat(deps): Bump @​opentelemetry/instrumentation-undici from 0.5.0 to 0.6.0 (#13622)
  • feat(deps): Bump @​sentry/cli from 2.33.0 to 2.35.0 (#13624)
  • feat(node): Use @opentelemetry/instrumentation-undici for fetch tracing (#13485)
  • feat(nuxt): Add server config to root folder (#13583)
  • feat(otel): Upgrade @​opentelemetry/semantic-conventions to 1.26.0 (#13631)
  • fix(browser): check supportedEntryTypes before caling the function (#13541)
  • fix(browser): Ensure Standalone CLS span timestamps are correct (#13649)
  • fix(nextjs): Widen removal of 404 transactions (#13628)
  • fix(node): Remove ambiguity and race conditions when matching local variables to exceptions (#13501)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13640)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13642)
  • fix(vue): Ensure Vue trackComponents list matches components with or without <> (#13543)
  • ref(profiling): Conditionally shim cjs globals (#13267)

Work in this release was contributed by @​Zen-cronic and @​odanado. Thank you for your contributions!

8.29.0

Important Changes

  • Beta releases of official Solid and SolidStart Sentry SDKs

This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to use them, check out the Sentry Solid SDK README and the Sentry SolidStart SDK README respectively. Please reach out on GitHub if you have any feedback or concerns.

  • feat(node): Option to only wrap instrumented modules (#13139)

Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.

... (truncated)

Commits
  • c4fe337 release: 8.30.0
  • 7750a3f Merge pull request #13648 from getsentry/prepare-release/8.30.0
  • aba68f7 meta: Update CHANGELOG for 8.30.0
  • ae4451d ci: Add some additional GH project automation (#13629)
  • a2d1b2c fix(browser): Ensure Standalone CLS span timestamps are correct (#13649)
  • 1285e4b feat(node): Add kafkajs integration (#13528)
  • cef6986 feat(otel): Upgrade @​opentelemetry/semantic-conventions to 1.26.0 (#13631)
  • 017e8f9 fix(nextjs): Widen removal of 404 transactions (#13628)
  • 4c6dd80 fix(node): Remove ambiguity and race conditions when matching local variables...
  • 7fa366f ref(profiling): Conditionally shim cjs globals (#13267)
  • Additional commits viewable in compare view

Updates @types/jest from 29.5.12 to 29.5.13

Commits

Updates @types/node from 22.5.4 to 22.5.5

Commits

Updates husky from 9.1.5 to 9.1.6

Release notes

Sourced from husky's releases.

v9.1.6

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

Commits

Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable 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 minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@blockaid/client](https://github.com/blockaid-official/blockaid-client-node) | `0.25.0` | `0.26.0` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.28.0` | `8.30.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.4` | `22.5.5` |
| [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |


Updates `@blockaid/client` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/blockaid-official/blockaid-client-node/releases)
- [Changelog](https://github.com/blockaid-official/blockaid-client-node/blob/main/CHANGELOG.md)
- [Commits](blockaid-official/blockaid-client-node@v0.25.0...v0.26.0)

Updates `@sentry/node` from 8.28.0 to 8.30.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.28.0...8.30.0)

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

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

Updates `husky` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.5...v9.1.6)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: "@blockaid/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Sep 15, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@blockaid/[email protected] environment, network 0 928 kB blockaiduser
npm/@opentelemetry/[email protected] None 0 166 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 908 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 53.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 90.2 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 70.1 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 80.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 35.4 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 126 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 85.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 184 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 56.5 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 60.2 kB dyladan
npm/@opentelemetry/[email protected] None 0 60.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 130 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 68.7 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 74.9 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 55 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 51.9 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 104 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 82.2 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] unsafe 0 106 kB dyladan
npm/@opentelemetry/[email protected] filesystem 0 432 kB pichlermarc
npm/@opentelemetry/[email protected] environment, filesystem, shell 0 557 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 783 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 5.34 MB pichlermarc
npm/@prisma/[email protected] environment 0 35.6 kB prismabot
npm/@sentry/[email protected] None 0 1.94 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/[email protected] environment, unsafe 0 2.63 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/[email protected] None 0 963 kB sentry-bot
npm/@sentry/[email protected] None 0 333 kB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/[email protected] None 0 1.19 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@types/[email protected] None 0 78.8 kB types
npm/@types/[email protected] None 0 25.3 kB types
npm/@types/[email protected] None 0 2.2 MB types
npm/@types/[email protected] None 0 4.4 kB types
npm/[email protected] environment, filesystem, shell 0 4.03 kB typicode
npm/[email protected] None 0 22.4 MB typescript-bot

🚮 Removed packages: npm/@blockaid/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@prisma/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-a22f78ce87 branch September 22, 2024 02:47
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.

0 participants