Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agrc/create-reminder-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.20
Choose a base ref
...
head repository: agrc/create-reminder-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.21
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on May 15, 2025

  1. chore: remove integration test

    It's going to cause more problems than solutions
    stdavis committed May 15, 2025
    Configuration menu
    Copy the full SHA
    3cd5771 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. deps(dev): bump the safe-dependencies group with 5 updates

    Bumps the safe-dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.17` | `22.15.29` |
    | [eslint](https://github.com/eslint/eslint) | `9.26.0` | `9.28.0` |
    | [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.12` | `2.5.15` |
    | [rollup](https://github.com/rollup/rollup) | `4.40.2` | `4.41.1` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.3` | `3.1.4` |
    
    
    Updates `@types/node` from 22.15.17 to 22.15.29
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint` from 9.26.0 to 9.28.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.26.0...v9.28.0)
    
    Updates `prettier-plugin-packagejson` from 2.5.12 to 2.5.15
    - [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
    - [Commits](matzkoh/prettier-plugin-packagejson@v2.5.12...v2.5.15)
    
    Updates `rollup` from 4.40.2 to 4.41.1
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.40.2...v4.41.1)
    
    Updates `vitest` from 3.1.3 to 3.1.4
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.4/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 22.15.29
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: safe-dependencies
    - dependency-name: eslint
      dependency-version: 9.28.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: safe-dependencies
    - dependency-name: prettier-plugin-packagejson
      dependency-version: 2.5.15
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: safe-dependencies
    - dependency-name: rollup
      dependency-version: 4.41.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: safe-dependencies
    - dependency-name: vitest
      dependency-version: 3.1.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: safe-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and steveoh committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    4a8275d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. deps: bump brace-expansion in the npm_and_yarn group

    Bumps the npm_and_yarn group with 1 update: [brace-expansion](https://github.com/juliangruber/brace-expansion).
    
    
    Updates `brace-expansion` from 1.1.11 to 1.1.12
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and steveoh committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    c8f6437 View commit details
    Browse the repository at this point in the history
  2. chore: release v1.1.21

    ugrc-release-bot[bot] authored and steveoh committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    f57c0d6 View commit details
    Browse the repository at this point in the history
Loading