fix(deps): update all non-major dependencies #306
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:
6.3.3
->6.3.4
6.3.0
->6.3.1
6.5.1
->6.6.0
17.2.0
->17.3.0
6.5.0
->6.5.1
0.25.8
->0.25.10
5.43.0
->5.44.0
5.43.0
->5.44.0
5.0.0
->5.0.2
4.10.0
->4.10.2
3.1.0
->3.2.0
7.17.0
->7.17.1
4.5.3
->4.5.4
4.5.3
->4.5.4
Release Notes
codemirror/autocomplete
v6.3.4
Compare Source
Bug fixes
Fix an issue where completion lists could end up being higher than the tooltip they were in.
codemirror/legacy-modes
v6.3.1
Compare Source
Bug fixes
In JavaScript, properly parse keywords like
static
when in front of a private property.codemirror/view
v6.6.0
Compare Source
New features
The
layer
function can now be used to define extensions that draw DOM elements over or below the document text.Tooltips that are bigger than the available vertical space for them will now have their height set so that they don't stick out of the window. The new
resize
property onTooltipView
can be used to opt out of this behavior.conventional-changelog/commitlint
v17.3.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
fastify/fastify-static
v6.5.1
Compare Source
What's Changed
listen()
by @Fdawgs in https://github.com/fastify/fastify-static/pull/329return
from sync route handlers examples by @Fdawgs in https://github.com/fastify/fastify-static/pull/333New Contributors
Full Changelog: fastify/fastify-static@v6.5.0...v6.5.1
sinclairzx81/typebox
v0.25.10
Compare Source
Updates:
Custom.Set('<Kind>', (schema, value) => { ... })
.v0.25.9
Compare Source
Updates:
[Kind]
string on the type. Custom types can be registered viaCustom.Set('<Kind>', (value) => { ... })
which allow the TypeCompiler and Value API's to make use of user defined validation logic.typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.44.0
Compare Source
Bug Fixes
parserOptions.project
config (#5999) (530e0e6)Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.44.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
ant-design/ant-design
v5.0.2
Compare Source
bodyStyle
background color. #38973 @Yukinirooptions
props not working. #38968 @heiyu4585dist/reset.css
may be dropped in production mode. #38956 @passerVshowZero
can't be used with custom color. #38967 @Wxh16144componentDisabled
is not work. #38886 @lidianhao123block
prop is not working whenshape="round"
. #38869 @jjlstruggledropdownRender
is not executed. #38862 @imoctopusbodyStyle
的背景颜色后圆角失效的问题。#38973 @Yukinirooptions
不生效的问题。#38968 @heiyu4585reset.css
不会被打包的问题。#38956 @passerVshowZero
和color
不能一起使用问题。#38967 @Wxh16144componentDisabled
失效问题。#38886 @lidianhao123block
属性有时不生效的问题。#38869 @jjlstruggledropdownRender
未执行的问题。#38862 @imoctopusv5.0.1
Compare Source
Moment.js
dependency. #38762CompoundedComponent
ts error。#38666 @wangcchlib
in package。#38832 @chunschMoment.js
依赖。#38762CompoundedComponent
的组建的类型报错。#38666 @wangcchlib
产物。#38832 @chunschfastify/fastify
v4.10.2
Compare Source
and CVE-2022-41919
Full Changelog: fastify/fastify@v4.10.1...v4.10.2
v4.10.1
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify@v4.10.0...v4.10.1
jest-community/jest-extended
v3.2.0
Compare Source
What's Changed
Result
toany
(closes #484) by @keeganwitt in https://github.com/jest-community/jest-extended/pull/492toHaveBeenCalledOnceWith
typing by @akoreh in https://github.com/jest-community/jest-extended/pull/507vitest
info to docs by @silverwind in https://github.com/jest-community/jest-extended/pull/515jest
peerDependency as optional by @silverwind in https://github.com/jest-community/jest-extended/pull/520expect
: Add matchertoBeInRange()
to validate if array elements are within the specified range by @mayankshukla94 in https://github.com/jest-community/jest-extended/pull/461toHaveBeenCalledOnceWith
type definition (closes #518) by @keeganwitt in https://github.com/jest-community/jest-extended/pull/523New Contributors
Full Changelog: jest-community/jest-extended@v3.1.0...v3.2.0
pnpm/pnpm
v7.17.1
Compare Source
Patch Changes
pnpm set-script
andpnpm pkg
are passed through to npm #5683.pnpm publish <tarball path>
should exit with non-0 exit code when publish fails #5396.package.json
files in a workspace #5670.package.json5
are preserver #2008.pnpm setup
should create PNPM_HOME as a non-expandable env variable on Windows #4658.pnpm licenses
command.Our Gold Sponsors
Our Silver Sponsors
socketio/socket.io
v4.5.4
Compare Source
This release contains a bump of:
engine.io
in order to fix CVE-2022-41940socket.io-parser
in order to fix CVE-2022-2421.Dependencies
engine.io@~6.2.1
(diff)ws@~8.2.3
socketio/socket.io-client
v4.5.4
Compare Source
This release contains a bump of the
socket.io-parser
dependency, in order to fix CVE-2022-2421.Dependencies
engine.io-client@~6.2.3
ws@~8.2.3
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.