chore(deps): update all non-major dependencies #202
Merged
+894
−788
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:
7.1.1
->7.1.2
6.1.0
->6.1.1
6.2.5
->6.3.1
0.13.5
->0.13.6
0.15.1
->0.15.2
3.0.60
->3.0.61
0.24.43
->0.24.44
0.24.43
->0.24.44
29.0.3
->29.1.2
1.11.5
->1.11.6
5.38.1
->5.40.0
5.38.1
->5.40.0
4.23.2
->4.23.5
16.0.2
->16.0.3
16.0.2
->16.0.3
8.24.0
->8.25.0
4.6.0
->4.8.1
3.21.0
->3.21.2
29.0.3
->29.1.2
29.0.3
->29.1.2
9.0.0
->9.1.0
8.6.0
->8.6.1
8.2.0
->8.2.1
9.1.0
->9.1.1
7.12.2
->7.13.4
v2.2.2
->v2.2.3
8.4.16
->8.4.17
5.3.5
->5.3.6
29.0.2
->29.0.3
4.8.3
->4.8.4
4.8.3
->4.8.4
5.10.0
->5.11.0
Release Notes
adobe/jsonschema2md
v7.1.2
Compare Source
Bug Fixes
codemirror/commands
v6.1.1
Compare Source
Bug fixes
Make sure the selection endpoints are moved out of atomic ranges when applying a deletion command to a non-empty selection.
codemirror/view
v6.3.1
Compare Source
Bug fixes
Fix a crash when trying to scroll something into view in an editor that wasn't in the visible DOM.
Fix an issue where
coordsAtPos
returned the coordinates on the wrong side of a widget decoration wrapped in a mark decoration.Fix an issue where content on long wrapped lines could fail to properly scroll into view.
Fix an issue where DOM change reading on Chrome Android could get confused when a transaction came in right after a beforeinput event for backspace, enter, or delete.
v6.3.0
Compare Source
Bug fixes
Reduce the amount of wrap-point jittering when scrolling through a very long wrapped line.
Fix an issue where scrolling to content that wasn't currently drawn due to being on a very long line would often fail to scroll to the right position.
Suppress double-space-adds-period behavior on Chrome Mac when it behaves weirdly next to widget.
New features
Key binding objects with an
any
property will now add handlers that are called for any key, within the ordering of the keybindings.newhighsco/next-plugin-svgr
v3.0.61
Compare Source
Bug Fixes
sinclairzx81/typebox
v0.24.44
Compare Source
Updates:
Value.Error(T, value)
andTypeCheck.Error(value)
now return an iterator for validation errors.TypeGuard
API that can be used to check the structural validity of TypeBox type. The TypeGuard can be used in reflection / code generation scenarios to resolve the appropriate innerTSchema
type while traversing a outer type.0.24.0
release but may be provided as standard type in later releases. This API enablestype T = Foo extends Bar ? true : false
conditional checks to be implemented at runtime. This API also provides theExclude
andExtract
utility types which are implemented through conditional types in TypeScript.Tuple
types.TPick
andTOmit
now support types ofTUnion<TLiteral<string>[]>
to be used to select properties. Additionally,KeyOf
now returnsTUnion<TLiteral<string>[]>
, allowingKeyOf
schemas to be passed toTPick
andTOmit
.ValueError
type. These codes can be used by external implementors to create localized error messages. TypeBox may include localized error codes as an optional import in future releases.Value
andTypeCompiler
API's. TypeBox does not currently provide any built in formats, however the standard expected set (email, uuid, uri, etc) may be provided via optional import (inline with ajv-formats usage)Value.Cast()
function now implements automatic coersion of string, number and boolean types.Value.Diff<T>()
andValue.Patch<T>()
utility API for JavaScript values. This API is intended to provide a basis for the efficient transmission of state updates across a network. This API can diff any JavaScript value (typed or untyped) but is recommended to be used in conjunction with a formal static type.TNever
type. This type is analogous to TypeScript'snever
type and is used in instances a composition results in a non-reconcilable type. Currently this type is implemented for emptyTUnion<[]>
types only. Future releases may utilize this type for planned updates toTIntersect
(for examplestring & number
resolves tonever
)Value.Diff()
andValue.Patch()
functions but is now offered as an optional import for implementations that need to update values manually through pointer references.Additional:
TypeScriptCodeGen
which will remap TypeScriptinterface
andtype
definitions to TypeBox types. The second isTypeBoxCodeGen
which will map existing TypeBox types into TypeScript type definitions. These implementations are not expected to be part of the TypeBox package, but users are free to clone and enhance them in their existing tool chains. Reference implementations can be found https://github.com/sinclairzx81/typebox/tree/master/codegentypescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.40.0
Compare Source
Bug Fixes
Features
RuleTester
(#5750) (121f4c0)v5.39.0
Compare Source
Features
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.40.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.39.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/parser
ant-design/ant-design
v4.23.5
Compare Source
autoSize
blink on the fist mount. #37847style={{ fontSize }}
not working. #37898style={{ resize: 'none' }}
is not working whenshowCount
is applied. #37855 @kiner-tangautoSize
在第一次渲染时闪烁的问题。#37847style={{ fontSize }}
的问题。#37898showCount
时style={{ resize: 'none' }}
样式设定失效的问题。#37855 @kiner-tangv4.23.4
Compare Source
ellipsis
精度问题。#37802 @zheeengvalue
属性的问题。#37801 @MadCccv4.23.3
Compare Source
showLeafIcon
could accept ReactNode for a custom leaf icon.#37144 @xWiiLLzcopyable.tooltip=false
still shows the copied tooltip. #37754ellipsis
not working correctly in some cases. #37700 @zheeengchildren
when invertical
mode. #37697getCurrentAnchor
not updated. #37644animated: true
missing tabPane animation. #37642column.title
render function missingfilters
props. #37629visible: true
back to show not work. #37613text
property. #37681 @Wxh16144FilterSearchType
definition for Table. #37610 @kiner-tangshowLeafIcon
属性支持自定义图标。#37144 @xWiiLLzcopyable.tooltip=false
时,复制内容后仍然会展示提示的问题。#37754ellipsis
在某些情况下不精确的问题。#37700 @zheeengvertical
模式下仍然会错误展示children
的问题。#37697getCurrentAnchor
不会及时更新的问题。#37644animated: true
时面板切换动画不生效的问题。#37642column.title
渲染函数丢失filters
属性的问题。#37629visible: true
重新展示时不生效的问题。#37613text
属性时,渲染了一个带有样式的空元素问题。#37681 @Wxh16144FilterSearchType
类型。#37610 @kiner-tangmotdotla/dotenv
v16.0.3
Compare Source
Changed
eslint/eslint
v8.25.0
Compare Source
Features
173e820
feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills)6964cb1
feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic)1cc4b3a
feat:id-length
counts graphemes instead of code units (#16321) (Sosuke Suzuki)Documentation
90c6028
docs: Conflicting fixes (#16366) (Ben Perlmutter)5a3fe70
docs: Add VS to integrations page (#16381) (Maria José Solano)49bd1e5
docs: remove unused link definitions (#16376) (Nick Schonning)3bd380d
docs: typo cleanups for docs (#16374) (Nick Schonning)b3a0837
docs: remove duplicate words (#16378) (Nick Schonning)a682562
docs: addBigInt
tonew-cap
docs (#16362) (Sosuke Suzuki)f6d57fb
docs: Update docs README (#16352) (Ben Perlmutter)7214347
docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)Chores
1f78594
chore: upgrade @eslint/eslintrc@1.3.3 (#16397) (Milos Djermanovic)8476a9b
chore: Remove CODEOWNERS (#16375) (Nick Schonning)720ff75
chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning)42f5479
chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot])e5e9e27
chore: removejsdoc
dev dependency (#16344) (Milos Djermanovic)fastify/fastify
v4.8.1
Compare Source
This release fixes GHSA-455w-c45v-86rg for the v4.x line.
This is a HIGH vulnerability that can lead to a crash, resulting in a total loss of availability.
The CVE for this vulnerability is CVE-2022-39288.
Full Changelog: fastify/fastify@v4.8.0...v4.8.1
v4.8.0
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify@v4.7.0...v4.8.0
v4.7.0
Compare Source
What's Changed
@fastify/one-line-logger
by @nooreldeensalah in https://github.com/fastify/fastify/pull/4293New Contributors
Full Changelog: fastify/fastify@v4.6.0...v4.7.0
protocolbuffers/protobuf-javascript
v3.21.2
Compare Source
This is a hotfix release for #141
[
v3.21.1
](https://togithub.com/protocolbuffers/protobuf-javascriptConfiguration
📅 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.