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 #579

Merged
merged 3 commits into from
Jan 29, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@blocknote/core 0.21.0 -> 0.23.1 age adoption passing confidence
@blocknote/mantine 0.21.0 -> 0.23.1 age adoption passing confidence
@blocknote/react 0.21.0 -> 0.23.1 age adoption passing confidence
@blocknote/server-util 0.22.0 -> 0.23.1 age adoption passing confidence
@blocknote/xl-docx-exporter 0.21.0 -> 0.23.1 age adoption passing confidence
@blocknote/xl-pdf-exporter 0.21.0 -> 0.23.1 age adoption passing confidence
@hocuspocus/provider 2.15.0 -> 2.15.1 age adoption passing confidence
@hocuspocus/server 2.15.0 -> 2.15.1 age adoption passing confidence
@next/eslint-plugin-next (source) 15.1.3 -> 15.1.6 age adoption passing confidence
@​openfun/cunningham-react 2.9.4 -> 3.0.0 age adoption passing confidence
@playwright/test (source) 1.49.1 -> 1.50.0 age adoption passing confidence
@sentry/profiling-node (source) 8.47.0 -> 8.52.0 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 5.62.9 -> 5.65.0 age adoption passing confidence
@tanstack/react-query (source) 5.62.11 -> 5.65.1 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.62.11 -> 5.65.1 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence
@testing-library/user-event 14.5.2 -> 14.6.1 age adoption passing confidence
@types/lodash (source) 4.17.13 -> 4.17.15 age adoption passing confidence
@types/node (source) 22.10.3 -> 22.12.0 age adoption passing confidence
@types/react (source) 18.3.12 -> 19.0.8 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 19.0.3 age adoption passing confidence
@types/ws (source) 8.5.13 -> 8.5.14 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.19.0 -> 8.22.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.19.0 -> 8.22.0 age adoption passing confidence
docx (source) 9.1.0 -> 9.1.1 age adoption passing confidence
eslint-config-next (source) 15.1.3 -> 15.1.6 age adoption passing confidence
eslint-config-prettier 9.1.0 -> 10.0.1 age adoption passing confidence
eslint-plugin-jest 28.10.0 -> 28.11.0 age adoption passing confidence
eslint-plugin-playwright 2.1.0 -> 2.2.0 age adoption passing confidence
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence
eslint-plugin-react 7.37.3 -> 7.37.4 age adoption passing confidence
i18next (source) 24.2.0 -> 24.2.2 age adoption passing confidence
next (source) 15.1.3 -> 15.1.6 age adoption passing confidence
posthog-js 1.204.0 -> 1.211.3 age adoption passing confidence
react (source) 18.3.1 -> 19.0.0 age adoption passing confidence
react-aria-components 1.5.0 -> 1.6.0 age adoption passing confidence
react-dom (source) 18.3.1 -> 19.0.0 age adoption passing confidence
react-intersection-observer 9.13.1 -> 9.15.1 age adoption passing confidence
react-select (source) 5.9.0 -> 5.10.0 age adoption passing confidence
styled-components (source) 6.1.13 -> 6.1.14 age adoption passing confidence
stylelint (source) 16.12.0 -> 16.14.1 age adoption passing confidence
stylelint-config-standard 36.0.1 -> 37.0.0 age adoption passing confidence
stylelint-prettier 5.0.2 -> 5.0.3 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
yjs (source) 13.6.21 -> 13.6.23 age adoption passing confidence
zustand 5.0.2 -> 5.0.3 age adoption passing confidence

Release Notes

TypeCellOS/BlockNote (@​blocknote/core)

v0.23.1

Compare Source

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.23.0...v0.23.1

v0.23.0

Compare Source

This release introduces a number of significant fixes and small features, including:

  • Fixed dragging & dropping blocks across editors.
  • Improved collaboration cursor UX via the showCursorLabels option (see collaborative editing docs).
  • Improvements to PDF and DOCX exports.

And more! See the full changelog below:

What's Changed
New Contributors

Full Changelog: TypeCellOS/BlockNote@v0.22.0...v0.23.0

v0.22.0

Compare Source

