chore(deps): update all non-major dependencies #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.3.0->^8.4.2^5.27.0->^5.28.0^5.27.0->^5.28.0v3.2.0->v3.3.0^0.14.42->^0.14.43^8.16.0->^8.17.0^4.7.2->^4.7.3^5.3.0->^5.5.1Release Notes
Hazmi35/eslint-config
v8.4.2Compare Source
Please see the full changes here: Hazmi35/eslint-config@8.4.1...8.4.2
Notable Changes
Features
@typescript-eslint/eslint-pluginand@typescript-eslint/parserbump to>=5.27.16d96728by @Hazmi35This is done to prevent bug in typescript-eslint with space-infix-ops (see typescript-eslint's changelog)
Fixes
no-extra-parensconflict withno-confusing-arrowrule5f836b6by @Hazmi35enforceForNewInMemberExpressionstofalse213ed60by @Hazmi35typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.28.0Compare Source
Bug Fixes
Features
5.27.1 (2022-06-06)
Bug Fixes
v5.27.1Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.28.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.27.1 (2022-06-06)
Note: Version bump only for package @typescript-eslint/parser
v5.27.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
actions/setup-node
v3.3.0Compare Source
In scope of this release we added support for
lts/-naliases, improve logic forcurrent,latestandnodealiases to handle them fromtoolcache, updatenccpackage.Support of lts/-n aliases
Minor improvements
evanw/esbuild
v0.14.43Compare Source
Fix TypeScript parse error whe a generic function is the first type argument (#2306)
In TypeScript, the
<<token may need to be split apart into two<tokens if it's present in a type argument context. This was already correctly handled for all type expressions and for identifier expressions such as in the following code:However, normal expressions of the following form were previously incorrectly treated as syntax errors:
With this release, these cases now parsed correctly.
Fix minification regression with pure IIFEs (#2279)
An Immediately Invoked Function Expression (IIFE) is a function call to an anonymous function, and is a way of introducing a new function-level scope in JavaScript since JavaScript lacks a way to do this otherwise. And a pure function call is a function call with the special
/* @​__PURE__ */comment before it, which tells JavaScript build tools that the function call can be considered to have no side effects (and can be removed if it's unused).Version 0.14.9 of esbuild introduced a regression that changed esbuild's behavior when these two features were combined. If the IIFE body contains a single expression, the resulting output still contained that expression instead of being empty. This is a minor regression because you normally wouldn't write code like this, so this shouldn't come up in practice, and it doesn't cause any correctness issues (just larger-than-necessary output). It's unusual that you would tell esbuild "remove this if the result is unused" and then not store the result anywhere, since the result is unused by construction. But regardless, the issue has now been fixed.
For example, the following code is a pure IIFE, which means it should be completely removed when minification is enabled. Previously it was replaced by the contents of the IIFE but it's now completely removed:
Add log messages for indirect
requirereferences (#2231)A long time ago esbuild used to warn about indirect uses of
requirebecause they break esbuild's ability to analyze the dependencies of the code and cause dependencies to not be bundled, resulting in a potentially broken bundle. However, this warning was removed because many people wanted the warning to be removed. Some packages have code that usesrequirelike this but on a code path that isn't used at run-time, so their code still happens to work even though the bundle is incomplete. For example, the following code will not bundlebindings:Version 0.11.11 of esbuild removed this warning, which means people no longer have a way to know at compile time whether their bundle is broken in this way. Now that esbuild has custom log message levels, this warning can be added back in a way that should make both people happy. With this release, there is now a log message for this that defaults to the
debuglog level, which normally isn't visible. You can either do--log-override:indirect-require=warningto make this log message a warning (and therefore visible) or use--log-level=debugto see this and all otherdebuglog messages.nodejs/undici
v5.5.1Compare Source
This releases fixes CVE CVE-2022-32210. See GHSA-pgw7-wx7w-2w33 for more details:
Full Changelog: nodejs/undici@v5.5.0...v5.5.1
v5.5.0Compare Source
What's Changed
TypedArrayandDataViewas Request body by @LiviaMedeiros in https://github.com/nodejs/undici/pull/1472node-fetchtests by @KhafraDev in https://github.com/nodejs/undici/pull/1486FormData Iteratorby @KhafraDev in https://github.com/nodejs/undici/pull/1473New Contributors
Full Changelog: nodejs/undici@v5.4.0...v5.5.0
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.