build: update all non-major dependencies #23015
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:
2.1.2
->2.2.0
2.1.2
->2.2.0
5.4.0
->5.4.1
5.4.0
->5.4.1
5.20.0
->5.21.0
5.20.0
->5.21.0
v3.0.1
->v3.0.2
8.2.4
->8.2.5
8.2.4
->8.2.5
5.4.0
->5.4.1
16.0.4
->16.0.7
16.0.4
->16.0.7
0.14.36
->0.14.38
0.14.36
->0.14.38
0.14.36
->0.14.38
0.14.36
->0.14.38
8.13.0
->8.14.0
4.17.3
->4.18.0
8.2.2
->8.2.4
8.2.2
->8.2.4
7.4.3
->7.4.4
7.4.3
->7.4.4
13.5.2
->13.7.0
1.50.1
->1.51.0
1.50.1
->1.51.0
5.12.1
->5.13.0
5.12.1
->5.13.0
2.3.1
->2.4.0
2.3.1
->2.4.0
5.9.0
->5.10.0
Release Notes
ampproject/remapping
v2.2.0
Compare Source
New Features
TraceMap
presortedDecodedMap
can be returned by the loaderInternal
originalPositionFor
to remove polymorphismFastStringArray
into separate packageGenMapping
into separate packageFull Changelog: ampproject/remapping@v2.1.2...v2.2.0
bazelbuild/rules_nodejs
v5.4.1
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.21.0
Compare Source
Bug Fixes
Features
no-parameter-properties
(#4622) (88ed9ec)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.21.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
actions/checkout
v3.0.2
Compare Source
set-safe-directory
babel/babel-loader
v8.2.5
Compare Source
What's Changed
inputSourceMap
loader option by @alan-agius4 in https://github.com/babel/babel-loader/pull/896New Contributors
Full Changelog: babel/babel-loader@v8.2.4...v8.2.5
npm/cacache
v16.0.7
Compare Source
v16.0.6
Compare Source
v16.0.5
Compare Source
evanw/esbuild
v0.14.38
Compare Source
Further fixes to TypeScript 4.7 instantiation expression parsing (#2201)
This release fixes some additional edge cases with parsing instantiation expressions from the upcoming version 4.7 of TypeScript. Previously it was allowed for an instantiation expression to precede a binary operator but with this release, that's no longer allowed. This was sometimes valid in the TypeScript 4.7 beta but is no longer allowed in the latest version of TypeScript 4.7. Fixing this also fixed a regression that was introduced by the previous release of esbuild:
a<b> == c<d>
a == c
a == c
a == c
a<b> in c<d>
a in c
a<b>>=c<d>
a >= c
a<b>=c<d>
a < b >= c
a = c
a < b >= c
a = c
a = c
a<b>>c<d>
a < b >> c
a < b >> c
a < b >> c
a < b >> c
a > c
a < b >> c
This table illustrates some of the more significant changes between all of these parsers. The most important part is that esbuild 0.14.38 now matches the behavior of the latest TypeScript compiler for all of these cases.
v0.14.37
Compare Source
Add support for TypeScript's
moduleSuffixes
field from TypeScript 4.7The upcoming version of TypeScript adds the
moduleSuffixes
field totsconfig.json
that introduces more rules to import path resolution. SettingmoduleSuffixes
to[".ios", ".native", ""]
will try to look at the the relative files./foo.ios.ts
,./foo.native.ts
, and finally./foo.ts
for an import path of./foo
. Note that the empty string""
inmoduleSuffixes
is necessary for TypeScript to also look-up./foo.ts
. This was announced in the TypeScript 4.7 beta blog post.Match the new ASI behavior from TypeScript nightly builds (#2188)
This release updates esbuild to match some very recent behavior changes in the TypeScript parser regarding automatic semicolon insertion. For more information, see TypeScript issues #48711 and #48654 (I'm not linking to them directly to avoid Dependabot linkback spam on these issues due to esbuild's popularity). The result is that the following TypeScript code is now considered valid TypeScript syntax:
This fix was contributed by @g-plane.
eslint/eslint
v8.14.0
Compare Source
Features
ab6363d
feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)Bug Fixes
35fa1dd
fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)413f1d5
fix: updateastUtils.isDirectiveComment
withglobals
andexported
(#15775) (Milos Djermanovic)Build Related
c2407e8
build: add node v18 (#15791) (唯然)Chores
735458c
chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)db28f2c
chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)3bca59e
chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)expressjs/express
v4.18.0
Compare Source
===================
res.download
options
withoutfilename
inres.download
res.status
null
/undefined
asmaxAge
inres.cookie
Object.prototype
values in settings throughapp.set
/app.get
default
with same arguments as types inres.format
res.send
http-errors
forres.format
errorstrict
priority
optionexpires
option to reject invalid dateseval
usage withFunction
constructorprocess
to check for listeners425 Unordered Collection
to standard425 Too Early
SBoudrias/Inquirer.js
v8.2.4
Compare Source
v8.2.3
Compare Source
csstools/postcss-plugins
v7.4.4
Compare Source
@csstools/postcss-color-function
to1.1.0
(minor)@csstools/postcss-is-pseudo-class
to2.0.2
(patch)@csstools/postcss-oklab-function
to1.1.0
(minor)autoprefixer
to10.4.5
(patch)browserslist
to4.20.3
(patch)postcss-custom-properties
to12.1.7
(patch)postcss-lab-function
to4.2.0
(minor)postcss-nesting
to10.1.4
(patch)postcss-pseudo-class-any-link
to7.1.2
(patch)puppeteer/puppeteer
v13.7.0
Compare Source
Features
back
andforward
mouse buttons (#8284) (7a51bff)Bug Fixes
v13.6.0
Compare Source
Features
Bug Fixes
13.5.2 (2022-03-31)
Bug Fixes
13.5.1 (2022-03-09)
Bug Fixes
sass/dart-sass
v1.51.0
Compare Source
Potentially breaking change: Change the order of maps returned by
map.deep-merge()
to match those returned bymap.merge()
. All keys thatappeared in the first map will now be listed first in the same order they
appeared in that map, followed by any new keys added from the second map.
Improve the string output of some AST nodes in error messages.
terser/terser
v5.13.0
Compare Source
source-map
was updated to 0.8.0-beta.0 (#1164)Microsoft/tslib
v2.4.0
Compare Source
This release includes the
__classPrivateFieldIn
helper as well as an update to__createBinding
to reduce indirection between multiple re-exports.verdaccio/verdaccio
v5.10.0
Compare Source
Features
🌞 Initial new set of variables to hide features (more to come)
Add set of new variables that allow hide different parts of the UI, buttons, footer or download tarballs. ℹ️ All are
enabled by default.
Future could be extended to other parts.
🚀 Raw button to display manifest package
A new experimental feature (enabled by default), button named RAW to be able navigate on the package manifest directly on the ui, kudos to react-json-view that allows an easy integration, not configurable yet until get more feedback.
|


|
|
🧑🏭 Rework header buttons
🔢 Others
🪄 What's next?
🐞 Bug Fixes
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.