chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.13.10 -> 7.13.15 |
@babel/preset-env (source) | devDependencies | patch | 7.13.10 -> 7.13.15 |
@dbp-toolkit/app-shell (source) | dependencies | minor | ^0.1.0 -> ^0.2.0 |
@dbp-toolkit/auth (source) | dependencies | minor | ^0.1.0 -> ^0.2.0 |
@dbp-toolkit/common (source) | dependencies | minor | ^0.1.0 -> ^0.2.0 |
@dbp-toolkit/font-source-sans-pro | dependencies | minor | ^0.1.0 -> ^0.2.0 |
@dbp-toolkit/language-select (source) | dependencies | minor | ^0.1.0 -> ^0.2.0 |
@dbp-toolkit/notification (source) | dependencies | minor | ^0.1.0 -> ^0.2.0 |
@dbp-toolkit/person-profile (source) | dependencies | minor | ^0.1.0 -> ^0.2.0 |
@rollup/plugin-node-resolve | devDependencies | patch | 11.2.0 -> 11.2.1 |
@rollup/plugin-replace | devDependencies | patch | 2.4.1 -> 2.4.2 |
eslint (source) | devDependencies | minor | 7.22.0 -> 7.24.0 |
i18next (source) | dependencies | minor | 20.1.0 -> 20.2.1 |
karma (source) | devDependencies | minor | 6.2.0 -> 6.3.2 |
rollup (source) | devDependencies | minor | 2.42.1 -> 2.45.2 |
Release Notes
babel/babel
v7.13.15
👓 Spec Compliance
-
babel-parser
🐛 Bug Fix
-
babel-parser
-
babel-plugin-proposal-do-expressions
,babel-traverse
- #10101 yield for do expression (@tanhauhau)
-
#13030 Refactor switch support in
NodePath#getCompletionRecords
(@JLHwung)
- Other
-
babel-compat-data
,babel-preset-env
- #13075 Compile classes when spread is unsupported (@nicolo-ribaudo)
💅 Polish
-
babel-preset-env
- #13115 [preset-env - debug] Print targets that need each plugin (@nicolo-ribaudo)
📝 Documentation
- #13081 Update CoC contacts (@nicolo-ribaudo)
🏠 Internal
-
babel-plugin-transform-regenerator
,babel-standalone
-
#13086 Align
regenerator-transform
import with native ESM (@nicolo-ribaudo)
-
#13086 Align
-
babel-helper-transform-fixture-test-runner
-
#13087 Do not load root
babel.config.js
in tests (@nicolo-ribaudo)
-
#13087 Do not load root
:running_woman: Performance
v7.13.14
🐛 Bug Fix
-
babel-core
- #13068 fix(core): make sure "clone-deep-browser" code path is used on browsers (@charlessuh)
🏠 Internal
- Other
-
babel-cli
,babel-core
,babel-helper-transform-fixture-test-runner
,babel-register
,babel-types
:running_woman: Performance
-
babel-core
-
#13063 Only resolve
package.json
when relative configs are enabled (@nicolo-ribaudo)
-
#13063 Only resolve
v7.13.13
👓 Spec Compliance
🐛 Bug Fix
-
babel-core
-
#13031 Correctly handle relative
browserslistConfigFile
paths (@nicolo-ribaudo)
-
#13031 Correctly handle relative
-
babel-core
,babel-preset-env
-
#13028 Resolve
.browserslistrc
as a project-wide file (@nicolo-ribaudo)
-
#13028 Resolve
-
babel-plugin-transform-react-constant-elements
-
babel-types
-
babel-node
- #13037 fix: make babel-node spawned process bubble msg (@lambertkevin)
- #13037 fix: make babel-node spawned process bubble msg (@lambertkevin)
-
babel-parser
💅 Polish
🏠 Internal
-
babel-core
- #13021 Remove lodash sortBy use (@jridgewell)
- Other
-
babel-traverse
- #13044 Expand type definitions for path.{get,set}Data to cover symbols (@addaleax)
:running_woman: Performance
-
babel-core
-
#13040 Set
rootMode: "root"
inloadPartialConfig
(@nicolo-ribaudo)
-
#13040 Set
eslint/eslint
v7.24.0
-
0c346c8
Chore: ignorepnpm-lock.yaml
(#14303) (Nitin Kumar) -
f06ecdf
Update: Add disallowTemplateShorthand option in no-implicit-coercion (#13579) (Remco Haszing) -
71a80e3
Docs: fix broken links in Node.js API docs toc (#14296) (u-sho (Shouhei Uechi)) -
bd46dc4
Docs: Fix incorrect reference to "braces" in arrow-parens (#14300) (emclain) -
0d6235e
Docs: update header in max-lines (#14273) (Shinigami) -
70c9216
Docs: Update issue triage to include blocked column (#14275) (Nicholas C. Zakas) -
abca186
Docs: Fix typo in suggestions section (#14293) (Kevin Partington) -
c4d8b0d
Fix: no-unused-vars ignoreRestSiblings check assignments (fixes #14163) (#14264) (YeonJuan) -
b51d077
Update: add ignoreNonDeclaration to no-multi-assign rule (fixes #12545) (#14185) (t-mangoe) -
c981fb1
Chore: Upgrade mocha to 8.3.2 (#14278) (Stephen Wade) -
147fc04
Docs: Fixrepro:needed
label in bug report template (#14285) (Milos Djermanovic) -
e1cfde9
Docs: Update bug report template (#14276) (Nicholas C. Zakas) -
c85c2f1
Docs: Add fatal to Node.js API LintMessage type (#14251) (Brandon Mills)
v7.23.0
-
687ccae
Update: add option "allowInParentheses" to no-sequences (fixes #14197) (#14199) (Daniel Rentz) -
dbf2529
Sponsors: Sync README with website (ESLint Jenkins) -
4bdf2c1
Sponsors: Sync README with website (ESLint Jenkins) -
49d1697
Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (#14244) (Brandon Mills) -
43f1685
Update:--quiet
should not supress--max-warnings
(fixes #14202) (#14242) (Milos Djermanovic) -
909c727
Docs: Add valid example that shows vars in a block scope (#14230) (Ed S) -
28583eb
Fix: no-mixed-operators false positives with? :
(fixes #14223) (#14226) (Milos Djermanovic) -
a99eb2d
Fix: Clarify line breaks in object-curly-newline (fixes #14024) (#14063) (armin yahya) -
8984c91
Update: eslint --env-info output os info (#14059) (薛定谔的猫) -
2a79306
Sponsors: Sync README with website (ESLint Jenkins) -
ebd7026
Docs: Fix typo (#14225) (Greg Finley) -
a2013fc
Sponsors: Sync README with website (ESLint Jenkins)
karma-runner/karma
v6.3.2
Bug Fixes
- fix running tests in IE9 (#3668) (0055bc5), closes /github.com/karma-runner/karma/blob/026fff870913fb6cd2858dd962935dc74c92b725/client/main.js#L14 #3665
v6.3.1
Bug Fixes
v6.3.0
Features
rollup/rollup
v2.45.2
2021-04-13
Bug Fixes
- Do not user a dynamic entry file name for naming a manual chunk (#4040)
Merge Requests
- #4040: Prioritize manual chunk name over dynamic entry id (@lukastaegert)
v2.45.1
2021-04-10
Bug Fixes
- Handle falsy return values from async plugin options hooks (#4039)
Merge Requests
- #4039: Do not fail when returning null or undefined from an async options hook (@lukastaegert)
v2.45.0
2021-04-09
Features
- Support private class instance methods and accessors (#4034)
Merge Requests
- #4034: feat: add support for private class methods (@dnalborczyk)
v2.44.0
2021-03-29
Features
- Add a new option
makeAbsoluteExternalsRelative
to opt out of renormalizing absolute external ids to relative ids (#4021) - Extend the
resolveId
plugin hook to allow forcing or preventing renormalization of absolute external ids (#4021) - Make the rendered code of individual modules available in the generated bundle (#4028)
Bug Fixes
- Handle objects with
__proto__
properties correctly (#4019)
Merge Requests
-
#4019: Deoptimize ObjectExpression when a
__proto__
property is present (@marijnh) - #4021: Improve absolute path handling (@lukastaegert)
- #4026: chore: fix vscode launch config (change tdd to bdd) (@jameslahm)
- #4027: Post comment for MRs from forks (@lukastaegert)
- #4028: Expose rendered module code to generateBundle hook (@btd)
v2.43.1
2021-03-28
Bug Fixes
- Prevent infinite recursions in certain scenarios when calling object properties (#4025)
Merge Requests
- #4025: Handle recursive this mutation detection (@lukastaegert)
v2.43.0
2021-03-27
Features
- Track side effects of function properties in objects for better tree-shaking (#4011)
Merge Requests
- #4011: Disable pessimistic object deoptimization for calls when the called function doesn't ref this (@marijnh)
-
#4012: fix
sourcemap
reference in docs (@tjenkinson) - #4015: Use SIGTERM instead of SIGINT to kill test child processes in tests (@marijnh)
v2.42.4
2021-03-24
Bug Fixes
- Do not discard plugin return values when using perf option (#4010)
Merge Requests
- #4010: Return hook result inside promise with async timer end (@SuperOleg39)
v2.42.3
2021-03-22
Bug Fixes
- Do not ignore
#__PURE__
comments in front of optional chaining expressions (#4007)
Merge Requests
- #4007: Tree-shake pure call expressions with optional chaining (@lukastaegert)
v2.42.2
2021-03-22
Bug Fixes
- Use correct import.meta.url in relative imports from transpiled config files (#4005)
Merge Requests
- #4005: Use correct import.meta.url in config files (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph