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

Merged
merged 5 commits into from Jun 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/core 2.4.0 -> 2.4.1 age adoption passing confidence
@docusaurus/plugin-content-pages 2.4.0 -> 2.4.1 age adoption passing confidence
@docusaurus/preset-classic 2.4.0 -> 2.4.1 age adoption passing confidence
@faker-js/faker 7.6.0 -> 8.0.1 age adoption passing confidence
@​openfun/cunningham-react 0.6.1 -> 0.7.0 age adoption passing confidence
@sentry/browser (source) 7.51.2 -> 7.53.1 age adoption passing confidence
@sentry/types (source) 7.51.2 -> 7.53.1 age adoption passing confidence
@storybook/addon-actions (source) 7.0.10 -> 7.0.17 age adoption passing confidence
@storybook/addon-essentials (source) 7.0.10 -> 7.0.17 age adoption passing confidence
@storybook/addon-interactions (source) 7.0.10 -> 7.0.17 age adoption passing confidence
@storybook/addon-links (source) 7.0.10 -> 7.0.17 age adoption passing confidence
@storybook/react (source) 7.0.10 -> 7.0.17 age adoption passing confidence
@storybook/react-webpack5 (source) 7.0.10 -> 7.0.17 age adoption passing confidence
@tanstack/query-core (source) 4.29.5 -> 4.29.7 age adoption passing confidence
@tanstack/query-sync-storage-persister (source) 4.29.5 -> 4.29.7 age adoption passing confidence
@tanstack/react-query (source) 4.29.5 -> 4.29.7 age adoption passing confidence
@tanstack/react-query-persist-client (source) 4.29.5 -> 4.29.7 age adoption passing confidence
@types/node-fetch (source) 2.6.3 -> 2.6.4 age adoption passing confidence
@types/react (source) 18.2.6 -> 18.2.7 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.5 -> 5.59.7 age adoption passing confidence
@typescript-eslint/parser 5.59.5 -> 5.59.7 age adoption passing confidence
axe-core (source) 4.7.0 -> 4.7.2 age adoption passing confidence
cypress 12.12.0 -> 12.13.0 age adoption passing confidence
eslint (source) 8.40.0 -> 8.41.0 age adoption passing confidence
glob 10.2.3 -> 10.2.6 age adoption passing confidence
react-router-dom 6.11.1 -> 6.11.2 age adoption passing confidence
storybook (source) 7.0.10 -> 7.0.17 age adoption passing confidence
webpack 5.82.0 -> 5.84.1 age adoption passing confidence
yup 1.1.1 -> 1.2.0 age adoption passing confidence

Release Notes

facebook/docusaurus

v2.4.1

Compare Source

🐛 Bug Fix
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8971 fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
  • docusaurus-plugin-content-blog, docusaurus-theme-common, docusaurus-utils-common, docusaurus
    • #​8909 fix(theme): add __ prefix to technical anchors, search crawlers (Algolia) should ignore them (@​slorber)
  • docusaurus-theme-common
    • #​8906 fix(theme-common): fix collapsible component with prefers-reduced-motion (@​slorber)
    • #​8873 fix(theme-common): fix confusing theme error message: bad sidebar id suggestions (@​slorber)
  • docusaurus-utils
  • docusaurus-theme-classic, docusaurus-theme-translations
  • create-docusaurus
💅 Polish
  • docusaurus-theme-classic
    • #​8862 refactor(theme): expose copy, success and word-wrap icons as standalone components (@​armano2)
Committers: 7
faker-js/faker

v8.0.1

Compare Source

v8.0.0

Compare Source

