openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
260 stars 84 forks source link

⬆️(dependencies) update js dependencies #2372

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.3 -> 7.24.4 age adoption passing confidence
@babel/preset-env (source) 7.24.3 -> 7.24.4 age adoption passing confidence
@docusaurus/core (source) 3.1.1 -> 3.2.1 age adoption passing confidence
@docusaurus/plugin-content-pages (source) 3.1.1 -> 3.2.1 age adoption passing confidence
@docusaurus/preset-classic (source) 3.1.1 -> 3.2.1 age adoption passing confidence
@formatjs/cli 6.2.8 -> 6.2.9 age adoption passing confidence
@​openfun/cunningham-react 2.6.0 -> 2.7.0 age adoption passing confidence
@sentry/browser (source) 7.108.0 -> 7.110.1 age adoption passing confidence
@sentry/types (source) 7.108.0 -> 7.110.1 age adoption passing confidence
@storybook/addon-actions (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@storybook/addon-essentials (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@storybook/addon-interactions (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@storybook/addon-links (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@storybook/addon-mdx-gfm (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@storybook/react (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@storybook/react-webpack5 (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@storybook/test (source) 8.0.4 -> 8.0.8 age adoption passing confidence
@tanstack/query-core (source) 5.28.8 -> 5.29.0 age adoption passing confidence
@tanstack/query-sync-storage-persister (source) 5.28.8 -> 5.29.0 age adoption passing confidence
@tanstack/react-query (source) 5.28.8 -> 5.29.2 age adoption passing confidence
@tanstack/react-query-persist-client (source) 5.28.8 -> 5.29.2 age adoption passing confidence
@testing-library/dom 9.3.4 -> 10.0.0 age adoption passing confidence
@testing-library/react 14.2.2 -> 15.0.2 age adoption passing confidence
@types/react (source) 18.2.70 -> 18.2.79 age adoption passing confidence
@types/react-dom (source) 18.2.22 -> 18.2.25 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.3.1 -> 7.7.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.3.1 -> 7.7.0 age adoption passing confidence
axe-core (source) 4.8.4 -> 4.9.0 age adoption passing confidence
cypress (source) 13.7.1 -> 13.7.3 age adoption passing confidence
downshift (source) 9.0.0 -> 9.0.4 age adoption passing confidence
eslint (source) 8.57.0 -> 9.0.0 age adoption passing confidence
eslint-plugin-formatjs 4.12.2 -> 4.13.0 age adoption passing confidence
glob 10.3.10 -> 10.3.12 age adoption passing confidence
msw (source) 2.2.10 -> 2.2.13 age adoption passing confidence
react-hook-form (source) 7.51.1 -> 7.51.3 age adoption passing confidence
react-intl (source) 6.6.3 -> 6.6.5 age adoption passing confidence
sass 1.72.0 -> 1.75.0 age adoption passing confidence
storybook (source) 8.0.4 -> 8.0.8 age adoption passing confidence
typescript (source) 5.4.3 -> 5.4.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7244-2024-04-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.3...v7.24.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16403](https://togithub.com/babel/babel/pull/16403) Forbid initializerless using ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16388](https://togithub.com/babel/babel/pull/16388) Ensure decorators are callable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16402](https://togithub.com/babel/babel/pull/16402) fix: Correctly prints `{ [key in Bar]? }` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16394](https://togithub.com/babel/babel/pull/16394) fix: Correctly generate `TSMappedType` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-preset-env` - [#​16390](https://togithub.com/babel/babel/pull/16390) Create bugfix plugin for classes in computed keys in Firefox ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16387](https://togithub.com/babel/babel/pull/16387) fix: support mutated outer decorated class binding ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16385](https://togithub.com/babel/babel/pull/16385) fix: Decorators when `super()` exists and `protoInit` is not needed ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​16384](https://togithub.com/babel/babel/pull/16384) fix: Transform scoping for `for X` in loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16368](https://togithub.com/babel/babel/pull/16368) fix: Capture `let` when the `for` body is not a block ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping` - [#​16363](https://togithub.com/babel/babel/pull/16363) Fix incorrect function hoisting in some case statements ([@​luiscubal](https://togithub.com/luiscubal))
facebook/docusaurus (@​docusaurus/core) ### [`v3.2.1`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#321-2024-04-04) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.2.0...v3.2.1) ##### :bug: Bug Fix - `docusaurus` - [#​10012](https://togithub.com/facebook/docusaurus/pull/10012) fix(core): fix configurePostCss v3.2 regression ([@​slorber](https://togithub.com/slorber)) ##### :memo: Documentation - [#​9980](https://togithub.com/facebook/docusaurus/pull/9980) docs: remove old github action description ([@​OzakIOne](https://togithub.com/OzakIOne)) - [#​10014](https://togithub.com/facebook/docusaurus/pull/10014) docs(website): fix SEO docs headTags example ([@​OzakIOne](https://togithub.com/OzakIOne)) - [#​10004](https://togithub.com/facebook/docusaurus/pull/10004) docs(website): Announce v3.2 on website/homepage ([@​slorber](https://togithub.com/slorber)) ##### :robot: Dependencies - [#​10006](https://togithub.com/facebook/docusaurus/pull/10006) chore(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 2 - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) - ozaki ([@​OzakIOne](https://togithub.com/OzakIOne)) ### [`v3.2.0`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#320-2024-03-29) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.1.1...v3.2.0) ##### :rocket: New Feature - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-sitemap`, `docusaurus-types`, `docusaurus-utils`, `docusaurus` - [#​9954](https://togithub.com/facebook/docusaurus/pull/9954) feat(sitemap): add support for "lastmod" ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-utils-validation`, `docusaurus-utils` - [#​9912](https://togithub.com/facebook/docusaurus/pull/9912) feat(blog): add LastUpdateAuthor & LastUpdateTime ([@​OzakIOne](https://togithub.com/OzakIOne)) - `docusaurus-plugin-debug`, `docusaurus-types`, `docusaurus` - [#​9931](https://togithub.com/facebook/docusaurus/pull/9931) feat(core): add new plugin allContentLoaded lifecycle ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-translations` - [#​9928](https://togithub.com/facebook/docusaurus/pull/9928) feat(theme-translations) Icelandic (is) ([@​Hallinn](https://togithub.com/Hallinn)) - `docusaurus-plugin-content-blog` - [#​9886](https://togithub.com/facebook/docusaurus/pull/9886) feat(blog): allow processing blog posts through a processBlogPosts function ([@​OzakIOne](https://togithub.com/OzakIOne)) - [#​9838](https://togithub.com/facebook/docusaurus/pull/9838) feat(blog): add blog pageBasePath plugin option ([@​ilg-ul](https://togithub.com/ilg-ul)) - `docusaurus` - [#​9681](https://togithub.com/facebook/docusaurus/pull/9681) feat(swizzle): ask user preferred language if no language CLI option provided ([@​yixiaojiu](https://togithub.com/yixiaojiu)) - `create-docusaurus`, `docusaurus-utils` - [#​9442](https://togithub.com/facebook/docusaurus/pull/9442) feat(create-docusaurus): ask user for preferred language when no language CLI option provided ([@​Rafael-Martins](https://togithub.com/Rafael-Martins)) - `docusaurus-plugin-vercel-analytics` - [#​9687](https://togithub.com/facebook/docusaurus/pull/9687) feat(plugin-vercel-analytics): add new vercel analytics plugin ([@​OzakIOne](https://togithub.com/OzakIOne)) - `docusaurus-mdx-loader` - [#​9684](https://togithub.com/facebook/docusaurus/pull/9684) feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials ([@​anatolykopyl](https://togithub.com/anatolykopyl)) ##### :bug: Bug Fix - `docusaurus-mdx-loader` - [#​9999](https://togithub.com/facebook/docusaurus/pull/9999) fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-search-algolia` - [#​9945](https://togithub.com/facebook/docusaurus/pull/9945) fix(a11y): move focus algolia-search focus back to search input on Escape ([@​mxschmitt](https://togithub.com/mxschmitt)) - `docusaurus-plugin-content-blog` - [#​9920](https://togithub.com/facebook/docusaurus/pull/9920) fix(blog): apply trailing slash to blog feed ([@​OzakIOne](https://togithub.com/OzakIOne)) - `docusaurus-theme-classic` - [#​9944](https://togithub.com/facebook/docusaurus/pull/9944) fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button ([@​mxschmitt](https://togithub.com/mxschmitt)) - `docusaurus-theme-translations` - [#​9915](https://togithub.com/facebook/docusaurus/pull/9915) fix(theme-translations): complete and modify Japanese translations ([@​Suenaga-Ryuya](https://togithub.com/Suenaga-Ryuya)) - [#​9910](https://togithub.com/facebook/docusaurus/pull/9910) fix(theme-translations): add Japanese translations ([@​Suenaga-Ryuya](https://togithub.com/Suenaga-Ryuya)) - [#​9872](https://togithub.com/facebook/docusaurus/pull/9872) fix(theme-translations): complete and improve Spanish theme translations ([@​4troDev](https://togithub.com/4troDev)) - [#​9812](https://togithub.com/facebook/docusaurus/pull/9812) fix(i18n): add missing theme translations for fa locale ([@​VahidNaderi](https://togithub.com/VahidNaderi)) - `docusaurus-utils` - [#​9897](https://togithub.com/facebook/docusaurus/pull/9897) fix(mdx-loader): mdx-code-block should support CRLF ([@​slorber](https://togithub.com/slorber)) - `docusaurus` - [#​9878](https://togithub.com/facebook/docusaurus/pull/9878) fix(core): fix default i18n calendar used, infer it from locale if possible ([@​slorber](https://togithub.com/slorber)) - [#​9852](https://togithub.com/facebook/docusaurus/pull/9852) fix(core): ensure core error boundary is able to render theme layout ([@​slorber](https://togithub.com/slorber)) - `docusaurus-remark-plugin-npm2yarn` - [#​9861](https://togithub.com/facebook/docusaurus/pull/9861) fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax ([@​OzakIOne](https://togithub.com/OzakIOne)) - `docusaurus-theme-classic`, `docusaurus-theme-translations` - [#​9851](https://togithub.com/facebook/docusaurus/pull/9851) fix(theme-classic): should use plurals for category items description ([@​baradusov](https://togithub.com/baradusov)) ##### :running_woman: Performance - `docusaurus-types`, `docusaurus-utils`, `docusaurus` - [#​9975](https://togithub.com/facebook/docusaurus/pull/9975) refactor(core): improve dev perf, fine-grained site reloads - part 3 ([@​slorber](https://togithub.com/slorber)) - `docusaurus-types`, `docusaurus` - [#​9968](https://togithub.com/facebook/docusaurus/pull/9968) refactor(core): improve dev perf, fine-grained site reloads - part2 ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-types`, `docusaurus` - [#​9903](https://togithub.com/facebook/docusaurus/pull/9903) refactor(core): improve dev perf, fine-grained site reloads - part1 ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-utils` - [#​9890](https://togithub.com/facebook/docusaurus/pull/9890) perf: optimize getFileCommitDate, make it async ([@​slorber](https://togithub.com/slorber)) - `docusaurus` - [#​9798](https://togithub.com/facebook/docusaurus/pull/9798) refactor(core): internalize, simplify and optimize the SSG logic ([@​slorber](https://togithub.com/slorber)) ##### :nail_care: Polish - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-theme-common` - [#​9868](https://togithub.com/facebook/docusaurus/pull/9868) refactor(theme): dates should be formatted on the client-side instead of in nodejs code ([@​OzakIOne](https://togithub.com/OzakIOne)) - `docusaurus-plugin-content-blog`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-types` - [#​9669](https://togithub.com/facebook/docusaurus/pull/9669) refactor(theme): use JSON-LD instead of microdata for blog structured data ([@​johnnyreilly](https://togithub.com/johnnyreilly)) - `docusaurus-plugin-content-docs` - [#​9839](https://togithub.com/facebook/docusaurus/pull/9839) refactor(blog): improve doc global data hook error message + add doc warning to blogOnly mode ([@​OzakIOne](https://togithub.com/OzakIOne)) ##### :memo: Documentation - [#​9937](https://togithub.com/facebook/docusaurus/pull/9937) docs: use official GitHub Action to deploy to GitHub Pages ([@​vlad-nestorov](https://togithub.com/vlad-nestorov)) - [#​9971](https://togithub.com/facebook/docusaurus/pull/9971) docs: replace VuePress by VitePress on tool comparison section ([@​sunkanmii](https://togithub.com/sunkanmii)) - [#​9914](https://togithub.com/facebook/docusaurus/pull/9914) docs: update legacy MDX v1 links to markdown links ([@​OzakIOne](https://togithub.com/OzakIOne)) - [#​9913](https://togithub.com/facebook/docusaurus/pull/9913) docs: update legacy MDX v1 links to markdown links ([@​OzakIOne](https://togithub.com/OzakIOne)) - [#​9906](https://togithub.com/facebook/docusaurus/pull/9906) docs: emphasize "index slug" convention ([@​Josh-Cena](https://togithub.com/Josh-Cena)) - [#​9877](https://togithub.com/facebook/docusaurus/pull/9877) docs: fix typos in deployment.mdx ([@​Oreoxmt](https://togithub.com/Oreoxmt)) - [#​9845](https://togithub.com/facebook/docusaurus/pull/9845) docs: typo ([@​OzakIOne](https://togithub.com/OzakIOne)) - [#​9816](https://togithub.com/facebook/docusaurus/pull/9816) docs: Add docs for Mermaid Component ([@​Its-Just-Nans](https://togithub.com/Its-Just-Nans)) ##### :robot: Dependencies - [#​9981](https://togithub.com/facebook/docusaurus/pull/9981) chore(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9982](https://togithub.com/facebook/docusaurus/pull/9982) chore(deps): bump katex from 0.16.8 to 0.16.10 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9983](https://togithub.com/facebook/docusaurus/pull/9983) chore(deps): bump express from 4.18.2 to 4.19.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9977](https://togithub.com/facebook/docusaurus/pull/9977) chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9958](https://togithub.com/facebook/docusaurus/pull/9958) chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9892](https://togithub.com/facebook/docusaurus/pull/9892) chore(deps): bump actions/dependency-review-action from 4.1.2 to 4.1.3 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9869](https://togithub.com/facebook/docusaurus/pull/9869) chore(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9874](https://togithub.com/facebook/docusaurus/pull/9874) chore(deps): bump ip from 2.0.0 to 2.0.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9843](https://togithub.com/facebook/docusaurus/pull/9843) chore(deps): bump actions/setup-node from 4.0.1 to 4.0.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9824](https://togithub.com/facebook/docusaurus/pull/9824) chore(deps): bump treosh/lighthouse-ci-action from 10.1.0 to 11.4.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​9823](https://togithub.com/facebook/docusaurus/pull/9823) chore(deps): bump marocchino/sticky-pull-request-comment from 2.8.0 to 2.9.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### :wrench: Maintenance - `docusaurus-plugin-client-redirects`, `docusaurus-plugin-content-docs`, `docusaurus-utils-common`, `docusaurus-utils-validation`, `docusaurus-utils`, `docusaurus` - [#​9972](https://togithub.com/facebook/docusaurus/pull/9972) refactor(utils): remove duplicated function ([@​OzakIOne](https://togithub.com/OzakIOne)) - Other - [#​9965](https://togithub.com/facebook/docusaurus/pull/9965) refactor(website): organise blog posts by year ([@​GingerGeek](https://togithub.com/GingerGeek)) - [#​9865](https://togithub.com/facebook/docusaurus/pull/9865) chore(website): update [@​crowdin/crowdin-api-client](https://togithub.com/crowdin/crowdin-api-client) ([@​chris-bateman](https://togithub.com/chris-bateman)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-utils` - [#​9963](https://togithub.com/facebook/docusaurus/pull/9963) refactor(docs,blog): last update timestamp should be in milliseconds instead of seconds ([@​slorber](https://togithub.com/slorber)) ##### Committers: 22 - Aolin ([@​Oreoxmt](https://togithub.com/Oreoxmt)) - Anatoly Kopyl ([@​anatolykopyl](https://togithub.com/anatolykopyl)) - Chris Bateman ([@​chris-bateman](https://togithub.com/chris-bateman)) - Fafowora Sunkanmi ([@​sunkanmii](https://togithub.com/sunkanmii)) - Hallbjörn Magnússon ([@​Hallinn](https://togithub.com/Hallinn)) - John Reilly ([@​johnnyreilly](https://togithub.com/johnnyreilly)) - Joshua Chen ([@​Josh-Cena](https://togithub.com/Josh-Cena)) - Josue \[4tro] A ([@​4troDev](https://togithub.com/4troDev)) - Liviu Ionescu ([@​ilg-ul](https://togithub.com/ilg-ul)) - Max Schmitt ([@​mxschmitt](https://togithub.com/mxschmitt)) - Rafael Martins ([@​Rafael-Martins](https://togithub.com/Rafael-Martins)) - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) - Vahid Naderi ([@​VahidNaderi](https://togithub.com/VahidNaderi)) - Vlad Nestorov ([@​vlad-nestorov](https://togithub.com/vlad-nestorov)) - Zed Spencer-Milnes ([@​GingerGeek](https://togithub.com/GingerGeek)) - axel7083 ([@​axel7083](https://togithub.com/axel7083)) - krinza.eth ([@​kaymomin](https://togithub.com/kaymomin)) - n4n5 ([@​Its-Just-Nans](https://togithub.com/Its-Just-Nans)) - ozaki ([@​OzakIOne](https://togithub.com/OzakIOne)) - suenryu ([@​Suenaga-Ryuya](https://togithub.com/Suenaga-Ryuya)) - Нуриль Барадусов ([@​baradusov](https://togithub.com/baradusov)) - 翊小久 ([@​yixiaojiu](https://togithub.com/yixiaojiu))
formatjs/formatjs (@​formatjs/cli) ### [`v6.2.9`](https://togithub.com/formatjs/formatjs/releases/tag/%40formatjs/cli%406.2.9) [Compare Source](https://togithub.com/formatjs/formatjs/compare/@formatjs/cli@6.2.8...@formatjs/cli@6.2.9) ##### Bug Fixes - **[@​formatjs/cli-lib](https://togithub.com/formatjs/cli-lib):** fix issue with vue 3.4 ([56dd02c](https://togithub.com/formatjs/formatjs/commit/56dd02c0d52b3869386bc23a1a31b4c629ae327c)), closes [#​4379](https://togithub.com/formatjs/formatjs/issues/4379) - by [@​longlho](https://togithub.com/longlho)
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.110.1`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.110.1) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.110.0...7.110.1) - fix(nextjs): Fix `tunnelRoute` matching logic for hybrid cloud ([#​11577](https://togithub.com/getsentry/sentry-javascript/issues/11577)) ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.58 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.55 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 75.57 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.18 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.37 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.57 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.58 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.78 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.76 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.12 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 35.9 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.27 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 220.72 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 108.53 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.79 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39.17 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 72.03 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.81 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 89.87 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 54.01 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.32 KB | ### [`v7.110.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.110.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0) ##### Important Changes - **feat(tracing): Add interactions sample rate to browser tracing integrations ([#​11382](https://togithub.com/getsentry/sentry-javascript/issues/11382))** You can now use a `interactionsSampleRate` to control the sample rate of INP spans. `interactionsSampleRate` is applied on top of the global `tracesSampleRate`. Therefore if `interactionsSampleRate` is `0.5` and `tracesSampleRate` is `0.1`, then the actual sample rate for interactions is `0.05`. ```js Sentry.init({ tracesSampleRate: 0.1, integrations: [ Sentry.browserTracingIntegration({ interactionsSampleRate: 0.5, }), ], }); ``` - **Deprecations** This release deprecates the `Hub` class, as well as the `addRequestDataToTransaction` method. The `trpcMiddleware` method is no longer on the `Handlers` export, but instead is a standalone export. Please see the detailed [Migration docs](./MIGRATION.md#deprecations-in-7x) on how to migrate to the new APIs. - feat: Deprecate and relocate `trpcMiddleware` ([#​11389](https://togithub.com/getsentry/sentry-javascript/issues/11389)) - feat(core): Deprecate `Hub` class ([#​11528](https://togithub.com/getsentry/sentry-javascript/issues/11528)) - feat(types): Deprecate `Hub` interface ([#​11530](https://togithub.com/getsentry/sentry-javascript/issues/11530)) - ref: Deprecate `addRequestDataToTransaction` ([#​11368](https://togithub.com/getsentry/sentry-javascript/issues/11368)) ##### Other Changes - feat(core): Update metric normalization ([#​11519](https://togithub.com/getsentry/sentry-javascript/issues/11519)) - feat(feedback): Customize feedback placeholder text color ([#​11521](https://togithub.com/getsentry/sentry-javascript/issues/11521)) - feat(remix): Skip span creation for `OPTIONS` and `HEAD` request. ([#​11485](https://togithub.com/getsentry/sentry-javascript/issues/11485)) - feat(utils): Add metric buckets rate limit ([#​11506](https://togithub.com/getsentry/sentry-javascript/issues/11506)) - fix(core): unref timer to not block node exit ([#​11483](https://togithub.com/getsentry/sentry-javascript/issues/11483)) - fix(metrics): Map `statsd` to `metric_bucket` ([#​11505](https://togithub.com/getsentry/sentry-javascript/issues/11505)) - fix(spans): Allow zero exclusive time for INP spans ([#​11408](https://togithub.com/getsentry/sentry-javascript/issues/11408)) -

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

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.