chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint (source) | devDependencies | minor | 8.16.0 -> 8.17.0 |
i18next (source) | dependencies | patch | 21.8.5 -> 21.8.8 |
i18next-parser | devDependencies | minor | 6.4.0 -> 6.5.0 |
rollup (source) | devDependencies | patch | 2.75.3 -> 2.75.5 |
Release Notes
eslint/eslint
v8.17.0
Features
-
55319e1
feat: fix indent bug with semicolon-first style (#15951) (Milos Djermanovic) -
f6d7920
feat: addallowNamedExports
option to no-use-before-define (#15953) (Milos Djermanovic)
Bug Fixes
-
54c0953
fix: cleanup typos (#15939) (Nick Schonning) -
845a7af
fix: typo ocatal -> octal (#15940) (Nick Schonning)
Documentation
-
b915018
docs: Update website UI to latest (#15944) (Nicholas C. Zakas) -
f0bb609
docs: Update Exponentiation operator MDN link (#15960) (Pranjal Jain) -
baa0153
docs: Use correct past tense "left" instead of "leaved" (#15950) (Frederik Braun) -
1351a9b
docs: Add Resources section to rule pages (#15901) (Nicholas C. Zakas) -
68cf0fb
docs: cleanup typos (#15936) (Nick Schonning) -
13b62ae
docs: use-dart-sass instead of node-sass (#15912) (Deepshika S) -
c81c5d6
docs: add social media links (#15920) (Deepshika S) -
0d6a50b
docs: fix openjs link (#15917) (Amaresh S M) -
54910f5
docs: display version in mobile view (#15909) (Amaresh S M)
Chores
-
da694b9
chore: avoid theme flashes (#15927) (Strek) -
f836743
chore: Use build hook for docs deploy (#15945) (Nicholas C. Zakas) -
ce035e5
test: cleanup typos (#15937) (Nick Schonning) -
10249ad
chore: use addEventListener instead of addListener (#15923) (Amaresh S M) -
5f5c1fb
chore: lint eleventy config file (#15904) (Milos Djermanovic) -
8513d37
chore: update Rule typedefs (#15915) (Milos Djermanovic) -
55534f1
test: ensure no-restricted-imports works with NodeJS imports (#15907) (Nick Mazuk)
i18next/i18next
v21.8.8
- fix: loadNamespaces() doesn't keep resolving order when the second request completes before the first one 1785
v21.8.7
- fix: allow formatters having '' for string options eg.
this is an {{val, array(join: ' | ’)}}
v21.8.6
- fix: regression introduced in v21.6.11, respect
appendNamespaceToMissingKey
forparseMissingKeyHandler
1507
i18next/i18next-parser
v6.5.0
rollup/rollup
v2.75.5
2022-06-01
Bug Fixes
- Avoid crashes when using logical expressions for unused constructor arguments (#4519)
- Fix missing parameter defaults for calls from try statements and functions returned by functions (#4520)
Merge Requests
- #4519: Try to make logical expression deoptimization more robust (@lukastaegert)
- #4520: Roll back parameter default tree shaking (@lukastaegert)
v2.75.4
2022-05-31
Bug Fixes
- Ensure parameter defaults are retained when a function is used as an object property (#4516)
Merge Requests
- #4516: Deoptimize parameter defaults when referenced from object/array/class literals (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.