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

Update all non-major dependencies #1227

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Update all non-major dependencies #1227

merged 1 commit into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.48.0 -> 8.49.0 age adoption passing confidence
i18next (source) 23.4.6 -> 23.5.1 age adoption passing confidence
react-i18next 13.2.0 -> 13.2.2 age adoption passing confidence
yaml (source) 2.3.1 -> 2.3.2 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

i18next/i18next (i18next)

v23.5.1

Compare Source

  • types: use unknown to better infer types on nested t functions also for older typescript version 2032

v23.5.0

Compare Source

  • types: use unknown to better infer types on nested t functions 2018

v23.4.9

Compare Source

  • fix: preload languages also on cimode, if configured also as fallbackLng

v23.4.8

Compare Source

  • fix: preload languages also on cimode, if configured

v23.4.7

Compare Source

  • preload languages also on cimode, if configured
i18next/react-i18next (react-i18next)

v13.2.2

Compare Source

  • Fix missing TransWithoutContext type 1672

v13.2.1

Compare Source

  • types: Allow iterable ReactI18NextChildren as children 1669
eemeli/yaml (yaml)

v2.3.2

Compare Source

  • Fix docs typo (#​489)
  • Do not require quotes for implicit keys with flow indicators (#​494)
  • Update Prettier to v3 & update ESLint config

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 31, 2023
@renovate renovate bot changed the title Update all non-major dependencies Update dependency yaml to v2.3.2 Sep 1, 2023
@renovate renovate bot changed the title Update dependency yaml to v2.3.2 Update all non-major dependencies Sep 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2379daf to e4cc92e Compare September 7, 2023 11:38
@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
react-i18next 13.2.2 None +0 324 kB adrai

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a1c669e to e77045a Compare September 12, 2023 21:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e77045a to c1be5d5 Compare September 12, 2023 21:36
Copy link
Member

@mrose17 mrose17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good on desktop

@mrose17 mrose17 merged commit 75742d4 into main Sep 12, 2023
mrose17 added a commit that referenced this pull request Sep 30, 2023
* Update all non-major dependencies (#1195)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update WelcomeScreen.tsx (#1205)

Remove check for Brave browser when creating a room.

* Update dependency node to v18.17.1 (#1208)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency i18next to v23.4.2 (#1201)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency eslint-config-prettier to v9 (#1210)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update use-params.ts (#1219)

Change to make `?sol=y` as the default.  In a few weeks, we'll remove the query flag altogether.

* fix: correct prod location for labels-english (#1221)

as noted by @kdenhartog, this file should be sourced from talk.brave.com

* Updated: Implement web3 address exclusion behind a feature flag (#1215)

* address exclusion

* address exclusion

* address exclusion

* address exclusion

* minor touch-ups

1. restore EOL on last line of modified files.
2. use simplified Unicode \s in regex

* fix allow/deny address examples, update comments on query parameters

* Update ExceptionListPanel.tsx

courtesy of `npm run lint`

* Sync with `main` package*.json

* Update use-params.ts

Fix conflict from #1219

---------

Co-authored-by: Marshall T. Rose <[email protected]>

* Update all non-major dependencies (#1225)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: repository housekeeping (#1237)

1. Add an `npm run check` command that runs all of the commonly failing checks: eslint, tsc, prettier and audit.

2. Run `check` as part of the CI build

3. Ensure linter and prettier run on the pre-commit hook

4. Fix the linter and formatting errors that had crept in while these checks were not enforced

* Update all non-major dependencies (#1227)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency prettier to v3 (#1107)

* Update dependency prettier to v3

* Update formatting based on prettier v3

- v3 makes 'trailingComma' default to true (see [release notes](https://prettier.io/blog/2023/07/05/3.0.0.html#change-the-default-value-for-trailingcomma-to-all-11479httpsgithubcomprettierprettierpull11479-by-fiskerhttpsgithubcomfisker-13143httpsgithubcomprettierprettierpull13143-by-sosukesuzukihttpsgithubcomsosukesuzuki))
- v3 can also cause failures with it's automatic jest integration, just disable this in jest.config.js since we reformat on commit anyway

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Graham Tackley <[email protected]>

* chore: configure eslint explicitly (#1243)

We used to rely on `eslint-config-react-app` to configure some aspects of eslint. This is the full-service config used by "Create React App". However it brings in other dependencies such as (an old version of) eslint itself. It also is much less maintained than it used to be, as many projects (including talk!) have moved away from using create-react-app.

Use the react specific plugins directly.

As part of this, eslint-plugin-react doesn't really like the style of declaring react functional components using `React.FC`. This is a bit of an outdated style anyway, and it's usually clearer just to create functions with explicit types. Since this is also how most react documentation sites do it, I've removed all uses of the `React.FC` type.

Co-authored-by: Marshall T. Rose <[email protected]>

* Update typescript-eslint monorepo to v6 (#1136)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1242)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update aws-actions/configure-aws-credentials action to v4 (#1234)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update actions/checkout action to v4 (#1229)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency node to v18.18.0 (#1249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marshall T. Rose <[email protected]>

* Update all non-major dependencies (#1250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* renovate.json: add org-level base (#1253)

* set `roomPasswordNumberOfDigits` to false to allow for alpanumeric passcodes

thank you @damencho

* Update all non-major dependencies (#1251) (#1256)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Graham Tackley <[email protected]>
Co-authored-by: Hadi Amjad <[email protected]>
Co-authored-by: Andrea Brancaleoni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant