-
Notifications
You must be signed in to change notification settings - Fork 0
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
🚀 Release v4.7.1 and deploy to production #290
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
Update develop with changes from env/stage
Update env/stage with changes from env/prod
Update develop with changes from env/stage
With this major version of ESLint, the big change is the switch to flat config and dropping support for `.eslintignore` file
We have a few CommonJS imports which we cannot replace, therefore we must disable this rule
Such file extension will likely never be present in this repository
The codec was only used to cast it to type, so define a proper type instead. This is done because linting rule `@typescript-eslint/no-unused-vars` was violated
HPC-9504: Upgrade to ESLint 9
Don't specify `allow` in `dependabot.yml`, because it also applies to security updates. The `allow` configuration enables us to "Customize which updates are allowed", meaning if dependency isn't on the list, it isn't allowed. So, when security update attempts to update sub-dependency, which definitely isn't on the `allow` list, such update fails. So, we take the inverse approach, we instead specify which dependencies NOT to update.
Invert Dependabot version updates
Bumps @unocha/hpc-api-core from 10.0.0 to 10.1.1. --- updated-dependencies: - dependency-name: "@unocha/hpc-api-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…pc-api-core-10.1.1 Bump @unocha/hpc-api-core from 10.0.0 to 10.1.1
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 15.9.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v15.7.2...v15.9.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…15.9.0 Bump graphql from 15.7.2 to 15.9.0
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ch-4.0.8 Bump micromatch from 4.0.5 to 4.0.8
Bumps [apollo-server-hapi](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-hapi) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-hapi@3.13.0/packages/apollo-server-hapi) --- updated-dependencies: - dependency-name: apollo-server-hapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…erver-hapi-3.13.0 Bump apollo-server-hapi from 3.12.0 to 3.13.0
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v2...v4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…tions/configure-aws-credentials-4 Bump aws-actions/configure-aws-credentials from 2 to 4
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
….0.3 Bump braces from 3.0.2 to 3.0.3
Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.5...v9.1.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump husky from 9.1.5 to 9.1.6
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.9 to 15.2.10. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.9...v15.2.10) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ged-15.2.10 Bump lint-staged from 15.2.9 to 15.2.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.1 to 22.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…de-22.7.4 Bump @types/node from 22.5.1 to 22.7.4
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…st-29.5.13 Bump @types/jest from 29.5.12 to 29.5.13
Package `apollo-server-hapi` that we use for Apollo Server 3 warns during installation: `"apollo-server-hapi@3.13.0" has incorrect peer dependency "@hapi/hapi@^20.1.2"` Even though it would likely work, don't upgrade to Hapi v21 until migrating to Apollo Server 4. When we upgrade to Hapi v21, we will also be able to remove `@types/hapi__hapi` package.
Don't upgrade Hapi version until migrating to Apollo Server 4
Bumps the pg group with 1 update: [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg). Updates `@types/pg` from 8.11.6 to 8.11.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) --- updated-dependencies: - dependency-name: "@types/pg" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pg ... Signed-off-by: dependabot[bot] <support@github.com>
…95d39 Bump @types/pg from 8.11.6 to 8.11.10 in the pg group
Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 20.2.1 to 20.3.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](hapijs/hapi@v20.2.1...v20.3.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…i-20.3.0 Bump @hapi/hapi from 20.2.1 to 20.3.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…de-22.7.5 Bump @types/node from 22.7.4 to 22.7.5
📦️ Prepare release v4.7.1 and deploy to stage
Pl217
approved these changes
Oct 21, 2024
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.
No description provided.