Skip to content

Update dependencies (non-major) #137

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
Mar 15, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.16.12 -> 7.17.7 age adoption passing confidence
@babel/runtime (source) 7.16.7 -> 7.17.7 age adoption passing confidence
@react-navigation/native (source) 6.0.7 -> 6.0.8 age adoption passing confidence
@react-navigation/stack (source) 6.1.0 -> 6.1.1 age adoption passing confidence
@types/jest 27.4.0 -> 27.4.1 age adoption passing confidence
@types/lodash 4.14.178 -> 4.14.180 age adoption passing confidence
@types/react 17.0.38 -> 17.0.40 age adoption passing confidence
@types/react-native 0.66.15 -> 0.67.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.10.2 -> 5.15.0 age adoption passing confidence
@typescript-eslint/parser 5.10.2 -> 5.15.0 age adoption passing confidence
axios (source) 0.25.0 -> 0.26.1 age adoption passing confidence
babel-jest 27.4.6 -> 27.5.1 age adoption passing confidence
eslint (source) 8.8.0 -> 8.11.0 age adoption passing confidence
eslint-plugin-react 7.28.0 -> 7.29.4 age adoption passing confidence
jest (source) 27.4.7 -> 27.5.1 age adoption passing confidence
metro 0.67.0 -> 0.69.1 age adoption passing confidence
metro-react-native-babel-preset 0.67.0 -> 0.69.1 age adoption passing confidence
react-native (changelog) 0.67.2 -> 0.67.3 age adoption passing confidence
react-native-gesture-handler 2.2.0 -> 2.3.2 age adoption passing confidence
react-native-safe-area-context 3.3.2 -> 3.4.1 age adoption passing confidence
react-native-screens 3.10.2 -> 3.13.1 age adoption passing confidence
react-native-web 0.17.5 -> 0.17.7 age adoption passing confidence
typescript (source) 4.5.5 -> 4.6.2 age adoption passing confidence

Release Notes

babel/babel

v7.17.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-compilation-targets
  • babel-helper-module-transforms, babel-helper-simple-access, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-generator
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-object-super
  • babel-register
💅 Polish
🏠 Internal

v7.17.5

Compare Source

🐛 Bug Fix

v7.17.4

Compare Source

🐛 Bug Fix

v7.17.3

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-plugin-transform-destructuring
🏠 Internal
  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner
🔬 Output optimization
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-traverse

v7.17.2

Compare Source

🐛 Bug Fix

v7.17.0

Compare Source

🚀 New Feature
  • babel-cli, babel-core
  • babel-core, babel-parser, babel-traverse
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-traverse
  • babel-generator, babel-parser, babel-plugin-syntax-destructuring-private, babel-standalone
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-unicode-sets-regex, babel-plugin-syntax-unicode-sets-regex, babel-plugin-transform-dotall-regex
  • babel-parser
  • babel-register
🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
react-navigation/react-navigation (@​react-navigation/native)

v6.0.8

Compare Source

Bug Fixes
react-navigation/react-navigation (@​react-navigation/stack)

v6.1.1

Compare Source

Note: Version bump only for package @​react-navigation/stack

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

v5.15.0

Compare Source

Features

