Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/preset-env (source) | devDependencies | patch | 7.14.5 -> 7.14.7 |
can-npm-publish | devDependencies | patch | 1.3.4 -> 1.3.5 |
eslint (source) | devDependencies | minor | 7.29.0 -> 7.30.0 |
eslint-plugin-jsdoc | devDependencies | minor | 35.3.2 -> 35.4.1 |
mocha (source) | devDependencies | patch | 9.0.1 -> 9.0.2 |
rollup (source) | devDependencies | patch | 2.52.2 -> 2.52.7 |
universal-router (source) | dependencies | minor | 9.0.1 -> 9.1.0 |
Release Notes
babel/babel
v7.14.7
🐛 Bug Fix
-
babel-plugin-proposal-object-rest-spread
-
#13483 Don't hoist template literal keys in
object-rest-spread
(@lala7573)
-
#13483 Don't hoist template literal keys in
-
babel-plugin-transform-destructuring
- #13482 Don't hoist template strings from destructuring keys (@lala7573)
-
babel-traverse
- Other
- #13477 Add record and tuple tokens to eslint parser (@plourenco)
-
babel-helper-member-expression-to-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
🏠 Internal
eslint/eslint
v7.30.0
-
5f74642
Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic) -
19a871a
Docs: Suggest linting plugins for ESLint plugin developers (#14754) (Bryan Mishkin) -
aa87329
Docs: fix broken links (#14756) (Sam Chen) -
278813a
Docs: fix and add more examples for new-cap rule (fixes #12874) (#14725) (Nitin Kumar) -
ed1da5d
Update: ecmaVersion allows "latest" (#14720) (薛定谔的猫) -
104c0b5
Update: improve use-isnan rule to detectNumber.NaN
(fixes #14715) (#14718) (Nitin Kumar) -
b08170b
Update: Implement FlatConfigArray (refs #13481) (#14321) (Nicholas C. Zakas) -
f113cdd
Chore: upgrade eslint-plugin-eslint-plugin (#14738) (薛定谔的猫) -
1b8997a
Docs: Fix getRulesMetaForResults link syntax (#14723) (Brandon Mills) -
aada733
Docs: fix two broken links (#14726) (Sam Chen) -
8972529
Docs: Update README team and sponsors (ESLint Jenkins)
mochajs/mocha
v9.0.2
🐛 Fixes
-
#4668: ESM: make
--require <dir>
work with newimport
-first loading (@giltayar)
🔩 Other
rollup/rollup
v2.52.7
2021-07-02
Bug Fixes
- Fix an issue where reassignments where not tracked through async function returns (#4163)
Merge Requests
- #4163: Deoptimize return values of async functions (@lukastaegert)
v2.52.6
2021-07-01
Bug Fixes
- Fix an issue where reassignments where not tracked through an await expression (#4162)
Merge Requests
- #4162: doptimize awaited expressions (@lukastaegert)
v2.52.5
2021-07-01
Bug Fixes
- Properly display parser errors not tied to a code location (#4160)
Merge Requests
v2.52.4
2021-06-30
Bug Fixes
- Fix an error when external namespaces are reexported across several files (#4159)
Merge Requests
- #4159: Properly handle double reexports from external namespaces (@lukastaegert)
v2.52.3
2021-06-25
Bug Fixes
- Fix an issue where code was wrongly removed when using vars in nested scopes (#4149)
Merge Requests
- #4149: Make sure the initializer of hoisted variables is deoptimized (@lukastaegert)
kriasoft/universal-router
v9.1.0
- Add
uniqueRouteNameSep
option togenerateUrls(router, options)
to allow non-unique route names among different branches of nested routes and access them by uniquely generated name (#194)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.