build: update all non-major dependencies #21949
Merged
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:
4.4.0->4.4.10.13.5->0.13.60.13.5->0.13.60.13.5->0.13.60.13.5->0.13.68.0.0->8.0.1~3.9.0->~3.10.0~3.9.0->~3.10.0~3.9.0->~3.10.06.1.1->6.2.06.1.1->6.2.01.42.1->1.43.21.42.1->1.43.25.58.1->5.58.25.58.1->5.58.25.58.1->5.58.2Release Notes
bazelbuild/rules_nodejs
v4.4.1Compare Source
Bug Fixes
evanw/esbuild
v0.13.6Compare Source
Emit decorators for
declareclass fields (#1675)In version 3.7, TypeScript introduced the
declarekeyword for class fields that avoids generating any code for that field:However, it turns out that TypeScript still emits decorators for these omitted fields. With this release, esbuild will now do this too:
Experimental support for esbuild on NetBSD (#1624)
With this release, esbuild now has a published binary executable for NetBSD in the
esbuild-netbsd-64npm package, and esbuild's installer has been modified to attempt to use it when on NetBSD. Hopefully this makes installing esbuild via npm work on NetBSD. This change was contributed by @gdt.Disable the "esbuild was bundled" warning if
ESBUILD_BINARY_PATHis provided (#1678)The
ESBUILD_BINARY_PATHenvironment variable allows you to substitute an alternate binary executable for esbuild's JavaScript API. This is useful in certain cases such as when debugging esbuild. The JavaScript API has some code that throws an error if it detects that it was bundled before being run, since bundling prevents esbuild from being able to find the path to its binary executable. However, that error is unnecessary ifESBUILD_BINARY_PATHis present because an alternate path has been provided. This release disables the warning whenESBUILD_BINARY_PATHis present so that esbuild can be used when bundled as long as you also manually specifyESBUILD_BINARY_PATH.This change was contributed by @heypiotr.
Remove unused
catchbindings when minifying (#1660)With this release, esbuild will now remove unused
catchbindings when minifying:This takes advantage of the new optional catch binding syntax feature that was introduced in ES2019. This minification rule is only enabled when optional catch bindings are supported by the target environment. Specifically, it's not enabled when using
--target=es2018or older. Make sure to set esbuild'stargetsetting correctly when minifying if the code will be running in an older JavaScript environment.This change was contributed by @sapphi-red.
eslint/eslint
v8.0.1Compare Source
f9217e5Upgrade: @eslint/eslintrc@1.0.3 for Jest workaround (#15164) (Brandon Mills)c584a63Chore: add ecmaVersion 13 to types.js (#15163) (Milos Djermanovic)ff5fcd4Docs: add 13 as allowed ecma version (fixes #15159) (#15162) (唯然)jasmine/jasmine-npm
v3.10.0Compare Source
Please see the release notes.
jasmine/jasmine
v3.10.0Compare Source
Please see the release notes.
webpack-contrib/postcss-loader
v6.2.0Compare Source
Features
linkfield in schema (#540) (1ae8212)6.1.1 (2021-07-01)
Bug Fixes
sass/dart-sass
v1.43.2Compare Source
@userule is nota valid identifier.
webpack/webpack
v5.58.2Compare Source
Bugfixes
Performance
Configuration
📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.