Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@typescript-eslint/eslint-plugin | devDependencies | patch | 5.10.0 -> 5.10.1 |
@typescript-eslint/parser | devDependencies | patch | 5.10.0 -> 5.10.1 |
i18next (source) | dependencies | patch | 21.6.7 -> 21.6.10 |
karma (source) | devDependencies | patch | 6.3.11 -> 6.3.12 |
lit (source) | dependencies | patch | 2.1.1 -> 2.1.2 |
rollup (source) | devDependencies | patch | 2.66.0 -> 2.66.1 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.10.1
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.10.1
Note: Version bump only for package @typescript-eslint/parser
i18next/i18next
v21.6.10
- fix: types for hasLoadedNamespace 1724
v21.6.9
- fix: respect skipOnVariables option passed in t function also for $t() usage
v21.6.8
- fix: respect skipOnVariables option passed in t function
lit/lit
v2.1.2
Patch Changes
-
#2399
5ac025bf
- Correct typo inasync-directive
module comment -
#2370
7453e365
- Replace square bracket links with thelinkcode
JSDoc tag. Editors will create a jump to definition hyperlink for the linkcode tag if the identifier is in scope. -
#2410
b9a6962b
- Correct the link path of CONTRIBUTING.md in README.md files
rollup/rollup
v2.66.1
2022-01-25
Bug Fixes
- Only warn for conflicting names in namespace reexports if it actually causes problems (#4363)
- Only allow explicit exports or reexports as synthetic namespaces and hide them from namespace reexports (#4364)
Merge Requests
- #4362: refactor: convert exportsByName object to map (@lukastaegert)
- #4363: Do not warn unnecessarily for namespace conflicts (@lukastaegert)
- #4364: Do not expose synthetic namespace export in entries and namespaces (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.