v5.14.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] cover case that requires quotes (#​4582) (3ea0947)
  • eslint-plugin: [no-misused-promises] factor thenable returning function overload signatures (#​4620) (56a09e9)
  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#​4343) (a65713a)
  • eslint-plugin: [return-await] correct autofixer in binary expression (#​4401) (5fa2fad)
Features
  • eslint-plugin: [no-misused-promises] add granular options within checksVoidReturns (#​4623) (1085177)

v5.13.0

Compare Source

Bug Fixes
  • eslint-plugin: [sort-type-union-intersection-members] Wrap the constructorType in parentheses (#​4590) (851bb90)
Features
  • eslint-plugin: [no-misused-promises] check more places for checksVoidReturn (#​4541) (052cf51)
  • eslint-plugin: add no-redundant-type-constituents rule (#​4378) (63d051e)
  • eslint-plugin: add no-useless-empty-export rule (#​4380) (823b945)
  • eslint-plugin: add extension rule space-before-blocks (#​1606) (#​4184) (208b6d0)
  • eslint-plugin: added member group support to member-ordering rule (#​4538) (6afcaea)

5.12.1 (2022-02-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [init-declarations] fix nested namespace (#​4544) (fe910e6)
  • eslint-plugin: [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#​4543) (5b7d8df)
  • support nested object deconstructuring with type annotation (#​4548) (4da9278)
Features
  • add checking property definition for allowNames option (#​4542) (e32bef6)

v5.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#​4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#​4509) (4209362)
Features
  • eslint-plugin: [explicit-function-return-type] add allowedNames (#​4440) (936e252)

5.10.2 (2022-01-31)

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

5.10.1 (2022-01-24)

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

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

v5.15.0

Compare Source

Features

v5.14.0

Compare Source

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

v5.13.0

Compare Source

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

5.12.1 (2022-02-21)

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

v5.12.1

Compare Source

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

v5.12.0

Compare Source

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

v5.11.0

Compare Source

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

5.10.2 (2022-01-31)

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

5.10.1 (2022-01-24)

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

axios/axios

v0.26.1

Compare Source

0.26.1 (March 9, 2022)

Fixes and Functionality:

  • Refactored project file structure to avoid circular imports (#​4220)

v0.26.0

Compare Source

Fixes and Functionality:

  • Fixed The timeoutErrorMessage property in config not work with Node.js (#​3581)
  • Added errors to be displayed when the query parsing process itself fails (#​3961)
  • Fix/remove url required (#​4426)
  • Update follow-redirects dependency due to Vurnerbility (#​4462)
  • Bump karma from 6.3.11 to 6.3.14 (#​4461)
  • Bump follow-redirects from 1.14.7 to 1.14.8 (#​4473)
facebook/jest

v27.5.1

Compare Source

Features
  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)
Fixes
  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)
Chore & Maintenance
  • [*] Avoid anonymous default exports (#​12313)

v27.5.0

Compare Source

Features
  • [expect] Add asymmetric matcher expect.closeTo (#​12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#​12285)
Fixes
  • [expect] Add a fix for .toHaveProperty('') (#​12251)
  • [jest-each, @​jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#​12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#​12292)
  • [jest-environment-node] Add atob and btoa (#​12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#​12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#​12277)
Chore & Maintenance
  • [*] Update graceful-fs to ^4.2.9 (#​11749)
Performance
  • [jest-resolve] perf: skip error creation on not found stat calls (#​11749)
eslint/eslint

v8.11.0

Compare Source

Features

  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#​15649) (Nitin Kumar)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#​15613) (Jordan Eldredge)
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#​15671) (Mahdi Hosseinzadeh)
  • 57b8a57 feat: valid-typeof always ban undefined (#​15635) (Zzzen)

Bug Fixes

  • 6814922 fix: escaping for square brackets in ignore patterns (#​15666) (Milos Djermanovic)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#​15669) (Milos Djermanovic)

Documentation

  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#​15695) (db developer)
  • d2255db docs: Add clarification about eslint-enable (#​15680) (dosisod)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#​15679) (Milos Djermanovic)
  • de800c3 docs: link to minimatch docs added. (#​15688) (Gaurav Tewari)
  • 8f675b1 docs: sort-imports add single named import example (#​15675) (Arye Eidelman)

Chores

v8.10.0

Compare Source

Features

  • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#​14963) (Soufiane Boutahlil)
  • 115cae5 feat: --debug prints time it takes to parse a file (#​15609) (Bartek Iwańczuk)
  • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#​15566) (Gautam Arora)

Bug Fixes

  • cdc5802 fix: Avoid __dirname for built-in configs (#​15616) (DoZerg)
  • ee7c5d1 fix: false positive in camelcase with combined properties (#​15581) (Nitin Kumar)

Documentation

Chores

v8.9.0

Compare Source

Features

  • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#​15595) (Milos Djermanovic)
  • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#​15587) (Milos Djermanovic)
  • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#​15541) (Milos Djermanovic)
  • 6f940c3 feat: Implement FlatRuleTester (#​15519) (Nicholas C. Zakas)

Documentation

  • 570a036 docs: add one-var example with for-loop initializer (#​15596) (Milos Djermanovic)
  • 417191d docs: Remove the $ prefix in terminal commands (#​15565) (Andreas Lewis)
  • 389ff34 docs: add missing Variable#scope property in the scope manager docs (#​15571) (Milos Djermanovic)
  • f63795d docs: no-eval replace dead link with working one (#​15568) (rasenplanscher)
  • 0383591 docs: Remove old Markdown issue template (#​15556) (Brandon Mills)
  • a8dd5a2 docs: add 'when not to use it' section in no-duplicate-case docs (#​15563) (Milos Djermanovic)
  • 1ad439e docs: add missed verb in docs (#​15550) (Jeff Mosawy)

Chores

  • 586d45c chore: Upgrade to espree@9.3.1 (#​15600) (Milos Djermanovic)
  • 623e1e2 chore: Upgrade to eslint-visitor-keys@3.3.0 (#​15599) (Milos Djermanovic)
  • 355b23d chore: fix outdated link to Code of Conduct in PR template (#​15578) (Rich Trott)
  • b10fef2 ci: use Node 16 for browser test (#​15569) (Milos Djermanovic)
  • 92f89fb chore: suggest demo link in bug report template (#​15557) (Brandon Mills)
yannickcr/eslint-plugin-react

v7.29.4

Compare Source

Fixed

v7.29.3

[Compare Source](h


Configuration

📅 Schedule: "before 3am on the first day of the month" (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 6 times, most recently from a647d7c to 30d4334 Compare March 7, 2022 19:20
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 9 times, most recently from 1101910 to 25aeac1 Compare March 14, 2022 20:09
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 25aeac1 to 91a1ad3 Compare March 15, 2022 11:37
@Lunotte Lunotte merged commit 6409e88 into master Mar 15, 2022
@Lunotte Lunotte deleted the renovate/dependencies-non-major branch March 15, 2022 16:20
Lunotte added a commit that referenced this pull request Apr 28, 2022
* Fix Issue 123 (#124)

* Fix issue 123 - remove elements from directory

* Update readme.md

* Update readme-fr.md

* Update CHANGELOG.md

* Update publish.yml

* Update publish.yml

* Update dependencies (non-major)

* Update FLIPPER_VERSION to v0.132.0 (#134)

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

* Update dependency @react-navigation/native to v6.0.8 (#133)

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

* Update dependency axios to ^0.24.0 || ^0.25.0 (#135)

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

* Update gradle.properties

La version de flipper ne doit pas changer tant que l’on est en version 6 de gradle

* Update renovate.json

* Update readme.md

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

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

* Test de la mise à jour d'une auth basic peut se faire pendant l'utilisation de l'appli (#138)

Deprecated addAuthToConfigAxios remplacé par addOrUpdateAuthToConfigAxios

* Update dependencies (non-major)

* Update actions/checkout action to v3 (#142)

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

* Update actions/setup-node action to v3 (#145)

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

* Update dependencies (non-major)

* Update react monorepo to v18 (#148)

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

* Update dependency axios to ^0.24.0 || ^0.25.0 || ^0.26.0 (#140)

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

* Update dependency @react-navigation/native to v6.0.10 (#144)

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

* Update package.json

* Update package.json

* Update Rh2EffectsService.spec.ts

* Update .travis.yml

* [Livraison-1.1.0] Cancel request and errors api (#149)

* Test + ajout des locks a commencé
Pas encore de gestion des cancels

* TU

* Update dependencies (non-major)

* Annuler la requête en cours et en declencher une nouvelle
TODO : Mettre à jour doc / TU

* TU Directory service et début test du cancel token

* Passage des TU
TODO : Ecrire javadoc; REMPLACER le nom de la propriete addToDirectory to lock

* Test fonctionnel en cours

* Tests fonctionnels ok
RAF : Check TU / renommer addToDirectory to lock / javadoc

* Renommage addToDirectory to lock

* Ménage
RAF -> Tests fonctionnels Reactjs

* Toutes petite modification.
Tests fonctionnels avec reactjs Ok

* Mise à disposition du service pour obtenir la liste des requêtes en erreurs

* Monter de version de axios

* Modificatiion du changelog
Modification des readme (Ajout d’une feature de la lib) -> doivent être complétés
Javadac

* Mise à jour de la documentation

* Afficher un message d’erreur si on ne retrouve pas la configuration axios avec le label

* Test buil android version in ci

* Test avec nouvelle configuration

* Test avec nouvelle configuration

* Update package.json

* Update build.yml

* Update Rh2EffectsService.spec.ts

* Update CHANGELOG.md

* Update .travis.yml

* modification de la version de @types/lodash et vérification du build de android

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Charly <charly.beaugrand@capgemini.com>

* Update CHANGELOG.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charly <charly.beaugrand@capgemini.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