Update all non-major dependencies (patch)
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
🐛 Bug Fix
-
babel-helpers
,babel-plugin-proposal-decorators
-
babel-core
- #14241 Fix reinstantiation of inherited plugins (@nicolo-ribaudo)
- #14246 Merge multi-source output sourcemaps (@jridgewell)
getsentry/sentry-javascript
v6.17.7
- 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
- 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
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
- make sure key and additionally optional defaultValue are passed to parseMissingKeyHandler function 1445
lit/lit
v2.1.3
Patch Changes
-
#2498
2a1dc7a1
- Replace 'rare' with 'invalid' in svg tag function JSDocs. - 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 usingPropertyValues<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 thesvg
tagged template literal (TTL). The new documentation makes it more clear that thesvg
tag function should only be used for SVG fragments, and not for the<svg>
HTML element. -
#2457
48d69184
- Add JSDoc to thewillUpdate
lifecycle callback. Expand the docs forfirstUpdated
, andattributeChangedCallback
. Minor code sample fixes.
rollup/rollup
v2.67.2
2022-02-10
Bug Fixes
- Ensure consistent order between manual chunks to fix hashing issues (#4397)
Merge Requests
- #4390: refactor: add @types/estree explicitly, fix dynamic type imports (@dnalborczyk)
- #4391: chore: remove acorn-walk ambient type definitions (@dnalborczyk)
- #4397: Sort manual chunks generated via a function by name (@lukastaegert)
v2.67.1
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
- #4373: fix: even more types (@dnalborczyk)
- #4382: Update contribution tut link desc (@lemredd)
- #4383: chore: bump deps (@dnalborczyk)
- #4384: chore: move "wait" to utils + re-use (@dnalborczyk)
- #4385: refactor: convert watch tests to async functions (@dnalborczyk)
- #4386: refactor: use fs.promises in resolve id, Part 4 (@dnalborczyk and @lukastaegert)
- #4389: refactor: use fs.promises in generate license file, rollup config, Part 5 (@dnalborczyk)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.