Bug Fixes
  • docs: fix faker v7 code example for locale migration (#​2125) (b570461)
  • locales: add real cities for zu_ZA and af_ZA, update en_ZA city list (#​2141) (ee8c97c)
getsentry/sentry-javascript

v7.53.1

Compare Source

  • chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 (#​8196)
  • chore(svelte): Bump magic-string to 0.30.0 (#​8197)
  • fix(core): Fix racecondition that modifies in-flight sessions (#​8203)
  • fix(node): Catch os.uptime() throwing because of EPERM (#​8206)
  • fix(replay): Fix buffered replays creating replay w/o error occuring (#​8168)

v7.53.0

Compare Source

  • feat(replay): Add beforeAddRecordingEvent Replay option (#​8124)
  • feat(replay): Do not capture replays < 5 seconds (#​7949)
  • fix(nextjs): Guard for non-absolute paths when injecting sentry config (#​8151)
  • fix(nextjs): Import path issue on Windows (#​8142)
  • fix(nextjs): Make withSentryConfig isomorphic (#​8166)
  • fix(node): Add debug logging for node checkin (#​8131)
  • fix(node): Add LRU map for tracePropagationTargets calculation (#​8130)
  • fix(node): Remove new URL usage in Undici integration (#​8147)
  • fix(replay): Show the correct Replay config option name maskFn
  • fix(sveltekit): Avoid double-wrapping load functions (#​8094)
  • fix(tracing): Change where content-length gets added (#​8139)
  • fix(tracing): Use integer for content length (#​8152)
  • fix(utils): Fail silently if the provided Dsn is invalid (#​8121)
  • ref(node): Cache undici trace propagation decisions (#​8136)
  • ref(serverless): Remove relay extension from AWS Layer (#​8080)

v7.52.1

Compare Source

  • feat(replay): Capture slow clicks (experimental) (#​8052)

v7.52.0

Compare Source

Important Next.js SDK changes:

This release adds support Vercel Cron Jobs in the Next.js SDK.
The SDK will automatically create Sentry Cron Monitors for your Vercel Cron Jobs configured via vercel.json when deployed on Vercel.

You can opt out of this functionality by setting the automaticVercelMonitors option to false:

// next.config.js
const nextConfig = {
  sentry: {
    automaticVercelMonitors: false,
  },
};

(Note: Sentry Cron Monitoring is currently in beta and subject to change. Help us make it better by letting us know what you think. Respond on GitHub or write to us at crons-feedback@sentry.io)

  • feat(nextjs): Add API method to wrap API routes with crons instrumentation (#​8084)
  • feat(nextjs): Add automatic monitors for Vercel Cron Jobs (#​8088)
Other changes
  • feat(replay): Capture keyboard presses for special characters (#​8051)
  • fix(build): Don't mangle away global debug ID map (#​8096)
  • fix(core): Return checkin id from client (#​8116)
  • fix(core): Use last error for ignoreErrors check (#​8089)
  • fix(docs): Change to addTracingExtensions was not documented in MIGRATION.md (#​8101)
  • fix(replay): Check relative URLs correctly (#​8024)
  • fix(tracing-internal): Avoid classifying protocol-relative URLs as same-origin urls (#​8114)
  • ref: Hoist createCheckinEnvelope to core package (#​8082)
storybookjs/storybook

v7.0.17

Compare Source

Bug Fixes

v7.0.16

Compare Source

Accidental no-op

v7.0.15

Compare Source

Bug Fixes

v7.0.14

Compare Source

Bug Fixes
  • Core: Only connect to serverChannel in development mode #​22575
  • CLI: Fix error parsing on NPM proxy #​22690
Maintenance
  • Core: Create server channel from window.location #​22055

v7.0.13

Compare Source

Bug Fixes
  • Angular: Fix process I/O for compodoc command #​22441
  • CLI: Improve error handling when dealing with angular.json files #​22663
  • CLI: Skip prompting for eslint plugin with --yes flag #​22651
  • CLI: Account for windows paths when copying templates #​22644
  • CLI: Fix pnpm init command #​22635
  • UI: Add legacy font formats #​22576
  • Webpack: Remove the alias for global #​22393
Maintenance
  • Angular: Enable unit tests #​22355
  • CLI: Reduce installation noise and improve error handling #​22554
  • CLI: Only handle CTRL + C on init event #​22687
  • CLI: Don't touch nx packages on upgrade #​22419
Build
  • Build: Add discord notification when generating sandboxes fails #​22638
  • Build: Set correct ref on sandboxes Github action #​22625
  • Build: Fix sandbox generation scripts #​22620

v7.0.12

Compare Source

Bug Fixes
  • Core: Fix source snippets for stories with mapped args #​22135
  • CLI: Fix getFrameworkPackage logic #​22559
  • CLI: Remove automigrate reference from init command #​22561
Maintenance
  • CLI: Detach automigrate command from storybook init #​22523

v7.0.11

Compare Source

Bug Fixes
  • Toolbars: Fix title behavior in UI #​22496
  • CLI: Fix storybook upgrade precheckfailure object #​22517
  • CLI: Throw errors instead of rejecting promises #​22515
  • CLI: Remove unsupported frameworks/renderers and improve builder detection #​22492
  • Web-components: Fix source decorator to handle document fragments #​22513
  • Core: Fix windows path error in StoryStore v6 #​22512
  • CLI: Do not show a migration summary on sb init #​22109
  • UI: Show current search shortcut in search box sidebar #​21619
  • Outline: Fix additional outline border in docs mode #​21773
  • Measure: Deactivate when switching to Docs mode #​21602
  • CSF: Expose story id in composeStories #​22471
  • CLI: Prompt to force initialization when storybook folder is detected #​22392
  • UI: Fix css inconsistency in Button and Icon components #​22497
tanstack/query

v4.29.7

Compare Source

Version 4.29.7 - 5/14/2023, 2:09 PM

Changes
Fix
Chore
Docs
Packages
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

dequelabs/axe-core

v4.7.2

Compare Source

v4.7.1

Compare Source

cypress-io/cypress

v12.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-13-0

eslint/eslint

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)

Chores

isaacs/node-glob

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

remix-run/react-router

v6.11.2

Compare Source

Patch Changes
  • Export SetURLSearchParams type (#​10444)
  • Updated dependencies:
    • react-router@6.11.2
    • @remix-run/router@1.6.2
webpack/webpack

v5.84.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.0...v5.84.1

v5.84.0

Compare Source

New Features

Bugfixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.83.1...v5.84.0

v5.83.1

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.83.0...v5.83.1

v5.83.0

Compare Source

New Features

Bug Fixes


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 the dependencies Dependency-related tasks. label May 22, 2023
@renovate renovate bot force-pushed the renovate/js-dependencies branch 6 times, most recently from fcc5ba7 to 53775f2 Compare May 24, 2023 02:19
@jbpenrath jbpenrath self-assigned this May 24, 2023
@renovate renovate bot force-pushed the renovate/js-dependencies branch 5 times, most recently from 787b436 to 84fda4c Compare May 25, 2023 19:18
@renovate
Copy link
Contributor Author

renovate bot commented May 26, 2023

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.

@jbpenrath jbpenrath force-pushed the renovate/js-dependencies branch 4 times, most recently from b266b56 to 2c03e87 Compare May 30, 2023 14:36
Copy link
Collaborator

@PanchoutNathan PanchoutNathan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

Copy link
Collaborator

@rlecellier rlecellier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look's great !

New major release of faker introduces some breaking change. We also take
opportunity to remove deprecated methods.
Faker 8.0 deprecates the `faker.helpers.unique` method. In order to be
futureproof we implemet our own unique helper. Furthermore in several
case, using an sequence method instead of unique is simpler and more
performant so we also implement a sequence helper.
We take opportunity to fix faker deprecation warnings to fix most other
deprecation warnings.
`@testing-library/user-event` has `@testing-library/dom` as peer dependency. As
`@testing-library/dom` can have some impacts about our tests, we decide to
install this missing dependency.

http://github.com/testing-library/user-event/issues/1104#issuecomment-1461658418
@jbpenrath jbpenrath enabled auto-merge (rebase) June 2, 2023 21:05
@jbpenrath jbpenrath merged commit eb96ada into master Jun 2, 2023
21 of 22 checks passed
@jbpenrath jbpenrath deleted the renovate/js-dependencies branch June 2, 2023 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency-related tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants