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 aws-actions/configure-aws-credentials action to v4 #1234

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws-actions/configure-aws-credentials action major v2 -> v4

Release Notes

aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v4

Compare Source

This tag tracks the latest v4.x.x release

v3

Compare Source

This tag tracks the latest v3.x.x release


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/aws-actions-configure-aws-credentials-4.x branch 5 times, most recently from 688504d to d72cfd4 Compare September 13, 2023 20:18
@mrose17 mrose17 requested a review from mschfh September 18, 2023 22:56
@renovate renovate bot force-pushed the renovate/aws-actions-configure-aws-credentials-4.x branch from d72cfd4 to e10574a Compare September 19, 2023 14:23
@mschfh mschfh merged commit 62bdf55 into main Sep 19, 2023
5 checks passed
@mschfh mschfh deleted the renovate/aws-actions-configure-aws-credentials-4.x branch September 19, 2023 14:29
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 <mrose17@gmail.com>

* 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 <gtackley@brave.com>

* 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 <mrose17@gmail.com>

* 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 <mrose17@gmail.com>

* 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 <gtackley@brave.com>
Co-authored-by: Hadi Amjad <46374292+hadiamjad@users.noreply.github.com>
Co-authored-by: Andrea Brancaleoni <miwaxe@gmail.com>
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