This release adds a few important changes to BlockNote:

  • Improved paste handling for text, tables, and custom blocks (see #​1324).
  • Block & inline content props can now be optional, where the default value is undefined.
  • Numbered lists can start from any index.
What's Changed
New Contributors

Full Changelog: TypeCellOS/BlockNote@v0.21.0...v0.22.0

vercel/next.js (@​next/eslint-plugin-next)

v15.1.6

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: don't memory-leak promises passed to waitUntil (#​75041)
  • backport: fix prerender issue with intercepting routes + generateStaticParams (#​75170)
Credits

Huge thanks to @​lubieowoce and @​ztanner for helping!

v15.1.5

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix missing revalidate with notFound() (#​75009)
  • fix: when metadatabase is set we should not warn (#​74840)
  • Fix @​vercel/og license SPDX expression (#​74745)
  • fix: ts language server rule metadata should allow null (#​74704)
  • fix: eslint rule of using img in metadata routes (#​74864)
  • Fix presentation when onerror receives an event without error (#​74643)
  • fix fetch lock not being consistently released #​74623 (#​75028)
Credits

Huge thanks to @​ijjk, @​huozhi, @​matmannion and @​ztanner for helping!

v15.1.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • backport: force module format for virtual client-proxy (#​74608)
  • Fix prerender tags when notFound is called (#​74607)
  • Use provided waitUntil for pending revalidates (#​74604)
  • Feature: next/image: add support for images.qualities in next.config (#​74588)
  • Chore: docs: add missing search: '' on remotePatterns (#​74587)
  • Chore: docs: update version history of next/image (#​73923) (#​74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#​74569)
Credits

Huge thanks to @​ and @​ for helping!

microsoft/playwright (@​playwright/test)

v1.50.0

Compare Source

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

  • Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.

  • Option testConfig.updateSnapshots added the configuration enum changed. changed updates only the snapshots that have changed, whereas all now updates all snapshots, regardless of whether there are any differences.

  • New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added overwrite and 3-way modes that write the changes into source code, on top of existing patch mode that creates a patch file.

    npx playwright test --update-snapshots=changed --update-source-method=3way
  • Option testConfig.webServer added a gracefulShutdown field for specifying a process kill signal other than the default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132
getsentry/sentry-javascript (@​sentry/profiling-node)

v8.52.0

Compare Source

Important Changes
  • feat(solidstart): Add withSentry wrapper for SolidStart config (#​15135)

To enable the SolidStart SDK, wrap your SolidStart Config with withSentry. The sentrySolidStartVite plugin is now automatically
added by withSentry and you can pass the Sentry build-time options like this:

import { defineConfig } from '@​solidjs/start/config';
import { withSentry } from '@​sentry/solidstart';

export default defineConfig(
  withSentry(
    {
      /* Your SolidStart config options... */
    },
    {
      // Options for setting up source maps
      org: process.env.SENTRY_ORG,
      project: process.env.SENTRY_PROJECT,
      authToken: process.env.SENTRY_AUTH_TOKEN,
    },
  ),
);

With the withSentry wrapper, the Sentry server config should not be added to the public directory anymore.
Add the Sentry server config in src/instrument.server.ts. Then, the server config will be placed inside the server build output as instrument.server.mjs.

Now, there are two options to set up the SDK:

  1. (recommended) Provide an --import CLI flag to the start command like this (path depends on your server setup):
    node --import ./.output/server/instrument.server.mjs .output/server/index.mjs
  2. Add autoInjectServerSentry: 'top-level-import' and the Sentry config will be imported at the top of the server entry (comes with tracing limitations)
    withSentry(
      {
        /* Your SolidStart config options... */
      },
      {
        // Optional: Install Sentry with a top-level import
        autoInjectServerSentry: 'top-level-import',
      },
    );
Other Changes
  • feat(v8/core): Add client outcomes for breadcrumbs buffer (#​15149)
  • feat(v8/core): Improve error formatting in ZodErrors integration (#​15155)
  • fix(v8/bun): Ensure instrumentation of Bun.serve survives a server reload (#​15157)
  • fix(v8/core): Pass module into loadModule (#​15139) (#​15166)

Work in this release was contributed by @​jahands, @​jrandolf, and @​nathankleyn. Thank you for your contributions!

Bundle size 📦
Path Size
@​sentry/browser 23.32 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 35.88 KB
@​sentry/browser (incl. Tracing, Replay) 73.23 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.7 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.54 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.47 KB
@​sentry/browser (incl. Feedback) 39.53 KB
@​sentry/browser (incl. sendFeedback) 27.94 KB
@​sentry/browser (incl. FeedbackAsync) 32.73 KB
@​sentry/react 26 KB
@​sentry/react (incl. Tracing) 38.71 KB
@​sentry/vue 27.6 KB
@​sentry/vue (incl. Tracing) 37.74 KB
[@​sentry/svelte](https://redirect.github.com/sentry/svelte

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file noChangeLog labels Jan 27, 2025
@renovate renovate bot force-pushed the renovate/js-dependencies branch 25 times, most recently from 2bda62b to 7f1c2d0 Compare January 29, 2025 13:41
@AntoLC AntoLC force-pushed the renovate/js-dependencies branch from 7f1c2d0 to 1ff819c Compare January 29, 2025 14:41
@AntoLC AntoLC self-assigned this Jan 29, 2025
Copy link
Contributor Author

renovate bot commented Jan 29, 2025

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.

@AntoLC AntoLC force-pushed the renovate/js-dependencies branch 2 times, most recently from 90b7b0d to 82a4a57 Compare January 29, 2025 16:06
renovate bot and others added 3 commits January 29, 2025 17:33
We still have conflict with React 19, better to
downgrade to react 18 for the moment.
We add the react 18 libs to renovate.json
to prevent future upgrade with Renovate.
An issue will be open to upgrade to React 19
manually.
The last version of Cunningham has problems.
Better to downgrade to the previous version.
We add cunningham library to renovate.json
to prevent future upgrade with Renovate.
An issue will be open to upgrade to the
last version manually.
@AntoLC AntoLC force-pushed the renovate/js-dependencies branch from 82a4a57 to 7d1e979 Compare January 29, 2025 16:33
@AntoLC AntoLC self-requested a review January 29, 2025 16:44
@AntoLC AntoLC merged commit 929a50b into main Jan 29, 2025
16 of 17 checks passed
@AntoLC AntoLC deleted the renovate/js-dependencies branch January 29, 2025 16:45
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