⬆️(dependencies) update js dependencies #64
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.13.2
->0.13.5
0.13.2
->0.13.5
0.13.2
->0.13.5
0.1.3
->1.0.1
2.9.0
->2.9.3
1.44.0
->1.44.1
5.36.0
->5.40.1
5.36.0
->5.40.1
15.0.7
->16.0.0
4.17.1
->4.17.4
20.12.11
->20.14.2
18.3.2
->18.3.3
7.8.0
->7.12.0
1.6.0
->1.6.2
7.34.1
->7.34.2
23.11.4
->23.11.5
0.2.93
->0.2.94
3.1.0
->3.1.3
3.2.5
->3.3.1
18.2.0
->18.3.1
1.2.0
->1.2.1
18.2.0
->18.3.1
14.1.1
->14.1.2
16.5.0
->16.6.1
29.1.2
->29.1.4
Release Notes
TypeCellOS/BlockNote (@blocknote/core)
v0.13.5
Compare Source
This upgrades the BlockNote dependencies (including Prosemirror / Tiptap) to the latest version and resolves some small issues.
What's Changed
New Contributors
Full Changelog: TypeCellOS/BlockNote@v0.13.4...v0.13.5
v0.13.4
Compare Source
What's Changed
Full Changelog: TypeCellOS/BlockNote@v0.13.3...v0.13.4
v0.13.3
Compare Source
What's Changed
New Contributors
Full Changelog: TypeCellOS/BlockNote@v0.13.2...v0.13.3
microsoft/playwright (@playwright/test)
v1.44.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using
video: 'on'
with VSCode extension the browser got closedhttps://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report
Browser Versions
This version was also tested against the following stable channels:
TanStack/query (@tanstack/react-query)
v5.40.1
Compare Source
Version 5.40.1 - 6/4/2024, 8:18 AM
Changes
Refactor
6f08200
) by 김관식Chore
f6f89e1
) by Dominik Dorfmeister9b6bfb4
) by Arnoud09ecaba
) by ArnoudCi
bd991bc
) by @manudeliDocs
usePrefetchQuery
to avoid infinite refetching (#7456) (96aa461
) by Minjee Soneb2b469
) by @ramettaOther
ee02838
) by Dominik DorfmeisterTest
3a66139
) by @manudeliPackages
v5.40.0
Compare Source
v5.39.0
Compare Source
Version 5.39.0 - 5/25/2024, 6:33 PM
Changes
Feat
41ec572
) by Dominik DorfmeisterPackages
v5.38.0
Compare Source
Version 5.38.0 - 5/25/2024, 12:34 PM
Changes
Feat
c2cf0ce
) by @sharmapukar217Docs
aadb831
) by @visualjerk59eef10
) by Dominik Dorfmeister308aa7e
) by @sergicalPackages
v5.37.1
Compare Source
Version 5.37.1 - 5/18/2024, 8:42 AM
Changes
Fix
8493b34
) by Lachlan CollinsChore
78e4bc1
) by Lachlan Collins38fa8c4
) by Lachlan CollinsPackages
v5.36.2
Compare Source
v5.36.1
Compare Source
Version 5.36.1 - 5/15/2024, 2:22 PM
Changes
Fix
c2861c4
) by Dominik DorfmeisterDocs
3a9e046
) by poleeOther
10c7527
) by Tanner LinsleyPackages
testing-library/react-testing-library (@testing-library/react)
v16.0.0
Compare Source
Features
@testing-library/dom
and@types/react-dom
to peer dependencies (#1305) (a4744fa)BREAKING CHANGES
@testing-library/dom
was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dom
installed that frequently caused bugs when used with@testing-library/user-event
. We will also be able to allow new versions of@testing-library/dom
being used without a SemVer major release of@testing-library/react
by just widening the peer dependency.@types/react-dom
needs to be installed if you're typechecking files using@testing-library/react
.Co-authored-by: Matan Borenkraout [email protected]
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.12.0
Compare Source
🚀 Features
eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecateno-useless-template-literals
)rule-tester: check for parsing errors in suggestion fixes
rule-tester: port
checkDuplicateTestCases
from ESLinteslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
🩹 Fixes
no-useless-template-expression -> no-unnecessary-template-expression
eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with
const
variable checkeslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining
eslint-plugin: [explicit-member-accessibility] refine report locations
eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check
declare
seslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions
eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe
eslint-plugin: [member-ordering] also TSMethodSignature can be get/set
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.11.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.10.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.9.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v1.6.2
Compare Source
Bug Fixes
v1.6.1
Compare Source
Bug Fixes
Documentation
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.2
Compare Source
Fixed
boolean-prop-naming
][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type (#3718 @developer-bandi)jsx-no-leaked-render
][jsx-no-leaked-render]: invalid report if left side is boolean (#3746 @akulsr0)jsx-closing-bracket-location
][jsx-closing-bracket-location]: message shows{{details}}
when there are no details (#3759 @mdjermanovic)no-invalid-html-attribute
][no-invalid-html-attribute]: ensure error messages are correct (#3759 @mdjermanovic, @ljharb)Changed
i18next/i18next (i18next)
v23.11.5
Compare Source
dmonad/lib0 (lib0)
v0.2.94
Compare Source
836d78e
9b54e80
e8bb155
616c7cc
6e45d27
7cbd84d
remy/nodemon (nodemon)
v3.1.3
Compare Source
Bug Fixes
v3.1.2
Compare Source
v3.1.1
Compare Source
Bug Fixes
prettier/prettier (prettier)
v3.3.1
Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0
Compare Source
diff
🔗 Release Notes
facebook/react (react)
v18.3.1
Compare Source
v18.3.0
Compare Source
adobe/react-spectrum (react-aria-components)
v1.2.1
Compare Source
facebook/react (react-dom)
v18.3.1
Compare Source
v18.3.0
Compare Source
i18next/react-i18next (react-i18next)
v14.1.2
Compare Source
stylelint/stylelint (stylelint)
v16.6.1
Compare Source
no-descending-specificity
false positives for nested selectors (#7724) (@romainmenke).selector-type-no-unknown
false positive formodel
(#7718) (@Mouvedia).v16.6.0
Compare Source
function-calc-no-unspaced-operator
false negatives (#7655 & #7670 & #7676) (@ybiquitous & @romainmenke).selector-not-notation
autofix of the"simple"
option (#7703) (@Mouvedia).selector-max-specificity
end positions (#7685) (@romainmenkeConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.