flopflip icon indicating copy to clipboard operation
flopflip copied to clipboard

fix(deps): update all dependencies

Open renovate[bot] opened this issue 2 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.18.6 -> 7.18.10 age adoption passing confidence
@babel/core (source) 7.18.6 -> 7.18.10 age adoption passing confidence
@babel/plugin-proposal-export-default-from (source) 7.18.6 -> 7.18.10 age adoption passing confidence
@babel/plugin-proposal-export-namespace-from (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/plugin-proposal-object-rest-spread (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/plugin-proposal-optional-chaining (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/plugin-transform-destructuring (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/plugin-transform-react-constant-elements (source) 7.18.6 -> 7.18.12 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.18.6 -> 7.18.10 age adoption passing confidence
@babel/preset-env (source) 7.18.6 -> 7.18.10 age adoption passing confidence
@babel/runtime (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@changesets/changelog-github 0.4.5 -> 0.4.6 age adoption passing confidence
@changesets/cli 2.23.2 -> 2.24.2 age adoption passing confidence
@preconstruct/cli 2.2.0 -> 2.2.1 age adoption passing confidence
@splitsoftware/splitio 10.20.0 -> 10.21.1 age adoption passing confidence
@testing-library/jest-dom 5.16.4 -> 5.16.5 age adoption passing confidence
@types/react 18.0.15 -> 18.0.17 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.30.6 -> 5.33.0 age adoption passing confidence
@typescript-eslint/parser 5.30.6 -> 5.33.0 age adoption passing confidence
core-js 3.23.5 -> 3.24.1 age adoption passing confidence
cypress 10.3.0 -> 10.4.0 age adoption passing confidence
eslint (source) 8.20.0 -> 8.21.0 age adoption passing confidence
eslint-config-xo-typescript 0.51.1 -> 0.52.0 age adoption passing confidence
eslint-plugin-jest 26.6.0 -> 26.8.2 age adoption passing confidence
eslint-plugin-testing-library 5.5.1 -> 5.6.0 age adoption passing confidence
jest-localstorage-mock 2.4.21 -> 2.4.22 age adoption passing confidence
ts-deepmerge 2.0.3 -> 2.0.6 age adoption passing confidence
yarn 3.2.1 -> 3.2.2 age adoption passing confidence

Release Notes

babel/babel

v7.18.10

Compare Source

:rocket: New Feature
:bug: Bug Fix
:house: Internal
:microscope: Output optimization

v7.18.9

Compare Source

:bug: Bug Fix
:nail_care: Polish
:house: Internal
  • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types
:running_woman: Performance
changesets/changesets (@​changesets/changelog-github)

v0.4.6

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.24.2

Compare Source

Patch Changes

v2.24.1

Compare Source

Patch Changes

v2.24.0

Compare Source

Minor Changes
Patch Changes
preconstruct/preconstruct

v2.2.1

Compare Source

Patch Changes
splitio/javascript-client

v10.21.1

Compare Source

v10.21.0

Compare Source

testing-library/jest-dom

v5.16.5

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.33.0

Compare Source

Bug Fixes
Features

v5.32.0

Compare Source

Features

v5.31.0

Compare Source

Bug Fixes
  • eslint-plugin: [typedef] Support nested array destructuring with type annotation (#​5311) (6d19efe)
  • scope-manager: handle typeParameters of TSInstantiationExpression (#​5355) (2595ccf)
Features

5.30.7 (2022-07-18)

Bug Fixes

5.30.6 (2022-07-11)

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

5.30.5 (2022-07-04)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#​5280) (57f032c)

5.30.4 (2022-07-03)

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

5.30.3 (2022-07-01)

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

5.30.2 (2022-07-01)

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

5.30.1 (2022-07-01)

Bug Fixes

v5.30.7

Compare Source

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

v5.33.0

Compare Source

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

v5.32.0

Compare Source

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

v5.31.0

Compare Source

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

5.30.7 (2022-07-18)

Bug Fixes

5.30.6 (2022-07-11)

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

5.30.5 (2022-07-04)

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

5.30.4 (2022-07-03)

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

5.30.3 (2022-07-01)

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

5.30.2 (2022-07-01)

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

5.30.1 (2022-07-01)

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

v5.30.7

Compare Source

Bug Fixes
zloirock/core-js

v3.24.1

Compare Source

  • NodeJS is ignored in IS_BROWSER detection to avoid a false positive with jsdom, #​1110
  • Fixed detection of @@​species support in Promise in some old engines
  • { Array, %TypedArray% }.prototype.{ findLast, findLastIndex } marked as shipped in FF104
  • Added iOS Safari 15.6 compat data mapping
  • Fixed Opera 15 compat data mapping

v3.24.0

Compare Source

cypress-io/cypress

v10.4.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​10-4-0

v10.3.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​10-3-1

eslint/eslint

v8.21.0

Compare Source

Features

Bug Fixes

  • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#​16153) (Nitin Kumar)

Documentation

Chores

xojs/eslint-config-xo-typescript

v0.52.0

Compare Source

New rules
Improvements
  • Add @typescript-eslint/parser to peerDependencies (#​61) fe6f4b7
  • Remove deprecated @typescript-eslint/no-duplicate-imports rule 33c6d92
jest-community/eslint-plugin-jest

v26.8.2

Compare Source

Bug Fixes

v26.8.1

Compare Source

Bug Fixes
  • no-standalone-expect: only report on `expect.hasAssert

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

â™» 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 25 '22 02:07 renovate[bot]

🦋 Changeset detected

Latest commit: d1f84f891997da00a474af7ba9d1691c57e40855

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

This PR includes changesets to release 16 packages
Name Type
@flopflip/adapter-utilities Patch
@flopflip/combine-adapters Patch
@flopflip/cypress-plugin Patch
@flopflip/graphql-adapter Patch
@flopflip/http-adapter Patch
@flopflip/launchdarkly-adapter Patch
@flopflip/localstorage-adapter Patch
@flopflip/memory-adapter Patch
@flopflip/react-broadcast Patch
@flopflip/react-redux Patch
@flopflip/react Patch
@flopflip/splitio-adapter Patch
@flopflip/test-utils Patch
@flopflip/types 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

changeset-bot[bot] avatar Jul 25 '22 02:07 changeset-bot[bot]

yarn.lock changes

Summary

Status Count
ADDED 2
UPDATED 31
DOWNGRADED 1
REMOVED 1
Click to toggle table visibility
Name Status Previous Current
@adobe/css-tools ADDED - 4.0.1
@babel/cli UPDATED 7.18.6 7.18.10
@babel/core UPDATED 7.18.6 7.18.10
@babel/plugin-proposal-export-default-from UPDATED 7.18.6 7.18.10
@babel/plugin-transform-react-constant-elements UPDATED 7.18.6 7.18.12
@babel/plugin-transform-runtime UPDATED 7.18.6 7.18.10
@babel/preset-env UPDATED 7.18.6 7.18.10
@babel/runtime UPDATED 7.18.6 7.18.9
@changesets/changelog-github UPDATED 0.4.5 0.4.6
@changesets/cli UPDATED 2.23.2 2.24.3
@humanwhocodes/config-array UPDATED 0.9.5 0.10.4
@humanwhocodes/gitignore-to-minimatch ADDED - 1.0.2
@preconstruct/cli UPDATED 2.2.0 2.2.1
@rollup/plugin-node-resolve UPDATED 9.0.0 11.2.1
@splitsoftware/splitio-commons UPDATED 1.5.0 1.6.1
@splitsoftware/splitio UPDATED 10.20.0 10.21.1
@testing-library/jest-dom UPDATED 5.16.4 5.16.5
@types/jest UPDATED 28.1.6 28.1.7
@types/lodash UPDATED 4.14.182 4.14.184
@types/react UPDATED 18.0.15 18.0.17
@typescript-eslint/eslint-plugin UPDATED 5.30.6 5.33.1
@typescript-eslint/parser UPDATED 5.30.6 5.33.1
@typescript-eslint/type-utils UPDATED 5.30.6 5.33.1
@typescript-eslint/utils UPDATED 5.30.6 5.33.1
babel-plugin-polyfill-regenerator UPDATED 0.3.1 0.4.0
core-js UPDATED 3.23.5 3.24.1
css REMOVED 3.0.0 -
cypress UPDATED 10.3.0 10.6.0
eslint-config-xo-typescript UPDATED 0.51.1 0.52.0
eslint-plugin-jest UPDATED 26.6.0 26.8.7
eslint-plugin-testing-library UPDATED 5.5.1 5.6.0
eslint UPDATED 8.20.0 8.22.0
jest-localstorage-mock UPDATED 2.4.21 2.4.22
source-map-resolve DOWNGRADED 0.6.0 0.5.3
ts-jest UPDATED 28.0.7 28.0.8

github-actions[bot] avatar Jul 25 '22 02:07 github-actions[bot]

Codecov Report

Merging #1648 (d1f84f8) into main (cb6a584) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1648   +/-   ##
=======================================
  Coverage   94.23%   94.23%           
=======================================
  Files         103      103           
  Lines        1630     1630           
  Branches      238      238           
=======================================
  Hits         1536     1536           
  Misses         94       94           
Impacted Files Coverage Δ
...t-broadcast/src/components/configure/configure.tsx 100.00% <0.00%> (ø)

codecov[bot] avatar Aug 22 '22 15:08 codecov[bot]