Skip to content

Update all non-major dependencies (patch)

Reiter, Christoph requested to merge renovate/patch-all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.17.0 -> 7.17.2
@babel/runtime-corejs3 devDependencies patch 7.17.0 -> 7.17.2
@sentry/browser dependencies patch 6.17.4 -> 6.17.7
i18next (source) dependencies patch 21.6.10 -> 21.6.11
karma (source) devDependencies patch 6.3.15 -> 6.3.16
lit (source) dependencies patch 2.1.2 -> 2.1.3
rollup (source) devDependencies patch 2.67.0 -> 2.67.2

Release Notes

babel/babel

v7.17.2

Compare Source

🐛 Bug Fix
getsentry/sentry-javascript

v6.17.7

Compare Source

  • fix(utils): Make new non-enumerable properties mutable (#​4528)
  • fix(vue): Check if route name is defined before casting (#​4530)

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

v6.17.6

Compare Source

  • fix(angular): Add check for global.location in angular universal (#​4513)
  • fix(nextjs): Stop injecting sentry into API middleware (#​4517)
  • fix(nextjs): Revert #​4139 - remove manipulation of res.finished value (#​4516)

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

v6.17.5

Compare Source

This release deprecates the Severity enum, the SeverityLevel type, and the internal SeverityLevels array, all from @sentry/types. In v7, Severity will disappear (in favor of SeverityLevel) and SeverityLevel and SeverityLevels will live in @sentry/utils. If you are using any of the three, we encourage you to migrate your usage now, using our migration guide.

  • ref: Export Session class from core/browser/node (#​4508)
  • chore(nextjs): Bump@sentry/webpack-plugin to 1.18.5 (#​4501)
  • ref(types): Move SeverityLevel and SeverityLevels to @sentry/utils (#​4492)
  • fix(vue): Cast name parameter to string (#​4483)

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

i18next/i18next

v21.6.11

Compare Source

  • make sure key and additionally optional defaultValue are passed to parseMissingKeyHandler function 1445
karma-runner/karma

v6.3.16

Compare Source

Bug Fixes
  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)
lit/lit

v2.1.3

Compare Source

Patch Changes
  • #​2498 2a1dc7a1 - Replace 'rare' with 'invalid' in svg tag function JSDocs.

  • #​2459 23df9d45 - Fix bindings inside of

    elements
  • #​2482 6ea3d6c4 - Update the definition of the PropertyValues type to give better types to .get(k). .get(k) is now defined to return the correct type when using PropertyValues<this> and a parameter that's a key of the element class.

  • #​2464 df4e1a46 - Fix type signature in queryAssignedNodes JSDoc code example.

  • #​2479 89560520 - Expand JSDocs for the svg tagged template literal (TTL). The new documentation makes it more clear that the svg tag function should only be used for SVG fragments, and not for the <svg> HTML element.

  • #​2457 48d69184 - Add JSDoc to the willUpdate lifecycle callback. Expand the docs for firstUpdated, and attributeChangedCallback. Minor code sample fixes.

rollup/rollup

v2.67.2

Compare Source

2022-02-10

Bug Fixes
  • Ensure consistent order between manual chunks to fix hashing issues (#​4397)
Merge Requests

v2.67.1

Compare Source

2022-02-07

Bug Fixes
  • Make chunk file and variable names more deterministic when emitting chunks (#​4386)
  • Improve default module resolver performance by using non-blocking IO (#​4386)
Merge Requests

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading