Skip to content

Update dependencies (non-major) #92

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

Merged
merged 1 commit into from
Nov 24, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 27.0.2 -> 27.0.3 age adoption passing confidence
@types/react 17.0.35 -> 17.0.37 age adoption passing confidence
@types/react-native 0.66.4 -> 0.66.6 age adoption passing confidence
eslint (source) 8.2.0 -> 8.3.0 age adoption passing confidence
eslint-plugin-react 7.27.0 -> 7.27.1 age adoption passing confidence
reselect 4.1.3 -> 4.1.5 age adoption passing confidence
typescript (source) 4.4.4 -> 4.5.2 age adoption passing confidence

Release Notes

eslint/eslint

v8.3.0

Compare Source

Features
  • 60b0a29 feat: add allowProperties option to require-atomic-updates (#​15238) (Milos Djermanovic)
  • 79278a1 feat: update no-use-before-define for class static blocks (#​15312) (Milos Djermanovic)
  • ddd01dc feat: update no-redeclare for class static blocks (#​15313) (Milos Djermanovic)
  • de69cec feat: update no-inner-declarations for class static blocks (#​15290) (Milos Djermanovic)
  • e2fe7ef feat: support for private-in syntax (fixes #​14811) (#​15060) (Yosuke Ota)
  • 34bc8d7 feat: Update espree and eslint-scope (#​15338) (Brandon Mills)
  • b171cd7 feat: update max-depth for class static blocks (#​15316) (Milos Djermanovic)
  • 6487df3 feat: update padded-blocks for class static blocks (#​15333) (Milos Djermanovic)
  • 194f36d feat: update the complexity rule for class static blocks (#​15328) (Milos Djermanovic)
  • 3530337 feat: update the indent rule for class static blocks (#​15324) (Milos Djermanovic)
  • f03cd14 feat: update lines-around-comment for class static blocks (#​15323) (Milos Djermanovic)
  • 5c64747 feat: update brace-style for class static blocks (#​15322) (Milos Djermanovic)
  • df2f1cc feat: update max-statements for class static blocks (#​15315) (Milos Djermanovic)
  • fd5a0b8 feat: update prefer-const for class static blocks (#​15325) (Milos Djermanovic)
  • b3669fd feat: code path analysis for class static blocks (#​15282) (Milos Djermanovic)
  • 15c1397 feat: update eslint-scope for class static blocks (#​15321) (Milos Djermanovic)
  • 1a1bb4b feat: update one-var for class static blocks (#​15317) (Milos Djermanovic)
  • 9b666e0 feat: update padding-line-between-statements for class static blocks (#​15318) (Milos Djermanovic)
  • d3a267f feat: update class-methods-use-this for class static blocks (#​15298) (Milos Djermanovic)
  • cdaa541 feat: update no-lone-blocks for class static blocks (#​15295) (Milos Djermanovic)
  • 8611538 feat: update block-spacing for class static blocks (#​15297) (Milos Djermanovic)
  • 7b56844 feat: update keyword-spacing for class static blocks (#​15289) (Milos Djermanovic)
  • ea18711 feat: update no-extra-semi for class static blocks (#​15287) (Milos Djermanovic)
  • 0f0971f feat: update semi rule for class static blocks (#​15286) (Milos Djermanovic)
  • abe740c feat: add examples for block-scoped-var with class static blocks (#​15302) (Milos Djermanovic)
  • 0338fd2 feat: Normalize ecmaVersion to eslint-scope when using custom parser (#​15268) (Yosuke Ota)
Bug Fixes
  • 8aa7645 fix: update vars-on-top for class static blocks (#​15306) (Milos Djermanovic)
  • 479a4cb fix: update semi-style for class static blocks (#​15309) (Milos Djermanovic)
  • 6d1c666 fix: update no-invalid-this and no-eval for class static blocks (#​15300) (Milos Djermanovic)
Documentation
  • 6b85426 docs: Expand --debug option description in the CLI documentation (#​15308) (darkred)
  • 3ae5258 docs: the strict rule does not apply to class static blocks (#​15314) (Milos Djermanovic)
  • 9309841 docs: Remove inconsistent colon in pull request docs (#​15303) (Jordan Eldredge)
  • da238cc docs: remove deprecation note from lines-around-comment (#​15293) (Milos Djermanovic)
  • 1055f16 docs: no-unused-expressions - class static blocks don't have directives (#​15283) (Milos Djermanovic)
  • 4c55216 docs: Add variables option to no-use-before-define (#​15276) (Mathias Rasmussen)
Chores
  • edd8d24 chore: upgrade eslint-visitor-keys for class static blocks (#​15277) (Milos Djermanovic)
yannickcr/eslint-plugin-react

v7.27.1

Compare Source

Fixed
  • [no-invalid-html-attribute]: allow link rel to have apple-touch-icon, mask-icon (#​3132 @​ljharb)
  • [no-unused-class-component-methods]: add getChildContext lifecycle method (#​3136 @​yoyo837)
  • [prop-types]: fix false positives on renames in object destructuring (#​3142 @​golopot)
  • [no-arrow-function-lifecycle]: fix invalid autofix from a concise arrow method to a regular one (#​3145 @​ljharb)
  • [display-name]: avoid false positives on non-creatClass object expressions (#​3144 @​ljharb)
Changed
reduxjs/reselect

v4.1.5

Compare Source

This release updates the TS types to correctly infer selector parameters when input selectors have undefined or null as a parameter type or have optional parameters, and exports the CreateSelectorFunction type to fix uses of createStructuredSelector.

(The types fixes feel like playing whack-a-mole, but they keep getting better!

What's Changed

Full Changelog: reduxjs/reselect@v4.1.4...v4.1.5

v4.1.4

Compare Source

This release has (you guessed it) more fixes to the TS types: a change to parameter merging that fixes breakage with selectors and RTK Query's API state, a simplification of the OutputSelectorFields type to improve selector variable readability, another update to parameter merging to flag nested never fields as compile errors, and a fix to createStructuredSelector parameters to resolve a lib compilation problem.

Changelog
More TS Fixes

The parameter merging fixes in 4.1.3 tried to "unwrap/expand" the parameter types to make them more readable, such as showing intersected objects as {a, b, c} instead of {a} & {b} & {c}. This was done with a recursive expansion type. That turned out to break with the complex state types used by RTK Query. We've updated the type expansion to only be a single level instead, which fixes the compilation issue.

The OutputSelectorFields type previously took two generics: the Combiner function, and a Result type. This led to extra values being shown in hover previews for selectors. By inferring Result = ReturnType<Combiner>, we were able to drop the second generic and cut down on the amount of types shown in previews.

A user noted that intersected objects with top-level incompatible fields (like {a: string} & {a: number}) resulted in empty objects, but no compile error. We've updated the parameter merging to flag those as never and catch the problem at compile time. Deeper nested incompatible fields should already be caught by TS.

The previous fix to createStructuredSelector missed a step in the spreading process, which has now been fixed.

What's Changed

Full Changelog: reduxjs/reselect@v4.1.3...v4.1.4

Microsoft/TypeScript

v4.5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: "before 2am" (UTC).

🚦 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from 6c7b644 to 99eee41 Compare November 24, 2021 21:32
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 99eee41 to fba7a80 Compare November 24, 2021 22:35
@Lunotte Lunotte merged commit 9f7563d into master Nov 24, 2021
@renovate renovate bot deleted the renovate/dependencies-non-major branch November 24, 2021 22:35
Lunotte added a commit that referenced this pull request Jan 2, 2022
* Update dependencies (non-major)

* ajout information sur repo

* Update dependencies (non-major)

* Update dependency com.android.tools.build:gradle to v4.2.2

* Update .travis.yml

* Bump tmpl from 1.0.4 to 1.0.5

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update .travis.yml

* Update dependency gradle to v6.9.1

* Update FLIPPER_VERSION to v0.119.0 (#80)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* 1.0.1

* Update publish.yml

* Update publish.yml

* Update publish.yml

* Update publish.yml

* Update dependencies (non-major) (#91)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update FLIPPER_VERSION to v0.121.0 (#93)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependencies (non-major) (#92)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update FLIPPER_VERSION to v0.123.0 (#94)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency json-schema to 0.4.0 [SECURITY] (#99)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependencies (non-major) (#100)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @types/lodash to v4.14.178

* Update dependencies (non-major)

* Update dependencies (non-major) to v27.4.4

* Update dependencies (non-major)

* Update FLIPPER_VERSION to v0.125.0 (#105)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency react-native-reanimated to v2.3.1

* Corriger les versions erronnées (#108)

(cherry picked from commit bd7f8dff594c2fffebc601104faceca9483e5b13)

* Update dependencies (non-major)

* Update dependencies (non-major)

* Update dependency @types/react-native to v0.66.10

* Update dependencies (non-major) to v5.8.1

* Update dependencies (non-major)

* Update FLIPPER_VERSION to v0.127.0 (#110)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency gradle to v6.9.2 (#112)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependencies (non-major) (#116)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Fix problème de build

* ajout fichier de configuration npm

* supprimer fichier de configuration npm

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants