Update all non-major dependencies (patch) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.17.2 -> 7.17.5 |
@sentry/browser | dependencies | patch | 6.17.7 -> 6.17.9 |
eslint-plugin-jsdoc | devDependencies | patch | 37.9.1 -> 37.9.4 |
lit (source) | dependencies | patch | 2.1.3 -> 2.1.4 |
mocha (source) | devDependencies | patch | 9.2.0 -> 9.2.1 |
rollup (source) | devDependencies | patch | 2.67.2 -> 2.67.3 |
Release Notes
babel/babel
v7.17.5
🐛 Bug Fix
-
babel-core
-
#14283 Make source maps plain objects for use with
t.valueToNode
(@thebanjomatic) - #14282 Fix merging sourcemaps on Windows (@jridgewell)
-
#14283 Make source maps plain objects for use with
v7.17.4
🐛 Bug Fix
-
babel-core
- #14274 Fix infinite recursion when merge sourcemaps (@jridgewell)
v7.17.3
🐛 Bug Fix
-
babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
-
babel-plugin-transform-destructuring
- #14240 Fix destructuring with holes in assign pattern (@magic-akari)
🏠 Internal
-
babel-cli
,babel-core
,babel-generator
,babel-helper-transform-fixture-test-runner
- #14253 Convert all SourceMapConsumers to TraceMaps (@jridgewell)
🔬 Output optimization
-
babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-decorators
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-plugin-transform-new-target
,babel-plugin-transform-parameters
,babel-traverse
-
#14268 Skip unnecessary temp vars in
path.insertAfter
(@nicolo-ribaudo)
-
#14268 Skip unnecessary temp vars in
getsentry/sentry-javascript
v6.17.9
- fix(gatsby): Add missing React peer dependency (#4576)
- fix(types): Use Sentry event type instead of dom one (#4584)
Work in this release contributed by @aaronadamsCA. Thank you for your contribution!
v6.17.8
- feat(types): Add Envelope types (#4527)
- fix(build): Remove node code from CDN bundles (#4548)
- fix(build): Prevent unused utils code in integration bundles (#4547)
- fix(tracing): Export BrowserTracing directly in CDN bundle (#4570)
- fix(utils): Use apply in console instrumentation (#4568)
- ref(core): Log
normalizeDepth
when normalization is skipped(#4574)
Work in this release contributed by @mydea. Thank you for your contribution!
gajus/eslint-plugin-jsdoc
v37.9.4
Bug Fixes
-
require-jsdoc
: avoid class jsdoc blocks suppressing errors forPropertyDefinition
; fixes #841 (ef68427)
v37.9.3
Bug Fixes
-
no-restricted-syntax
,no-missing-syntax
: update jsdoccomment to avoid breaking on bad types (at least until jsdoc-type-pratt-parser may support all expected); fixes #842 (06c3163)
v37.9.2
Bug Fixes
lit/lit
v2.1.4
Patch Changes
-
#2518
bbbf21d4
- Fix breaking change in the PropertyValues type. Make PropertyValues compatible with Map<string, string> and other Map types. -
#2526
a50d188a
- Export PropertyValueMap such that JavaScript generated by Google Closure Compiler can reference this type. Do not directly import thePropertyValueMap
interface.
rollup/rollup
v2.67.3
2022-02-18
Bug Fixes
- Do not swallow other errors when unfinished hook actions are detected (#4409)
- Add additional information to output when there are unfinished hook actions (#4409)
Merge Requests
- #4399: docs: remove const (@TrickyPi)
- #4401: Improve test stability by getting independent of module id ordering in more places (@lukastaegert)
- #4403: fix: remove unnecessary property descriptor spread (@dnalborczyk)
- #4404: refactor: use map for import descriptions + re-export descriptions (@dnalborczyk)
- #4405: refactor: module exports to map (@dnalborczyk)
- #4406: Fix a typo in 'Direct plugin communication' code example (@younesmln)
- #4407: Document how resolveId is cached (@lukastaegert)
- #4409: Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.