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

fix(deps): update all dependencies #1899

Merged
merged 8 commits into from
May 16, 2024
Merged

fix(deps): update all dependencies #1899

merged 8 commits into from
May 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@babel/core (source) 7.24.4 -> 7.24.5 age adoption passing confidence
@babel/eslint-parser (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@babel/plugin-transform-destructuring (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@babel/plugin-transform-object-rest-spread (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@babel/plugin-transform-optional-chaining (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@babel/plugin-transform-private-property-in-object (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@babel/preset-env (source) 7.24.4 -> 7.24.5 age adoption passing confidence
@babel/runtime (source) 7.24.4 -> 7.24.5 age adoption passing confidence
@commitlint/cli (source) 19.2.2 -> 19.3.0 age adoption passing confidence
@preconstruct/cli (source) 2.8.3 -> 2.8.4 age adoption passing confidence
@splitsoftware/splitio 10.25.2 -> 10.26.0 age adoption passing confidence
@testing-library/jest-dom 6.4.2 -> 6.4.5 age adoption passing confidence
@testing-library/react 15.0.2 -> 15.0.7 age adoption passing confidence
@types/lodash (source) 4.17.0 -> 4.17.1 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.12.12 age adoption passing confidence
@types/react (source) 18.2.75 -> 18.3.2 age adoption passing confidence
@types/react (source) 18.2.79 -> 18.3.2 age adoption passing confidence
@types/react-dom (source) 18.2.24 -> 18.3.0 age adoption passing confidence
@types/react-dom (source) 18.2.25 -> 18.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.7.0 -> 7.9.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.7.0 -> 7.9.0 age adoption passing confidence
core-js (source) 3.37.0 -> 3.37.1 age adoption passing confidence
cypress (source) 13.6.4 -> 13.9.0 age adoption passing confidence
eslint-config-xo 0.44.0 -> 0.45.0 age adoption passing confidence
eslint-plugin-jest 28.2.0 -> 28.5.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
globalthis 1.0.3 -> 1.0.4 age adoption passing confidence
launchdarkly-js-client-sdk 3.2.0 -> 3.3.0 age adoption passing confidence
pnpm (source) 9.0.4 -> 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-is (source) 18.2.0 -> 18.3.1 age adoption passing confidence
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence
use-sync-external-store (source) 1.2.0 -> 1.2.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
conventional-changelog/commitlint (@​commitlint/cli)

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

preconstruct/preconstruct (@​preconstruct/cli)

v2.8.4

Compare Source

Patch Changes
  • fa66c34 Thanks @​emmatown! - Fix preconstruct dev with exports: { importConditionDefaultExport: "default" } with a .d.ts file
splitio/javascript-client (@​splitsoftware/splitio)

v10.26.0

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

v6.4.3

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v15.0.7

Compare Source

v15.0.6

Compare Source

v15.0.5

Compare Source

v15.0.4

Compare Source

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

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

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

zloirock/core-js (core-js)

v3.37.1

Compare Source

cypress-io/cypress (cypress)

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Compare Source

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

v13.7.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0

v13.6.6

Compare Source

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

v13.6.5

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

xojs/eslint-config-xo (eslint-config-xo)

v0.45.0

Compare Source

  • Allow class fields with no blank lines between (#​85) 6f2ff13
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.5.0

Compare Source

Features
  • allow @typescript-eslint/utils v7 as a direct dependency (#​1567) (1476f10)

v28.4.0

Compare Source

Features
  • valid-expect: supporting automatically fixing missing await in some cases (#​1574) (a407098)

v28.3.0

Compare Source

Features
facebook/react (eslint-plugin-react-hooks)

v4.6.2

Compare Source

v4.6.1

Compare Source

ljharb/System.global (globalthis)

v1.0.4

Compare Source

Commits
  • [actions] remove redundant finisher 280d796
  • [Refactor] use gopd 0209ccb
  • [actions] update rebase action to use reusable workflow c08aea6
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, aud, tape f38f2af
  • [Dev Deps] update aud, tape a1be102
  • [Deps] update define-properties 3e41644
  • [Deps] update define-properties 3d81f70
  • [Dev Deps] add missing npmignore dep c2d00f7
launchdarkly/js-client-sdk (launchdarkly-js-client-sdk)

v3.3.0

Compare Source

Added:
  • Added an optional timeout to the waitForInitialization method. When a timeout is specified the returned promise will be rejected after the timeout elapses if the client has not finished initializing within that time. When no timeout is specified the returned promise will not be resolved or rejected until the initialization either completes or fails.
Changed:
  • The track method now validates that the provided metricValue is a number. If a metric value is provided, and it is not a number, then a warning will be logged.
Fixed:
  • Fixed the documentation for evaluationReasons for the identify method.
pnpm/pnpm (pnpm)

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.6

Compare Source

v9.0.5

Compare Source

facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-is)

v18.3.1

Compare Source

v18.3.0

Compare Source

isaacs/rimraf (rimraf)

v5.0.7

Compare Source

v5.0.6

Compare Source

facebook/react (use-sync-external-store)

v1.2.2

Compare Source

v1.2.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Apr 22, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 18 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 26, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated @babel/polyfill@7.12.1
.                                        |  WARN  deprecated codecov@3.8.3
Progress: resolved 69, reused 0, downloaded 0, added 0
Progress: resolved 89, reused 0, downloaded 0, added 0
Progress: resolved 91, reused 0, downloaded 0, added 0
Progress: resolved 186, reused 0, downloaded 0, added 0
Progress: resolved 261, reused 0, downloaded 0, added 0
Progress: resolved 357, reused 0, downloaded 0, added 0
Progress: resolved 431, reused 0, downloaded 0, added 0
Progress: resolved 500, reused 0, downloaded 0, added 0
Progress: resolved 553, reused 0, downloaded 0, added 0
Progress: resolved 638, reused 0, downloaded 0, added 0
Progress: resolved 785, reused 0, downloaded 0, added 0
Progress: resolved 1015, reused 0, downloaded 0, added 0
Progress: resolved 1177, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: cypress@13.6.4

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

Copy link

changeset-bot bot commented Apr 22, 2024

🦋 Changeset detected

Latest commit: fcab045

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
Name Type
@flopflip/launchdarkly-adapter Patch
@flopflip/localstorage-adapter Patch
@flopflip/adapter-utilities Patch
@flopflip/combine-adapters Patch
@flopflip/graphql-adapter Patch
@flopflip/react-broadcast Patch
@flopflip/splitio-adapter Patch
@flopflip/memory-adapter Patch
@flopflip/http-adapter Patch
@flopflip/react-redux Patch
@flopflip/test-utils Patch
@flopflip/react Patch
@flopflip/types Patch
@flopflip/cache Patch
@flopflip/cypress-plugin Patch
@flopflip/localstorage-cache Patch
@flopflip/sessionstorage-cache Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 04bfade to 87d83b2 Compare April 22, 2024 17:39
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 14 times, most recently from 50c381b to 82dd9f1 Compare April 30, 2024 03:30
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 5f9bb1e to 32e5692 Compare May 6, 2024 04:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8579a00 to 3ac0074 Compare May 6, 2024 22:45
Copy link

socket-security bot commented May 6, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b43cb8d to 240e41f Compare May 10, 2024 20:05
Copy link
Contributor Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 18 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 22, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated @babel/polyfill@7.12.1
Progress: resolved 46, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated codecov@3.8.3
Progress: resolved 82, reused 0, downloaded 0, added 0
Progress: resolved 89, reused 0, downloaded 0, added 0
Progress: resolved 107, reused 0, downloaded 0, added 0
Progress: resolved 183, reused 0, downloaded 0, added 0
Progress: resolved 281, reused 0, downloaded 0, added 0
Progress: resolved 380, reused 0, downloaded 0, added 0
Progress: resolved 456, reused 0, downloaded 0, added 0
Progress: resolved 527, reused 0, downloaded 0, added 0
Progress: resolved 617, reused 0, downloaded 0, added 0
Progress: resolved 746, reused 0, downloaded 0, added 0
Progress: resolved 852, reused 0, downloaded 0, added 0
Progress: resolved 1003, reused 0, downloaded 0, added 0
Progress: resolved 1142, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: cypress@13.6.4

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from bd9f142 to 68cd307 Compare May 14, 2024 06:25
Copy link
Contributor Author

renovate bot commented May 16, 2024

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.

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.84%. Comparing base (bc025ef) to head (fcab045).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1899   +/-   ##
=======================================
  Coverage   93.84%   93.84%           
=======================================
  Files         109      109           
  Lines        1754     1754           
  Branches      266      266           
=======================================
  Hits         1646     1646           
  Misses        108      108           

@tdeekens tdeekens merged commit 66a404d into main May 16, 2024
8 checks passed
@tdeekens tdeekens deleted the renovate/all branch May 16, 2024 16:32
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