-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2379daf
to
e4cc92e
Compare
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
a1c669e
to
e77045a
Compare
e77045a
to
c1be5d5
Compare
mrose17
approved these changes
Sep 12, 2023
There was a problem hiding this 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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.48.0
->8.49.0
23.4.6
->23.5.1
13.2.0
->13.2.2
2.3.1
->2.3.2
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 newenforce
option tolines-between-class-members
(#17462) (Nitin Kumar)Documentation
ecfb54f
docs: Update README (GitHub Actions Bot)de86b3b
docs: updateno-promise-executor-return
examples (#17529) (Nitin Kumar)032c4b1
docs: add typescript template (#17500) (James)cd7da5c
docs: Update README (GitHub Actions Bot)Chores
b7621c3
chore: remove browser test fromnpm test
(#17550) (Milos Djermanovic)cac45d0
chore: upgrade @eslint/js@8.49.0 (#17549) (Milos Djermanovic)cd39508
chore: package.json update for @eslint/js release (ESLint Jenkins)203a971
ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])a40fa50
chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)926a286
test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)f591d2c
chore: Upgrade config-array (#17512) (Nicholas C. Zakas)i18next/i18next (i18next)
v23.5.1
Compare Source
v23.5.0
Compare Source
v23.4.9
Compare Source
v23.4.8
Compare Source
v23.4.7
Compare Source
i18next/react-i18next (react-i18next)
v13.2.2
Compare Source
v13.2.1
Compare Source
eemeli/yaml (yaml)
v2.3.2
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.