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: github/command
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 319d523
Choose a base ref
...
head repository: github/command
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 07fa648
Choose a head ref
  • 18 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 1, 2025

  1. Bump actions/upload-artifact in the github-actions group

    Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/upload-artifact` from 4.4.3 to 4.5.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@b4b15b8...6f51ac0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    4494606 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Merge pull request #58 from github/dependabot/github_actions/github-a…

    …ctions-16239e05d6
    
    Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the github-actions group
    GrantBirki authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    0eb945c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Bump the npm-dependencies group across 1 directory with 7 updates

    Bumps the npm-dependencies group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.2` | `21.1.0` |
    | [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs) | `7.25.9` | `7.26.3` |
    | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.7` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.13.0` |
    | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.7` |
    | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `28.11.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
    
    
    
    Updates `@octokit/rest` from 21.0.2 to 21.1.0
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v21.0.2...v21.1.0)
    
    Updates `@babel/plugin-transform-modules-commonjs` from 7.25.9 to 7.26.3
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-plugin-transform-modules-commonjs)
    
    Updates `@babel/preset-env` from 7.26.0 to 7.26.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env)
    
    Updates `@types/node` from 22.10.1 to 22.13.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@babel/core` from 7.26.0 to 7.26.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core)
    
    Updates `eslint-plugin-jest` from 28.9.0 to 28.11.0
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.11.0)
    
    Updates `prettier` from 3.4.1 to 3.4.2
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.4.1...3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/rest"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: "@babel/plugin-transform-modules-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    88f4cf3 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact in the github-actions group

    Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/upload-artifact` from 4.5.0 to 4.6.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@6f51ac0...65c4c4a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    838aae4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Merge pull request #61 from github/dependabot/github_actions/github-a…

    …ctions-cff0214797
    
    Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the github-actions group
    GrantBirki authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    14ac374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1080a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60 from github/dependabot/npm_and_yarn/npm-depend…

    …encies-b5258de1ba
    
    Bump the npm-dependencies group across 1 directory with 7 updates
    GrantBirki authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    3bcefc7 View commit details
    Browse the repository at this point in the history
  4. Bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group

    Bumps the npm_and_yarn group with 1 update: [undici](https://github.com/nodejs/undici).
    
    
    Updates `undici` from 5.28.4 to 5.28.5
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.4...v5.28.5)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    f46f977 View commit details
    Browse the repository at this point in the history
  5. bundle

    GrantBirki committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    821ede0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #62 from github/dependabot/npm_and_yarn/npm_and_ya…

    …rn-2c579f9325
    
    Bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group
    GrantBirki authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    f838dc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    782cb03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from github/contents-read-note

    add a note to use `contents: read` for checkout
    GrantBirki authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    dee6417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4ec1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from github/node-package-updates

    node package updates and updating `@octokit/request`
    GrantBirki authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    dfbe3aa View commit details
    Browse the repository at this point in the history
  5. update release script

    GrantBirki committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    71e4827 View commit details
    Browse the repository at this point in the history
  6. add a version file

    GrantBirki committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    5577504 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f1894f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #65 from github/version

    Update Release + Versioning
    GrantBirki authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    07fa648 View commit details
    Browse the repository at this point in the history
Loading