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

Merged
merged 6 commits into from
Jul 24, 2023
Merged

fix(deps): update all dependencies #1774

merged 6 commits into from
Jul 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.22.5 -> 7.22.9 age adoption passing confidence
@babel/core (source) 7.22.5 -> 7.22.9 age adoption passing confidence
@babel/eslint-parser (source) 7.22.5 -> 7.22.9 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.22.5 -> 7.22.9 age adoption passing confidence
@babel/preset-env (source) 7.22.5 -> 7.22.9 age adoption passing confidence
@babel/runtime (source) 7.22.5 -> 7.22.6 age adoption passing confidence
@changesets/cli (source) 2.26.1 -> 2.26.2 age adoption passing confidence
@commitlint/cli (source) 17.6.5 -> 17.6.7 age adoption passing confidence
@commitlint/config-conventional (source) 17.6.5 -> 17.6.7 age adoption passing confidence
@preconstruct/cli (source) 2.7.0 -> 2.8.1 age adoption passing confidence
@splitsoftware/splitio 10.22.4 -> 10.23.0 age adoption passing confidence
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence
@types/jest (source) 29.5.2 -> 29.5.3 age adoption passing confidence
@types/node (source) 18.16.18 -> 18.17.0 age adoption passing confidence
@types/react (source) 18.2.13 -> 18.2.15 age adoption passing confidence
@types/react-dom (source) 18.2.6 -> 18.2.7 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.60.0 -> 5.62.0 age adoption passing confidence
@typescript-eslint/parser 5.60.0 -> 5.62.0 age adoption passing confidence
babel-jest 29.5.0 -> 29.6.1 age adoption passing confidence
core-js 3.31.0 -> 3.31.1 age adoption passing confidence
cypress 12.15.0 -> 12.17.2 age adoption passing confidence
eslint (source) 8.43.0 -> 8.45.0 age adoption passing confidence
eslint-plugin-jest 27.2.2 -> 27.2.3 age adoption passing confidence
eslint-plugin-react 7.32.2 -> 7.33.0 age adoption passing confidence
jest (source) 29.5.0 -> 29.6.1 age adoption passing confidence
jest-environment-jsdom 29.5.0 -> 29.6.1 age adoption passing confidence
lint-staged 13.2.2 -> 13.2.3 age adoption passing confidence
mitt 3.0.0 -> 3.0.1 age adoption passing confidence
react-redux 8.0.5 -> 8.1.1 age adoption passing confidence
ts-deepmerge 6.1.0 -> 6.2.0 age adoption passing confidence
ts-jest (source) 29.1.0 -> 29.1.1 age adoption passing confidence
tslib (source) 2.5.3 -> 2.6.0 age adoption passing confidence
typescript (source) 5.1.3 -> 5.1.6 age adoption passing confidence
yarn 3.6.0 -> 3.6.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli)

v7.22.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.22.6

Compare Source

🐛 Bug Fix
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core
🏠 Internal
  • babel-helper-create-class-features-plugin, babel-plugin-transform-classes
🔬 Output optimization
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-optional-chaining, babel-plugin-transform-typescript
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-traverse
changesets/changesets (@​changesets/cli)

v2.26.2

Compare Source

Patch Changes
conventional-changelog/commitlint (@​commitlint/cli)

v17.6.7

Compare Source

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

v17.6.6

Compare Source

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

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

preconstruct/preconstruct (@​preconstruct/cli)

v2.8.1

Compare Source

Patch Changes
  • #​567 d4006c8 Thanks @​Andarist! - Fixed .mjs proxies generation with ___experimentalFlags_WILL_CHANGE_IN_PATCH.importsConditions and exports.importConditionDefaultExport: 'default'

v2.8.0

Compare Source

Minor Changes
  • #​565 484c6a7 Thanks @​Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

  • #​566 9d4f0dc Thanks @​emmatown! - Preconstruct no longer emits unnecessary .d.ts files that aren't referenced by an entrypoint

Patch Changes
  • 58df49f Thanks @​emmatown! - Fix require hook skipping compiling files when just an entrypoint is loaded

  • #​559 a58f021 Thanks @​emmatown! - Extend import path normalisation in generated declaration files to manually written declaration files as well

splitio/javascript-client (@​splitsoftware/splitio)

v10.23.0

Compare Source

v10.22.7

Compare Source

v10.22.6

Compare Source

v10.22.5

Compare Source

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

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

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

v5.61.0

Compare Source

Features

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

5.60.1 (2023-06-26)

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

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

v5.60.1

Compare Source

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

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

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

v5.62.0

Compare Source

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

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

v5.61.0

Compare Source

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

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

5.60.1 (2023-06-26)

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

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

v5.60.1

Compare Source

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

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

facebook/jest (babel-jest)

v29.6.1

Compare Source

Fixes

v29.6.0

Compare Source

