flopflip
flopflip copied to clipboard
fix(deps): update all dependencies
This PR contains the following updates:
Release Notes
babel/babel
v7.18.10
:rocket: New Feature
-
babel-helper-string-parser
,babel-types
-
#​14757 feat: Automatically generate
cooked
fortemplateElement
(@​liuxingbaoyu)
-
#​14757 feat: Automatically generate
:bug: Bug Fix
-
babel-parser
- #​14817 fix(parser): allow TS declare readonly fields with initializers (@​Josh-Cena)
-
babel-helper-string-parser
,babel-parser
- #​14798 Fix position of errors in template literals after newlines (@​nicolo-ribaudo)
-
babel-plugin-transform-typescript
-
#​14774 fix: TS
declare class
in namespace should be removed (@​yimingjfe)
-
#​14774 fix: TS
-
babel-plugin-transform-react-jsx
- #​14759 fix: skip flattening spread object with proto (@​JLHwung)
-
babel-generator
- #​14762 fix: Types containing comments generate invalid code (@​liuxingbaoyu)
-
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
,babel-traverse
- #​14752 Fix compiling async arrows in uncompiled class fields (@​nicolo-ribaudo)
:house: Internal
- Other
-
#​14800 chore: Remove
.yarnrc
file (@​liuxingbaoyu) - #​14802 chore: Fix coverage test (@​liuxingbaoyu)
-
#​14671 feat: Make most
make
commands cross-platform (@​liuxingbaoyu) - #​14790 enable typescript incremental builds (@​zxbodya)
-
#​14800 chore: Remove
-
babel-traverse
- #​14799 Restructure virtual types validator (@​JLHwung)
-
babel-cli
- #​14779 chore: expand prettier-e2e test and update typings/deps (@​liuxingbaoyu)
-
babel-parser
- #​14796 Make ParseError Much Simpler now that we can use TypeScript (@​tolmasky)
-
babel-core
,babel-parser
- #​14785 chore: remove flow check scripts (@​JLHwung)
-
babel-cli
,babel-core
,babel-parser
,babel-plugin-transform-unicode-escapes
,babel-preset-env
,babel-template
,babel-traverse
-
#​14783 Convert
@babel/parser
to TypeScript (@​JLHwung)
-
#​14783 Convert
-
babel-helper-string-parser
,babel-parser
- #​14772 Extract string parsing to a separate package (@​nicolo-ribaudo)
-
babel-cli
,babel-node
-
#​14765 Enforce type checking on
babel-{cli,node}
(@​liuxingbaoyu)
-
#​14765 Enforce type checking on
:microscope: Output optimization
-
babel-plugin-proposal-export-default-from
-
#​14768 optimize: Simplify the
export-default-from
transform (@​magic-akari)
-
#​14768 optimize: Simplify the
v7.18.9
:bug: Bug Fix
-
babel-plugin-transform-modules-systemjs
,babel-types
-
#​14763 fix: allow exporting
TSDeclareFunction
as default (@​zxbodya)
-
#​14763 fix: allow exporting
-
babel-generator
-
#​14758 fix:
returnType
with comments generates incorrect code (@​liuxingbaoyu)
-
#​14758 fix:
:nail_care: Polish
-
babel-cli
-
#​14748 Print a message when the watcher of
babel-cli
is ready. (@​liuxingbaoyu)
-
#​14748 Print a message when the watcher of
:house: Internal
-
babel-core
,babel-helper-remap-async-to-generator
,babel-helpers
,babel-parser
,babel-plugin-transform-block-scoping
,babel-preset-env
- #​13414 Prepare for compiling Babel to native ESM (@​nicolo-ribaudo)
-
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
- #​14739 Provide better parentPath typings (@​JLHwung)
:running_woman: Performance
-
babel-generator
- #​14701 perf: Improve generator perf (@​liuxingbaoyu)
changesets/changesets (@​changesets/changelog-github)
v0.4.6
Patch Changes
- Updated dependencies [
dd9b76f
]:
changesets/changesets (@​changesets/cli)
v2.24.2
Patch Changes
-
#​900
7d998ee
Thanks @​sdirosa! - Fixed an issue with generating changelogs not being skipped when thechangelog
config option was set tofalse
.
-
#​720
0fd56e1
Thanks @​bhovhannes! - Private packages without aversion
field are no longer listed when adding a changeset.
-
#​844
8627ec1
Thanks @​Andarist! - Attempt to logstdout
when publish fails ifstderr
is empty and JSON error can't be retrieved from none of those.
v2.24.1
Patch Changes
- Updated dependencies [
f64bc1b
]:
v2.24.0
Minor Changes
-
#​858
dd9b76f
Thanks @​dotansimha! - Added a new config flag forchangesets version --snapshot
mode:--snapshot-prerelease-template
-
#​858
dd9b76f
Thanks @​dotansimha! - Added a new config option:snapshot.prereleaseTemplate
for customizing the way snapshot release numbers are being composed.
Patch Changes
-
#​858
dd9b76f
Thanks @​dotansimha! - A possibility to use the calculated version for snapshot releases is now stable 🥳 All snapshot-related config parameters are now grouped under a single config property calledsnapshot
.To migrate, make sure to update your
config.json
.Old usage (still works, but comes with a deprecated warning):
{ "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "useCalculatedVersionForSnapshots": true } }
New usage:
{ "snapshot": { "useCalculatedVersion": true } }
-
Updated dependencies [
dd9b76f
,dd9b76f
,dd9b76f
]:- @​changesets/config@​2.1.0
- @​changesets/git@​1.4.0
- @​changesets/assemble-release-plan@​5.2.0
- @​changesets/types@​5.1.0
- @​changesets/apply-release-plan@​6.0.2
- @​changesets/get-release-plan@​3.0.11
- @​changesets/read@​0.5.6
- @​changesets/changelog-git@​0.1.12
- @​changesets/get-dependents-graph@​1.3.3
- @​changesets/pre@​1.0.12
- @​changesets/write@​0.1.9
preconstruct/preconstruct
v2.2.1
Patch Changes
-
#​476
3930466
Thanks @​mitchellhamilton! - Usingnode:
to import Node builtins no longer triggers a "package is not specified in dependencies or peerDependencies" error -
#​481
76f0163
Thanks @​efoken! - Updated@rollup/plugin-node-resolve
to^11.2.1
in order to make direct imports resolveable, e.g. packages that useexports
in their package.json
testing-library/jest-dom
v5.16.5
Bug Fixes
- migrate ccs v3 to @​adobe/css-tools v4 (#​470) (948d90f)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)
v5.33.0
Bug Fixes
- eslint-plugin: [no-extra-parens] handle await with type assertion (#​5428) (e03826f)
- website: add explicit frontmatter description to rule docs (#​5429) (63cba5f)
Features
- eslint-plugin: [member-ordering] support static blocks (#​5417) (5983e5a)
- eslint-plugin: [prefer-as-const] adds support for class properties (#​5413) (d2394f8)
v5.32.0
Features
v5.31.0
Bug Fixes
- eslint-plugin: [typedef] Support nested array destructuring with type annotation (#​5311) (6d19efe)
- scope-manager: handle typeParameters of TSInstantiationExpression (#​5355) (2595ccf)
Features
- eslint-plugin: [consistent-generic-ctors] check class field declaration (#​5288) (48f996e)
- eslint-plugin: [prefer-nullish-coalescing] add ignoreTernaryTests option (#​4965) (f82727f)
5.30.7 (2022-07-18)
Bug Fixes
- eslint-plugin: [no-inferrable] fix optional param to valid code (#​5342) (98f6d5e)
- eslint-plugin: [no-unused-vars] highlight last write reference (#​5267) (c3f199a)
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
Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)
v5.33.0
Note: Version bump only for package @​typescript-eslint/parser
v5.32.0
Note: Version bump only for package @​typescript-eslint/parser
v5.31.0
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
Bug Fixes
zloirock/core-js
v3.24.1
- NodeJS is ignored in
IS_BROWSER
detection to avoid a false positive withjsdom
, #​1110 - Fixed detection of
@@​species
support inPromise
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
- Recent updates of the iterator helpers proposal, #​1101:
-
.asIndexedPairs
renamed to.indexed
, proposal-iterator-helpers/183:-
Iterator.prototype.asIndexedPairs
->Iterator.prototype.indexed
-
AsyncIterator.prototype.asIndexedPairs
->AsyncIterator.prototype.indexed
-
- Avoid exposing spec fiction
%AsyncFromSyncIteratorPrototype%
inAsyncIterator.from
andIterator.prototype.toAsync
, proposal-iterator-helpers/182, proposal-iterator-helpers/202 - Avoid unnecessary promise creation in
%WrapForValidAsyncIteratorPrototype%.next
, proposal-iterator-helpers/197 - Do not validate value in
%WrapForValid(Async)IteratorPrototype%.next
, proposal-iterator-helpers/197 and proposal-iterator-helpers/205 - Do not forward the parameter of
.next
/.return
to an underlying iterator by the extended iterator protocol, a part of proposal-iterator-helpers/194 -
.throw
methods removed from all wrappers / helpers prototypes, a part of proposal-iterator-helpers/194 - Close inner iterators of
{ Iterator, AsyncIterator }.prototype.flatMap
proxy iterators on.return
, proposal-iterator-helpers/195 - Throw
RangeError
onNaN
in{ Iterator, AsyncIterator }.prototype.{ drop, take }
, proposal-iterator-helpers/181 - Many other updates and fixes of this proposal
-
-
%TypedArray%.prototype.toSpliced
method removed from the change array by copy proposal and marked as obsolete incore-js
, proposal-change-array-by-copy/88 - Polyfill
Promise
withunhandledrejection
event support (browser style) in Deno < 1.24 - Available new targets in
core-js-compat
/core-js-builder
and added compat data for them: - Added Samsung Internet 18.0 compat data mapping
cypress-io/cypress
v10.4.0
Changelog: https://docs.cypress.io/guides/references/changelog#​10-4-0
v10.3.1
Changelog: https://docs.cypress.io/guides/references/changelog#​10-3-1
eslint/eslint
v8.21.0
Features
-
7b43ea1
feat: Implement FlatESLint (#​16149) (Nicholas C. Zakas) -
92bf49a
feat: improve the key width calculation inkey-spacing
rule (#​16154) (Nitin Kumar) -
c461542
feat: add newallowLineSeparatedGroups
option to thesort-keys
rule (#​16138) (Nitin Kumar) -
1cdcbca
feat: add deprecation warnings for legacy API inRuleTester
(#​16063) (Nitin Kumar)
Bug Fixes
-
0396775
fix: lines-around-comment applyallowBlockStart
for switch statements (#​16153) (Nitin Kumar)
Documentation
Chores
xojs/eslint-config-xo-typescript
v0.52.0
New rules
-
@typescript-eslint/consistent-generic-constructors
e15cd30
-
@typescript-eslint/consistent-type-definitions
7decafc
Improvements
jest-community/eslint-plugin-jest
v26.8.2
Bug Fixes
v26.8.1
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.
🦋 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
yarn.lock
changes
Summary
Status | Count |
---|---|
2 | |
31 | |
1 | |
1 |
Click to toggle table visibility
Name | Status | Previous | Current |
---|---|---|---|
@adobe/css-tools |
- | 4.0.1 | |
@babel/cli |
7.18.6 | 7.18.10 | |
@babel/core |
7.18.6 | 7.18.10 | |
@babel/plugin-proposal-export-default-from |
7.18.6 | 7.18.10 | |
@babel/plugin-transform-react-constant-elements |
7.18.6 | 7.18.12 | |
@babel/plugin-transform-runtime |
7.18.6 | 7.18.10 | |
@babel/preset-env |
7.18.6 | 7.18.10 | |
@babel/runtime |
7.18.6 | 7.18.9 | |
@changesets/changelog-github |
0.4.5 | 0.4.6 | |
@changesets/cli |
2.23.2 | 2.24.3 | |
@humanwhocodes/config-array |
0.9.5 | 0.10.4 | |
@humanwhocodes/gitignore-to-minimatch |
- | 1.0.2 | |
@preconstruct/cli |
2.2.0 | 2.2.1 | |
@rollup/plugin-node-resolve |
9.0.0 | 11.2.1 | |
@splitsoftware/splitio-commons |
1.5.0 | 1.6.1 | |
@splitsoftware/splitio |
10.20.0 | 10.21.1 | |
@testing-library/jest-dom |
5.16.4 | 5.16.5 | |
@types/jest |
28.1.6 | 28.1.7 | |
@types/lodash |
4.14.182 | 4.14.184 | |
@types/react |
18.0.15 | 18.0.17 | |
@typescript-eslint/eslint-plugin |
5.30.6 | 5.33.1 | |
@typescript-eslint/parser |
5.30.6 | 5.33.1 | |
@typescript-eslint/type-utils |
5.30.6 | 5.33.1 | |
@typescript-eslint/utils |
5.30.6 | 5.33.1 | |
babel-plugin-polyfill-regenerator |
0.3.1 | 0.4.0 | |
core-js |
3.23.5 | 3.24.1 | |
css |
3.0.0 | - | |
cypress |
10.3.0 | 10.6.0 | |
eslint-config-xo-typescript |
0.51.1 | 0.52.0 | |
eslint-plugin-jest |
26.6.0 | 26.8.7 | |
eslint-plugin-testing-library |
5.5.1 | 5.6.0 | |
eslint |
8.20.0 | 8.22.0 | |
jest-localstorage-mock |
2.4.21 | 2.4.22 | |
source-map-resolve |
0.6.0 | 0.5.3 | |
ts-jest |
28.0.7 | 28.0.8 |
Codecov Report
Merging #1648 (d1f84f8) into main (cb6a584) will not change coverage. The diff coverage is
n/a
.
@@ 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%> (ø) |