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): update all non-major dependencies #467

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/integrations ^7.0.0 -> ^7.7.0 age adoption passing confidence
@sentry/node ^7.0.0 -> ^7.7.0 age adoption passing confidence
@types/node ^16.11.36 -> ^16.11.45 age adoption passing confidence
@types/node-cron ^3.0.1 -> ^3.0.2 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.27.0 -> ^5.30.7 age adoption passing confidence
discord-api-types (source) ^0.33.1 -> ^0.36.3 age adoption passing confidence
discord.js (source) ^13.7.0 -> ^13.9.1 age adoption passing confidence
eslint (source) ^8.16.0 -> ^8.20.0 age adoption passing confidence
node-cron ^3.0.0 -> ^3.0.1 age adoption passing confidence
typeorm (source) ^0.3.6 -> ^0.3.7 age adoption passing confidence
typescript (source) ^4.7.2 -> ^4.7.4 age adoption passing confidence
ws ^8.7.0 -> ^8.8.1 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v7.7.0

Compare Source

  • feat(angular): Add URL parameterization of transaction names (#​5416)
  • fix(core): Add sentry_client to auth headers (#​5413)
  • fix(remix): Add documentRequest function name. (#​5404)
  • fix(remix): Skip capturing ok responses as errors. (#​5405)
  • ref(remix): Add transaction source (#​5398)

v7.6.0

Compare Source

This release adds the source field to all outgoing transactions.
See the tracking GH issue for more details.

This release also re-enables lambda layer releases for the Node Serverless SDK.

  • ref(angular): Add transaction source for Angular Router (#​5382)
  • ref(build): Reenable lambda layer release in craft (#​5207)
  • feat(nextjs): Record transaction name source when creating transactions (#​5391)
  • ref(react): Add source to react-router-v3 (#​5377)
  • ref(react): Add transaction source for react router v4/v5 (#​5384)
  • ref(react): Add transaction source for react router v6 (#​5385)
  • feat(remix): Wrap root with ErrorBoundary (#​5365)
  • fix(remix): Move hook checks inside the wrapper component (#​5371)
  • fix(remix): Strip query params from transaction names (#​5368)
  • fix(remix): Make peer deps less restrictive (#​5369)
  • fix(remix): Wrap handleDocumentRequest functions (#​5387)
  • ref(serverless): Add transaction source (#​5394)
  • feat(tracing): Add transaction source field (#​5367)
  • feat(tracing): Record transaction name source when name set directly (#​5396)
  • ref(tracing): Add transaction source to default router (#​5386)
  • ref(tracing): Include transaction in DSC if transaction source is not an unparameterized URL (#​5392)
  • feat(vue): Add transaction source to VueRouter instrumentation (#​5381)

Work in this release contributed by @​moishinetzer. Thank you for your contribution!

v7.5.1

Compare Source

This release removes the user_id and the transaction field from the dynamic sampling context data that is attached to outgoing requests as well as sent to Relay.

  • ref(tracing): Remove transaction name and user_id from DSC (#​5363)

v7.5.0

Compare Source

This release adds the sendDefaultPii flag to the Sentry.init options.
When using performance monitoring capabilities of the SDK, it controls whether user IDs (set via Sentry.setUser) are propagated in the baggage header of outgoing HTTP requests.
This flag is set to false per default, and acts as an opt-in mechanism for sending potentially sensitive data.
If you want to attach user IDs to Sentry transactions and traces, set this flag to true but keep in mind that this is potentially sensitive information.

  • feat(sdk): Add sendDefaultPii option to the JS SDKs (#​5341)
  • fix(remix): Sourcemaps upload script is missing in the tarball (#​5356)
  • fix(remix): Use cjs for main entry point (#​5352)
  • ref(tracing): Only add user_id to DSC if sendDefaultPii is true (#​5344)

Work in this release contributed by @​jkcorrea and @​nfelger. Thank you for your contributions!

v7.4.1

Compare Source

This release includes the first published version of @sentry/remix.

  • build(remix): Make remix package public (#​5349)

v7.4.0

Compare Source

This release contains the alpha version of @sentry/remix, our newest JavaScript SDK! For details on how to use
it, please see the README and the tracking GitHub issue.

Attention: Due to an oversight, the @sentry/remix package is only published as part of the 7.4.1 release.

  • feat(remix): Enable Remix SDK (#​5327)
  • feat(remix): Add release / sourcemap upload script. (#​5312)
  • feat(remix): Add Remix server SDK (#​5269)
  • feat(remix): Add Remix client SDK (#​5264)
  • feat(remix): Add Remix SDK package boilerplate (#​5256)
  • fix(utils): Handle toJSON methods that return circular references (#​5323)

Work in this release contributed by @​MichaelDeBoey. Thank you for your contribution!

Special thank you to @​jacob-ebey for pointing us in the right direction while we were working on the Remix SDK:
https://github.com/jacob-ebey/remix-sentry.

v7.3.1

Compare Source

  • feat(react): expose FallbackRender as top-level type (#​5307)
  • fix(core): Remove optional chaining usage (#​5304)
  • fix(ember): Restore ember package contents (#​5318)
  • fix(ember): Update README docs to match sentry-docs (#​5315)
  • ref(hub): Reduce hub bundle size (#​5306)
  • ref(tracing): Ignore third party baggage entries from incoming requests (#​5319)
  • ref(types): Add type for measurement unit (#​5313)

Work in this release contributed by @​MasterOdin. Thank you for your contribution!

v7.3.0

Compare Source

  • feat(nextjs): Add exception handler for _error.js (#​5259)
  • feat(tracing): Add additional Dynamic Sampling Context items to baggage and envelope headers (#​5292)
  • fix(node): Allow ParseRequestOptions to be passed to request handler (#​5287)
  • fix(tracing): Baggage parsing fails when input is not of type string (#​5276)
  • fix(tracing): Report the right units for CLS and TTFB (#​5303)
  • fix(vue): Property access on undefined in errorHandler (#​5279)
  • ref(node): Move stack parser to utils so it can be used from Electron (#​5286)
  • ref(tracing): Move getBaggage() from Span to Transaction class (#​5299)
  • ref(tracing): Unify DSC key names in envelope and baggage headers (#​5302)

Work in this release contributed by @​Arinono. Thank you for your contribution!

v7.2.0

Compare Source

  • feat(angular): Add Angular 14 support (#​5253)
  • feat(tracing): GraphQL and Apollo Integrations (#​3953)
  • fix(docs): Adjust hash-link to propagation-of-baggage-header (#​5235)
  • fix(docs): Update MIGRATION for SeverityLevel (#​5225)
  • fix(nextjs): Export showReportDialog from NextJS SDK (#​5242)
  • fix(vue): Accounts for undefined options when formatting component name (#​5254)
  • ref(node): Move request-data-extraction functions to@sentry/utils (#​5257)
  • ref(tracing): Check and set mutability of baggage (#​5205)
  • ref(tracing): Sync baggage data in Http and envelope headers (#​5218)
  • chore(angular): Add Angular version to event contexts (#​5260)
  • chore(core): Remove circular JSON debugging hacks (#​5267)
  • chore(integrations): Add trace to CONSOLE_LEVELS (#​5249)

Work in this release contributed by @​Arinono and @​slaesh. Thank you for your contributions!

v7.1.1

Compare Source

  • Revert "ref(node): Move non-handler code out of handlers module" (#​5223)
  • fix(types): Vendor in TextEncoderCommon type (#​5221)

v7.1.0

Compare Source

  • feat(tracing): Propagate environment and release values in baggage Http headers (#​5193)
  • feat(node): Compression support for http transport (#​5209)
  • fix(serverless): Do not change DSN in Serverless integration (#​5212)
  • fix(core): Normalize trace context (#​5171)
  • fix(utils): Fix faulty references in dropUndefinedKeys (#​5201)
  • fix(build): Add missing debug logger plugin in debug.min bundle variant config (#​5192)
  • fix(tracing): Fix missing page load metrics in Electron renderer (#​5187)
  • ref(node): Move non-handler code out of handlers module (#​5190)
  • ref: Switch to magic string for logger statements (#​5155)
  • chore(build): Only upload lambda layer when releasing (#​5208)
typescript-eslint/typescript-eslint

v5.30.7

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable] fix optional param to valid code (#​5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#​5267) (c3f199a)

v5.30.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.30.5

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#​5280) (57f032c)

v5.30.4

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.30.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.30.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.30.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] add missing apostrophe to message (#​5270) (d320174)

v5.30.0

Compare Source

Features
  • eslint-plugin: [no-shadow] add shadowed variable location to the error message (#​5183) (8ca08e9)
  • treat this in typeof this as a ThisExpression (#​4382) (b04b2ce)

v5.29.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.28.0

Compare Source

Bug Fixes
  • [TS4.7] allow visiting of typeParameters in TSTypeQuery (#​5166) (dc1f930)
  • eslint-plugin: [space-infix-ops] support for optional property without type (#​5155) (1f25daf)
Features
  • eslint-plugin: [consistent-generic-constructors] add rule (#​4924) (921cdf1)

5.27.1 (2022-06-06)

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)

v5.27.1

Compare Source

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)
discordjs/discord-api-types

v0.36.3

Compare Source

Features

v0.36.2

Compare Source

Features

v0.36.1

Compare Source

Features
  • APIApplicationCommandStringOption: add min_length and max_length (#​513) (2cade98)

v0.36.0

Compare Source

Features
BREAKING CHANGES
  • MessageType: The following message types have been renamed:
  • GuildMemberJoin -> UserJoin
  • UserPremiumGuildSubscription -> GuildBoost
  • UserPremiumGuildSubscriptionTier1 -> GuildBoostTier1
  • UserPremiumGuildSubscriptionTier2 -> GuildBoostTier2
  • UserPremiumGuildSubscriptionTier3 -> GuildBoostTier3

v0.35.0

Compare Source

Code Refactoring
  • GatewayIdentifyProperties: remove $ prefix from keys (#​493) (3b10c60)
Features
BREAKING CHANGES
  • GatewayIdentifyProperties: The fields for identify no longer use the $ prefix for the values.

v0.34.0

Compare Source

Code Refactoring
  • separate MESSAGE_CREATE fields from APIMessage object (#​434) (0bb2204)
Features
BREAKING CHANGES
  • Certain fields that come only through the gateway are now correctly typed as such

0.33.5 (2022-06-07)

Bug Fixes
  • GatewayGuildCreateDispatch: add missing GatewayGuildCreateDispatch (#​477) (d268e0b)
  • RESTPostAPIWebhookWithTokenJSONBody: thread_name should be optional (#​479) (eff8892)
Features

0.33.4 (2022-06-06)

Features
  • RESTPostAPIWebhookWithTokenJSONBody: add thread_name (#​463) (8e5f07e)

0.33.3 (2022-06-04)

Bug Fixes
  • AddUndefinedToPossiblyUndefinedProperties: recurse down objects (#​471) (43c372d)

0.33.2 (2022-06-01)

Bug Fixes
  • docs-site: website link colors (#​457) (51e664d)
  • GatewayGuildCreateDispatch: add extra fields that were missing (#​458) (15fcd1b)
  • RestPostAPIBaseApplicationJSONBody: make default_member_permissions optional (#​460) (6a813be)

0.33.1 (2022-05-26)

Bug Fixes
  • RESTPostAPIApplicationGuildCommands: correct types due to unions (#​447) (6d85ad6)
Features

v0.33.5

Compare Source

Bug Fixes
  • GatewayGuildCreateDispatch: add missing GatewayGuildCreateDispatch (#​477) (d268e0b)
  • RESTPostAPIWebhookWithTokenJSONBody: thread_name should be optional (#​479) (eff8892)
Features

v0.33.4

Compare Source

Features
  • RESTPostAPIWebhookWithTokenJSONBody: add thread_name (#​463) (8e5f07e)

v0.33.3

Compare Source

Bug Fixes
  • AddUndefinedToPossiblyUndefinedProperties: recurse down objects (#​471) (43c372d)

v0.33.2

Compare Source

Bug Fixes
  • docs-site: website link colors (#​457) (51e664d)
  • GatewayGuildCreateDispatch: add extra fields that were missing (#​458) (15fcd1b)
  • RestPostAPIBaseApplicationJSONBody: make default_member_permissions optional (#​460) (6a813be)
discordjs/discord.js

v13.9.1

Compare Source

Bug Fixes
  • ApplicationCommandManager: Allow passing 0n to defaultMemberPermissions (v13) (#​8312) (4cf0555)
Refactor

v13.9.0

Compare Source

Bug Fixes
  • PermissionOverwriteManager: Mutates user (#​8282) (4d86cf4)
  • GuildChannelManager: Access resolveId correctly (v13) (#​8297) (beb3d8e)
  • GuildChannelManager: Edit lockPermissions (#​8267) (8fe166d)
  • applicationcommandmanager: Explicitly allow passing builders to methods (v13) (#​8229) (f457cdd)
  • Pass in the expected query object type for application commands (#​8189) (f704b26)
  • Use non-global flag whilst resolving regular expressions (#​8178) (4063b90)
  • GuildStickerManager.fetchUser: Changed guildId to guild.id (#​8176) (0e0f784)
  • guildmemberremove: Remove member's presence for v13 (#​8182) (e8d72c7)
  • WebSocketShard: Backport error handler preservation on connections (#​8164) (c198e89)
Documentation
Features
Typings

v13.8.1

Compare Source

Bug Fixes

Documentation

Refactor

Typings

v13.8.0

Compare Source

Bug Fixes

Features

eslint/eslint

v8.20.0

Compare Source

Features

Bug Fixes

  • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#​16090) (Lachlan Hunt)
  • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#​16113) (Milos Djermanovic)

Documentation


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d66b57b to c305e3c Compare June 9, 2022 20:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 246f7e2 to 20684e0 Compare June 17, 2022 21:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f319e3b to 966d867 Compare June 27, 2022 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from b9d35b4 to 3f84e04 Compare July 4, 2022 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5c58d65 to d0b9ece Compare July 11, 2022 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 52daa9f to 9d339ea Compare July 18, 2022 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 636b66f to 78d435d Compare July 21, 2022 19:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78d435d to 0c13dc9 Compare July 23, 2022 22:34
@guidojw guidojw enabled auto-merge (squash) July 25, 2022 09:05
@guidojw guidojw merged commit 56336ad into staging Jul 25, 2022
@guidojw guidojw deleted the renovate/all-minor-patch branch July 25, 2022 09:05
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.

1 participant