Features
  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#​14139)
  • [jest-cli] Include type definitions to generated config files (#​14078)
  • [jest-snapshot] Support arrays as property matchers (#​14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#​14174)
Fixes
  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#​14110)
  • [jest-config] Handle frozen config object (#​14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#​14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#​14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#​13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#​14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#​14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#​14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#​14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#​14148)
  • [jest-runtime] Guard _isMockFunction access with in (#​14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#​14036)
  • [@jest/transform] Do not instrument .json modules (#​14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#​14015)
Chore & Maintenance
  • [*] Update semver dependency to get vulnerability fix (#​14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#​14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#​14056)
  • [docs] Update jest statistics of use and downloads in website Index.
zloirock/core-js (core-js)

v3.31.1

Compare Source

cypress-io/cypress (cypress)

v12.17.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2

v12.17.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1

v12.17.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-0

v12.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-16-0

eslint/eslint (eslint)

v8.45.0

Compare Source

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)

Chores

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores


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.

@changeset-bot
Copy link

changeset-bot bot commented Jun 26, 2023

🦋 Changeset detected

Latest commit: f7cd1c6

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/localstorage-cache Patch
@flopflip/memory-adapter Patch
@flopflip/react-broadcast Patch
@flopflip/react-redux Patch
@flopflip/react Patch
@flopflip/sessionstorage-cache Patch
@flopflip/splitio-adapter Patch
@flopflip/test-utils Patch
@flopflip/types 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

@github-actions
Copy link
Contributor

github-actions bot commented Jun 26, 2023

yarn.lock changes

Summary

Status Count
UPDATED 46
REMOVED 1
Click to toggle table visibility
Name Status Previous Current
@babel/cli UPDATED 7.22.5 7.22.9
@babel/core UPDATED 7.22.5 7.22.9
@babel/eslint-parser UPDATED 7.22.5 7.22.9
@babel/helper-define-polyfill-provider UPDATED 0.4.1 0.4.2
@babel/plugin-transform-runtime UPDATED 7.22.5 7.22.9
@babel/preset-env UPDATED 7.22.5 7.22.9
@babel/runtime UPDATED 7.22.5 7.22.6
@changesets/cli UPDATED 2.26.1 2.26.2
@commitlint/cli UPDATED 17.6.5 17.6.7
@commitlint/config-conventional UPDATED 17.6.5 17.6.7
@commitlint/config-validator UPDATED 17.4.4 17.6.7
@commitlint/ensure UPDATED 17.4.4 17.6.7
@commitlint/is-ignored UPDATED 17.6.6 17.6.7
@commitlint/lint UPDATED 17.6.6 17.6.7
@commitlint/load UPDATED 17.5.0 17.6.7
@commitlint/parse UPDATED 17.6.5 17.6.7
@commitlint/resolve-extends UPDATED 17.4.4 17.6.7
@commitlint/rules UPDATED 17.6.5 17.6.7
@eslint/js UPDATED 8.43.0 8.44.0
@nicolo-ribaudo/semver-v6 REMOVED 6.3.3 -
@preconstruct/cli UPDATED 2.7.0 2.8.1
@splitsoftware/splitio-commons UPDATED 1.8.1 1.9.0
@splitsoftware/splitio UPDATED 10.22.4 10.23.0
@testing-library/jest-dom UPDATED 5.16.5 5.17.0
@types/jest UPDATED 29.5.2 29.5.3
@types/node UPDATED 18.16.18 18.17.0
@types/react-dom UPDATED 18.2.6 18.2.7
@types/react UPDATED 18.2.13 18.2.15
@typescript-eslint/eslint-plugin UPDATED 5.60.0 5.62.0
@typescript-eslint/parser UPDATED 5.60.0 5.62.0
@typescript-eslint/type-utils UPDATED 5.60.0 5.62.0
@typescript-eslint/utils UPDATED 5.60.0 5.62.0
babel-plugin-polyfill-corejs2 UPDATED 0.4.4 0.4.5
babel-plugin-polyfill-corejs3 UPDATED 0.8.2 0.8.3
babel-plugin-polyfill-regenerator UPDATED 0.5.1 0.5.2
core-js UPDATED 3.31.0 3.31.1
cypress UPDATED 12.15.0 12.17.2
eslint-plugin-jest UPDATED 27.2.2 27.2.3
eslint-plugin-react UPDATED 7.32.2 7.33.0
eslint UPDATED 8.43.0 8.45.0
jest-environment-jsdom UPDATED 29.5.0 29.6.1
jest UPDATED 29.5.0 29.6.1
lint-staged UPDATED 13.2.2 13.2.3
mitt UPDATED 3.0.0 3.0.1
ts-deepmerge UPDATED 6.1.0 6.2.0
ts-jest UPDATED 29.1.0 29.1.1
typescript UPDATED 5.1.3 5.1.6

@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 77fdf1c to 6a3312f Compare July 3, 2023 04:06
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 53e48b3 to 19708fd Compare July 10, 2023 18:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from cce73cd to 3fb6110 Compare July 12, 2023 22:01
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 3a65286 to 7f88c61 Compare July 20, 2023 14:12
@renovate
Copy link
Contributor Author

renovate bot commented Jul 20, 2023

⚠ 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: demo/yarn.lock
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 462f65c to e0cee4c Compare July 21, 2023 23:08
@renovate
Copy link
Contributor Author

renovate bot commented Jul 24, 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.

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Merging #1774 (f7cd1c6) into main (5337e51) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1774   +/-   ##
=======================================
  Coverage   94.18%   94.18%           
=======================================
  Files         104      104           
  Lines        1634     1634           
  Branches      241      241           
=======================================
  Hits         1539     1539           
  Misses         87       87           
  Partials        8        8           
Impacted Files Coverage Δ
packages/localstorage-cache/src/cache/cache.ts 71.42% <ø> (ø)
...ponents/reconfigure-adapter/reconfigure-adapter.ts 100.00% <ø> (ø)
...ct/src/components/toggle-feature/toggle-feature.ts 95.65% <ø> (ø)
packages/sessionstorage-cache/src/cache/cache.ts 71.42% <ø> (ø)

@tdeekens tdeekens merged commit fd66f53 into main Jul 24, 2023
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.

1 participant