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

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage ^3.12.39 -> ^3.13.6 age adoption passing confidence
@reduxjs/toolkit (source) ^2.2.3 -> ^2.3.0 age adoption passing confidence
@sentry/browser (source) ^8.33.1 -> ^8.37.1 age adoption passing confidence
@types/lodash (source) ^4.17.7 -> ^4.17.13 age adoption passing confidence
@types/lodash (source) ^4.17.6 -> ^4.17.13 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.17.6 age adoption passing confidence
@types/react (source) ^18.2.0 -> ^18.3.12 age adoption passing confidence
@types/react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
@types/validator (source) ^13.12.0 -> ^13.12.2 age adoption passing confidence
@vitejs/plugin-react-swc ^3.6.0 -> ^3.7.1 age adoption passing confidence
async (source) ^3.2.5 -> ^3.2.6 age adoption passing confidence
bullmq (source) ^5.0.0 -> ^5.25.4 age adoption passing confidence
compression ^1.7.4 -> ^1.7.5 age adoption passing confidence
cron ^3.0.0 -> ^3.1.9 age adoption passing confidence
cypress (source) ^13.2.0 -> ^13.15.2 age adoption passing confidence
express (source) ^4.19.2 -> ^4.21.1 age adoption passing confidence
gelf-pro ^1.3.4 -> ^1.3.12 age adoption passing confidence
highcharts (source) ^11.4.3 -> ^11.4.8 age adoption passing confidence
husky ^9.0.0 -> ^9.1.6 age adoption passing confidence
immer ^10.0.4 -> ^10.1.1 age adoption passing confidence
knex (source) ^3.0.0 -> ^3.1.0 age adoption passing confidence
lint-staged ^15.0.0 -> ^15.2.10 age adoption passing confidence
lru-cache ^11.0.0 -> ^11.0.2 age adoption passing confidence
nodemon (source) ^3.1.0 -> ^3.1.7 age adoption passing confidence
nyc (source) ^17.0.0 -> ^17.1.0 age adoption passing confidence
pg (source) ^8.11.5 -> ^8.13.1 age adoption passing confidence
query-string ^9.0.0 -> ^9.1.1 age adoption passing confidence
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-markdown ^9.0.0 -> ^9.0.1 age adoption passing confidence
react-range ^1.8.14 -> ^1.10.0 age adoption passing confidence
react-redux ^9.0.0 -> ^9.1.2 age adoption passing confidence
sequelize (source) ^6.0.0 -> ^6.37.5 age adoption passing confidence
sequelize (source) ^6.37.3 -> ^6.37.5 age adoption passing confidence
stylelint (source) ^16.2.1 -> ^16.10.0 age adoption passing confidence
stylelint-config-standard ^36.0.0 -> ^36.0.1 age adoption passing confidence
tsx (source) ^4.16.2 -> ^4.19.2 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.6.3 age adoption passing confidence
umzug ^3.8.1 -> ^3.8.2 age adoption passing confidence
vite (source) ^5.2.10 -> ^5.4.11 age adoption passing confidence
winston ^3.16.0 -> ^3.17.0 age adoption passing confidence
winston ^3.8.2 -> ^3.17.0 age adoption passing confidence

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage)

v3.13.6

Compare Source

Bug Fixes
getsentry/sentry-javascript (@​sentry/browser)

v8.37.1

Compare Source

v8.37.0

Compare Source

Important Changes
  • feat(nuxt): Add piniaIntegration (#​14138)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the piniaIntegration to your client config:

// sentry.client.config.ts
import { usePinia } from '#imports';

Sentry.init({
  integrations: [
    Sentry.piniaIntegration(usePinia(), {
      /* optional Pinia plugin options */
    }),
  ],
});

The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.

This new approach will include different APIs, making the current metrics API unnecessary. This release
deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the
metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.

Learn more about the end of the Metrics beta.

Other Changes

Work in this release was contributed by @​rexxars. Thank you for your contribution!

taskforcesh/bullmq (bullmq)

v5.25.4

Compare Source

Bug Fixes
  • repeatable: only apply immediately in the first iteration (f69cfbc)

v5.25.3

Compare Source

Bug Fixes
  • scripts: set package version by default for extension (#​2887) (b955340)

v5.25.2

Compare Source

Bug Fixes

v5.25.1

Compare Source

Bug Fixes
  • connection: set packageVersion as protected attribute for extension (#​2884) (411ccae)

v5.25.0

Compare Source

Features
  • queue-events: add QueueEventsProducer for publishing custom events (#​2844) (5eb03cd)

v5.24.0

Compare Source

Features

v5.23.1

Compare Source

Bug Fixes
kelektiv/node-cron (cron)

v3.1.9

Compare Source

🛠 Builds
  • typescript: add missing "types" property to package.json (#​908) (1953c97)
📚 Documentation
  • Add .nvmrc with recommended Node version for development (#​904) (91848e9)
⚙️ Continuous Integrations
  • action: update github/codeql-action action to v3.27.0 (#​866) (a6dd871)
  • action: update ossf/scorecard-action action to v2.4.0 (#​883) (e0880a1)
♻️ Chores
cypress-io/cypress (cypress)

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

winstonjs/winston (winston)

v3.17.0

Compare Source

  • Try winston-transport 4.9.0 3e87128
  • Revert "Try bumping winston-transport to 4.8.0" 69625fc
  • Revert "Try bumping winston-transport to 4.8.0" 876ef7a
  • Try bumping winston-transport to 4.8.0 7ef2c1d
  • Try bumping winston-transport to 4.8.0 fe4b64e
  • Bump logform c9fd9a4
  • Revert "Update logform and winston-transport" 14fef0f
  • Merge branch 'master' of github.com:winstonjs/winston 545b683
  • Update logform and winston-transport cceb265
  • Bump mocha from 10.7.3 to 10.8.2 (#​2523) bb529b6
  • Bump async from 3.2.5 to 3.2.6 (#​2516) ae847ab

Configuration

📅 Schedule: Branch creation - "before 5:00am" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 97e7d0d to 627093a Compare November 7, 2024 11:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 627093a to bda29b5 Compare November 11, 2024 14:11
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@valtterikantanen valtterikantanen merged commit 181d39a into master Nov 15, 2024
21 checks passed
@valtterikantanen valtterikantanen deleted the renovate/all-minor-patch branch December 15, 2024 14:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant