Skip to content

chore(deps): resolve dependabot alerts and merge fixes from main into dev #45

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 14 commits into from
May 7, 2025

Conversation

BjornMelin
Copy link
Owner

@BjornMelin BjornMelin commented May 7, 2025

This pull request updates several package dependencies across the project to ensure compatibility with the latest versions and benefit from bug fixes and improvements.

Dependency updates:

  • infrastructure/package.json: Updated aws-cdk from ^2.173.0 to ^2.178.2 and aws-cdk-lib from ^2.173.0 to ^2.189.1. These updates bring the latest features and fixes for AWS Cloud Development Kit (CDK).
  • package.json: Updated next from 14.2.20 to 14.2.26, ensuring the project uses the latest version of the Next.js framework.

Summary by Sourcery

Update project dependencies to their latest versions for improved compatibility and features

Chores:

  • Update AWS CDK dependencies in infrastructure package
  • Update Next.js framework to the latest version

BjornMelin and others added 14 commits January 2, 2025 19:41
hotfix(lint): Resolve linting errors for deployment
chore(deps): Update dependencies in yarn.lock to latest versions
Bumps [next](https://github.com/vercel/next.js) from 14.2.20 to 14.2.21.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.20...v14.2.21)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…4.2.21

chore(deps): bump next from 14.2.20 to 14.2.21
release(0.1.1): Release v0.1.1
release(1.0.0): v1.0.0 Release
feat(seo, docs): v1.0.1 release including SEO optimization and updated/improved documentation
feat(seo): v1.0.2 release - add OpenGraph and Twitter metadata to home page to avoid overwriting
Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.173.4 to 2.178.2.
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/[email protected]/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.173.4 to 2.189.1.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/v2.189.1/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.189.1/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-version: 2.189.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.26.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.21...v14.2.26)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 14.2.26
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…tructure/aws-cdk-2.178.2

chore(deps-dev): bump aws-cdk from 2.173.4 to 2.178.2 in /infrastructure
…4.2.26

chore(deps): bump next from 14.2.21 to 14.2.26
@BjornMelin BjornMelin self-assigned this May 7, 2025
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@BjornMelin BjornMelin added dev Changes merging into dev fix A bug fix merge A merge commit labels May 7, 2025
Copy link

sourcery-ai bot commented May 7, 2025

Reviewer's Guide

This pull request implements dependency upgrades by modifying version strings for specific packages within infrastructure/package.json and the root package.json. These direct version modifications in the manifest files subsequently lead to updates in their respective yarn.lock files to reflect the resolved dependency trees.

File-Level Changes

Change Details Files
Updated AWS Cloud Development Kit (CDK) dependencies.
  • Updated aws-cdk package version.
  • Updated aws-cdk-lib package version.
infrastructure/package.json
Updated Next.js framework dependency.
  • Updated next package version.
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@BjornMelin BjornMelin merged commit ccba81b into dev May 7, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Changes merging into dev fix A bug fix merge A merge commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant