Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(dependencies) update js dependencies #64

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@blocknote/core 0.13.2 -> 0.13.5 age adoption passing confidence
@blocknote/mantine 0.13.2 -> 0.13.5 age adoption passing confidence
@blocknote/react 0.13.2 -> 0.13.5 age adoption passing confidence
@​gouvfr-lasuite/integration 0.1.3 -> 1.0.1 age adoption passing confidence
@​openfun/cunningham-react 2.9.0 -> 2.9.3 age adoption passing confidence
@playwright/test (source) 1.44.0 -> 1.44.1 age adoption passing confidence
@tanstack/react-query (source) 5.36.0 -> 5.40.1 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.36.0 -> 5.40.1 age adoption passing confidence
@testing-library/react 15.0.7 -> 16.0.0 age adoption passing confidence
@types/lodash (source) 4.17.1 -> 4.17.4 age adoption passing confidence
@types/node (source) 20.12.11 -> 20.14.2 age adoption passing confidence
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.12.0 age adoption passing confidence
eslint-plugin-playwright 1.6.0 -> 1.6.2 age adoption passing confidence
eslint-plugin-react 7.34.1 -> 7.34.2 age adoption passing confidence
i18next (source) 23.11.4 -> 23.11.5 age adoption passing confidence
lib0 0.2.93 -> 0.2.94 age adoption passing confidence
nodemon (source) 3.1.0 -> 3.1.3 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-aria-components 1.2.0 -> 1.2.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-i18next 14.1.1 -> 14.1.2 age adoption passing confidence
stylelint (source) 16.5.0 -> 16.6.1 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.1.4 age adoption passing confidence

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 closed
https://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

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
TanStack/query (@​tanstack/react-query)

v5.40.1

Compare Source

Version 5.40.1 - 6/4/2024, 8:18 AM

Changes
Refactor
  • *: improved type inference for useQueries with skipToken (#​7484) (6f08200) by 김관식
Chore
Ci
Docs
Other
  • Revert "chore: add CODECOV_TOKEN" (ee02838) by Dominik Dorfmeister
Test
Packages

v5.40.0

Compare Source

v5.39.0

Compare Source

Version 5.39.0 - 5/25/2024, 6:33 PM

Changes
Feat
  • react-query: support React 19 (41ec572) by Dominik Dorfmeister
Packages

v5.38.0

Compare Source

Version 5.38.0 - 5/25/2024, 12:34 PM

Changes
Feat
Docs
Packages

v5.37.1

Compare Source

Version 5.37.1 - 5/18/2024, 8:42 AM

Changes

Fix
Chore

Packages

v5.36.2

Compare Source

v5.36.1

Compare Source

Version 5.36.1 - 5/15/2024, 2:22 PM

Changes

Fix
  • types: make TVariables default to unknown on Mutation (#​7433) (c2861c4) by Dominik Dorfmeister
Docs
  • not using useState in creating queryClient when use ReactQueryStreamedHydration in suspense-example (#​7431) (3a9e046) by polee
Other
  • Update overview.md (10c7527) by Tanner Linsley

Packages

testing-library/react-testing-library (@​testing-library/react)

v16.0.0

Compare Source

Features
  • Move @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 (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-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 check

  • eslint-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 declares

  • eslint-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
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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
  • prefer-to-have-count: Support variable references (#​292) (d894de6)

v1.6.1

Compare Source

Bug Fixes
  • prefer-web-first-assertions: Support variable reassignment (#​287) (b0fb7cd)
Documentation
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.2

Compare Source

Fixed
Changed
i18next/i18next (i18next)

v23.11.5

Compare Source

  • perf: use Array.isArray() 2193
  • perf: trim keys once 2194
dmonad/lib0 (lib0)

v0.2.94

Compare Source

  • lint 836d78e
  • [promise] implement untilAsync 9b54e80
  • [logging] fix --no-color env configuration e8bb155
  • [indexeddb] fix test 616c7cc
  • [pledge] global context and more tests 6e45d27
  • experimenting with new pledge replacement for promises 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)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

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

  • bring back internal interpolationOverride handling for Trans component (if there are childrens), fixes 1754
stylelint/stylelint (stylelint)

v16.6.1

Compare Source

v16.6.0

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file noChangeLog labels May 20, 2024
@renovate renovate bot force-pushed the renovate/js-dependencies branch 22 times, most recently from ddf07ac to 90ffa0d Compare May 27, 2024 19:03
@renovate renovate bot force-pushed the renovate/js-dependencies branch 6 times, most recently from 175817d to 8ec8c89 Compare May 29, 2024 17:26
@renovate renovate bot force-pushed the renovate/js-dependencies branch 17 times, most recently from f689f0c to fcf5367 Compare June 5, 2024 19:51
@renovate renovate bot force-pushed the renovate/js-dependencies branch from fcf5367 to cdf78d4 Compare June 6, 2024 10:44
AntoLC added 3 commits June 6, 2024 13:39
The upgrade to [email protected] has a compatibility
issue with [email protected]. It creates a error warning
about the fetchPriority prop. This commit fixes the
issue by downgrading react to 18.2.0 as it was
before the last upgrade.
The next.js team is already aware of the issue and
it will be fixed in the next release.
A recent relase of the BlockNote component
has changed the way it is used. This commit
adapts the BlockNoteEditor and BlockNoteToolbar
components to the new version of the BlockNote.
downgrade @testing-library/[email protected] to
@testing-library/[email protected].

Some modules are not available in the latest
version, their documentation is not available yet.
Copy link
Contributor Author

renovate bot commented Jun 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Add some recents changes:
- (frontend) manage members (update role / list / remove)
- (frontend) change logo
- (frontend) pdf has title doc
- Fix the break line when generate PDF
@AntoLC AntoLC enabled auto-merge (rebase) June 6, 2024 13:16
@AntoLC AntoLC merged commit b680158 into main Jun 6, 2024
17 checks passed
@AntoLC AntoLC deleted the renovate/js-dependencies branch June 6, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file noChangeLog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant