⬆️(dependencies) update js dependencies #236
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:
0.15.6
->0.15.7
0.15.6
->0.15.7
0.15.6
->0.15.7
14.2.7
->14.2.9
1.46.1
->1.47.0
5.53.2
->5.55.4
5.53.2
->5.55.4
20.16.3
->20.16.5
8.3.0
->8.5.0
8.3.0
->8.5.0
14.2.7
->14.2.9
2.29.1
->2.30.0
28.8.2
->28.8.3
6.9.0
->6.10.0
7.35.0
->7.35.2
23.14.0
->23.15.1
14.2.7
->14.2.9
5.5.4
->5.6.2
13.6.18
->13.6.19
Release Notes
TypeCellOS/BlockNote (@blocknote/core)
v0.15.7
Compare Source
This release mainly fixes some bugs regarding the emoji picker as well external file drag/drop and copy/paste.
Breaking changes
openSelectionMenu
has been renamed toopenSuggestionMenu
fileBlockAcceptMimeType
has been renamed tofileBlockAccept
What's Changed
openSelectionMenu
toopenSuggestionMenu
by @matthewlipski in https://github.com/TypeCellOS/BlockNote/pull/1047Full Changelog: TypeCellOS/BlockNote@v0.15.6...v0.15.7
vercel/next.js (@next/eslint-plugin-next)
v14.2.9
Compare Source
v14.2.8
Compare Source
What's Changed
Support
esmExternals
in app directoryReading cookies set in middleware in components and actions
Metadata and icons
fb:app_id
,fb:admins
) in generateMetaData (#65713)Parallel routes fixes
Draft mode and edge improvements
next/image
fixesServer actions improvements
Other changes
Create-next-app updates
create-next-app
template CSS (#66043)create-next-app
public/ assets from local folder→ remote URL (#66931)Full Changelog: vercel/next.js@v14.2.7...v14.2.8
Huge thanks to everyone who contributed to this release:
@abhi12299, @delbaoliveira, @eps1lon, @ForsakenHarmony, @huozhi, @ijjk, @JoshuaKGoldberg, @leerob, @lubieowoce, @Netail, @ronanru, @samcx, @shuding, @sokra, @stylessh, @timfuhrmann, @wbinnssmith, @wyattjoh, @ypessoa, @ztanner
microsoft/playwright (@playwright/test)
v1.47.0
Compare Source
TanStack/query (@tanstack/react-query)
v5.55.4
Compare Source
Version 5.55.4 - 9/9/24, 6:38 AM
Changes
Fix
2c1be7b
) by @manudeliPackages
v5.55.3
Compare Source
Version 5.55.3 - 9/9/24, 6:16 AM
Changes
Fix
JSON.stringify
withreplaceDeepEqual
in structural sharing integrity check (#8030) (1bffc78
) by jxomChore
d58cf08
) by ArnoudDocs
9b78527
) by Cyril LeclercqPackages
v5.55.2
Compare Source
Version 5.55.2 - 9/8/24, 4:10 PM
Changes
Refactor
f0c5022
) by @manudeliPackages
v5.55.1
Compare Source
Version 5.55.1 - 9/8/24, 1:19 PM
Changes
Fix
type="button"
on DevTools-button (#8016) (5cb0bd4
) by @SvishRefactor
42715e7
) by @manudeliDocs
49bfe68
) by @Boby900Packages
v5.55.0
Compare Source
v5.54.1
Compare Source
Version 5.54.1 - 9/3/24, 8:50 PM
Changes
Fix
a85382f
) by Simone CerviniPackages
v5.53.3
Compare Source
Version 5.53.3 - 9/2/24, 12:32 PM
Changes
Fix
replaceData
(#8004) (fb9d4f6
) by Bohdan YefimenkoDocs
cd91357
) by Damian OsipiukPackages
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.5.0
Compare Source
🚀 Features
eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `
eslint-plugin: [no-unsafe-argument] differentiate error types
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer
eslint-plugin: [no-misused-promises] handle static method
eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis
eslint-plugin: [consistent-type-assertions] access parser services lazily
❤️ Thank You
f44da95
You can read about our versioning strategy and releases on our website.
v8.4.0
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.5.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.4.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vercel/next.js (eslint-config-next)
v14.2.9
Compare Source
v14.2.8
Compare Source
import-js/eslint-plugin-import (eslint-plugin-import)
v2.30.0
Compare Source
Added
dynamic-import-chunkname
]: addallowEmpty
option to allow empty leading comments ([#2942], thanks [@JiangWeixian])dynamic-import-chunkname
]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])no-unused-modules
]: AddignoreUnusedTypeExports
option ([#3011], thanks [@silverwind])Fixed
no-extraneous-dependencies
]: allow wrong path ([#3012], thanks [@chabb])no-cycle
]: use scc algorithm to optimize ([#2998], thanks [@soryy708])no-duplicates
]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim])newline-after-import
]: fix considerComments option when require ([#2952], thanks [@developer-bandi])order
]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])Changed
no-extraneous-dependencies
: Make glob pattern description more explicit ([#2944], thanks [@mulztob])no-unused-modules
]: add console message to help debug [#2866]ExportMap
: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708])ExportMap
: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708])order
: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot])exportMapBuilder
: avoid hoisting ([#2989], thanks [@soryy708])ExportMap
: extract "builder" logic to separate files ([#2991], thanks [@soryy708])order
]: update the description of thepathGroupsExcludedImportTypes
option ([#3036], thanks [@liby])jest-community/eslint-plugin-jest (eslint-plugin-jest)
v28.8.3
Compare Source
Bug Fixes
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.10.0
Compare Source
Fixed
label-has-associated-control
: add additional error message#1005
label-has-associated-control
: ignore undetermined label text#966
Commits
a284cbf
deac4fd
attributes
settinga1ee7f8
6cd1a70
74d5dec
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
6eca235
0be7ea9
npm audit
instead ofaud
05a5e49
axobject-query
912e98c
axobject-query
75147aa
axe-core
27ff7cb
ce846e0
cca288b
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.35.2
Compare Source
Fixed
jsx-curly-brace-presence
]: avoid autofixing attributes with double quotes to a double quoted attribute ([#3814][] @ljharb)undefined
[#1000]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1000%0A[#1002]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1002%0A[#1005]: [https://github.com/jsx-eslint/eslint-plugin-react/pull/1005](https://redirect.github.com/jsx-esli
Configuration
📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.