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

Update all non-major dependencies #937

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@​bitrise/eslint-plugin 2.11.0 -> 2.12.0 age adoption passing confidence devDependencies minor
@datadog/browser-core (source) 5.17.1 -> 5.21.0 age adoption passing confidence dependencies minor
@datadog/browser-logs (source) 5.17.1 -> 5.21.0 age adoption passing confidence dependencies minor
@datadog/browser-rum (source) 5.17.1 -> 5.21.0 age adoption passing confidence dependencies minor
@google-cloud/storage 7.11.0 -> 7.11.2 age adoption passing confidence devDependencies patch
@storybook/addon-essentials (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@storybook/addon-onboarding (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@storybook/addon-webpack5-compiler-swc 1.0.2 -> 1.0.4 age adoption passing confidence devDependencies patch
@storybook/blocks (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@storybook/react (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@storybook/react-webpack5 (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@storybook/test (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
@swc/core (source) 1.5.7 -> 1.6.5 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.36.0 -> 5.48.0 age adoption passing confidence dependencies minor
@testing-library/dom 10.1.0 -> 10.2.0 age adoption passing confidence devDependencies minor
@testing-library/jest-dom 6.4.5 -> 6.4.6 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.9.0 -> 7.14.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.9.0 -> 7.14.1 age adoption passing confidence devDependencies minor
algoliasearch 4.23.3 -> 4.24.0 age adoption passing confidence dependencies minor
css-loader 7.1.1 -> 7.1.2 age adoption passing confidence devDependencies patch
cypress (source) 13.9.0 -> 13.12.0 age adoption passing confidence devDependencies minor
eslint-plugin-jasmine 4.1.3 -> 4.2.0 age adoption passing confidence devDependencies minor
github.com/spf13/cobra v1.8.0 -> v1.8.1 age adoption passing confidence require patch
glob 10.3.15 -> 10.4.2 age adoption passing confidence devDependencies minor
go (source) 1.22.2 -> 1.22.4 age adoption passing confidence toolchain patch
jsdom 24.0.0 -> 24.1.0 age adoption passing confidence devDependencies minor
launchdarkly-js-client-sdk 3.3.0 -> 3.4.0 age adoption passing confidence dependencies minor
lint-staged 15.2.2 -> 15.2.7 age adoption passing confidence devDependencies patch
monaco-editor ^0.48.0 -> ^0.50.0 age adoption passing confidence dependencies minor
monaco-yaml (source) 5.1.1 -> 5.2.0 age adoption passing confidence dependencies minor
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence devDependencies minor
react-hook-form (source) 7.51.4 -> 7.52.0 age adoption passing confidence dependencies minor
react-lazy-load-image-component 1.6.0 -> 1.6.2 age adoption passing confidence dependencies patch
reactflow (source) 11.11.3 -> 11.11.4 age adoption passing confidence dependencies patch
start-server-and-test 2.0.3 -> 2.0.4 age adoption passing confidence devDependencies patch
storybook (source) 8.1.1 -> 8.1.10 age adoption passing confidence devDependencies patch
type-fest 4.18.3 -> 4.20.1 age adoption passing confidence dependencies minor
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence devDependencies minor
webpack 5.91.0 -> 5.92.1 age adoption passing confidence devDependencies minor
zustand 4.5.2 -> 4.5.4 age adoption passing confidence dependencies patch

Release Notes

DataDog/browser-sdk (@​datadog/browser-core)

v5.21.0

Compare Source

  • ✨ [RUM-4659] Collect INP and CLS timestamp (#​2793)
  • ✨ [RUM-1310] Support all log statuses (#​2725)
  • ✨ [RUM-3965] make service and version fields modifiable (#​2788)
  • ✨ [RUM-3837] Force Replay recording on sampled-out sessions (#​2777)
  • 🐛 [RUM-4178] Update performance difference memory (#​2794)
  • ♻️ Sends the conf telemetry from preStartRum (#​2795)
  • ♻️ Set the experimental feature flags as early as possible (#​2796)
  • 📝 [RUM-158] Add jsdoc annotations on initConfiguration (#​2772)

v5.20.0

Compare Source

  • ✨ [RUM-4013] DD_RUM: add handling stack in beforeSend context (#​2730)
  • ✨[RUM-4178] Report memory impact to Datadog (#​2724)
  • 🐛 [RUM-98] Warn when SDK is loaded multiple times (#​2785)
  • ⚡️ [RUM-4468] improve CSS selector computation performance (#​2782)
  • 📝 [RUM-158] Add jsdoc to public APIs (#​2775)
  • 🔥 Remove unnecessary session checks in collections (#​2769)

v5.19.0

Compare Source

  • 🐛 [RUM-4629] accept null as env/version/service (#​2781)
  • 🐛 [RUM-4493] do not compute selectors for detached elements (#​2766)
  • 🐛 [RUM-2720] Send logs without session id when session inactive (#​2578)
  • 🐛 [RUM-1666] Don't set negative action loading time (#​2764)
  • 🐛 [RUM-4434] fix timing matching for the same resource requested twice at the same time (#​2747)
  • 🐛 [RUM-4436] fix detached node memory leak on CLS (#​2749)
  • ✅ fix clearing cookies between tests (#​2780)
  • 🔥 Cleanup experimental features (#​2768)
  • ✏️ various comment fixes (#​2760)

v5.18.0

Compare Source

  • 🔊[RUM-4360] monitor more API usages (#​2745)
  • 🔊 collect pre start telemetry (#​2755)
  • 🔊 Deduplicate telemetry events (#​2746)
  • 🐛 [RUM-97] Sanitize tags parameter in configuration (#​2744)
googleapis/nodejs-storage (@​google-cloud/storage)

v7.11.2

Compare Source

Bug Fixes

v7.11.1

Compare Source

Bug Fixes
storybookjs/storybook (@​storybook/addon-essentials)

v8.1.10

Compare Source

v8.1.9

Compare Source

v8.1.8

Compare Source

v8.1.7

Compare Source

v8.1.6

Compare Source

v8.1.5

Compare Source

v8.1.4

Compare Source

v8.1.3

Compare Source

v8.1.2

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.1.10

Compare Source

8.1.10

v8.1.9

Compare Source

8.1.9

v8.1.8

Compare Source

8.1.8

v8.1.7

Compare Source

8.1.7

v8.1.6

Compare Source

8.1.6

v8.1.5

Compare Source

8.1.5

v8.1.4

Compare Source

8.1.4

v8.1.3

Compare Source

8.1.3

v8.1.2

Compare Source

8.1.2

storybookjs/addon-webpack5-compiler-swc (@​storybook/addon-webpack5-compiler-swc)

v1.0.4

Compare Source

🐛 Bug Fix
Authors: 1

v1.0.3

Compare Source

🐛 Bug Fix
Authors: 2

swc-project/swc (@​swc/core)

v1.6.5

Compare Source

v1.6.4

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@bitrise-devs-bot
Copy link
Collaborator

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 70ac33e to 7a37e1a Compare May 7, 2024 13:54
@renovate renovate bot changed the title Update dependency @testing-library/react to v15.0.7 Update all non-major dependencies May 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 902bd35 to cac6133 Compare May 13, 2024 11:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 1503d94 to a0bda03 Compare May 15, 2024 09:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 28 times, most recently from fa94ffa to a2782e5 Compare June 26, 2024 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2782e5 to 4ba1917 Compare June 26, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant