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: issue-ops/semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: issue-ops/semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.2
Choose a head ref
  • 12 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 1, 2024

  1. Bump the npm-development group with 8 updates

    Bumps the npm-development group with 8 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.0` | `28.0.1` |
    | [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.0` | `12.1.1` |
    | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.8.6` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.8.0` | `8.12.2` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.8.0` | `8.12.2` |
    | [rollup](https://github.com/rollup/rollup) | `4.24.0` | `4.24.3` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
    
    
    Updates `@rollup/plugin-commonjs` from 28.0.0 to 28.0.1
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.1/packages/commonjs)
    
    Updates `@rollup/plugin-typescript` from 12.1.0 to 12.1.1
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.1/packages/typescript)
    
    Updates `@types/jest` from 29.5.13 to 29.5.14
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Updates `@types/node` from 22.7.4 to 22.8.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.12.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.0 to 8.12.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/parser)
    
    Updates `rollup` from 4.24.0 to 4.24.3
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.24.0...v4.24.3)
    
    Updates `typescript` from 5.6.2 to 5.6.3
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: "@rollup/plugin-typescript"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c79bb5c View commit details
    Browse the repository at this point in the history
  2. Rebuild dist

    ncalteen committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4c2526f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from issue-ops/dependabot/npm_and_yarn/npm-dev…

    …elopment-7b2677dcef
    
    Bump the npm-development group with 8 updates
    ncalteen authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2544b8e View commit details
    Browse the repository at this point in the history
  4. Bump @actions/core from 1.10.1 to 1.11.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5f3a43d View commit details
    Browse the repository at this point in the history
  5. Rebuild dist

    ncalteen committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5deeec8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #95 from issue-ops/dependabot/npm_and_yarn/actions…

    …/core-1.11.1
    
    Bump @actions/core from 1.10.1 to 1.11.1
    ncalteen authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    08898af View commit details
    Browse the repository at this point in the history
  7. Bump yaml from 2.5.1 to 2.6.0

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.1 to 2.6.0.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.5.1...v2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    92043fc View commit details
    Browse the repository at this point in the history
  8. Rebuild dist

    ncalteen committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2bb69f2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #97 from issue-ops/dependabot/npm_and_yarn/yaml-2.6.0

    Bump yaml from 2.5.1 to 2.6.0
    ncalteen authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    00a789f View commit details
    Browse the repository at this point in the history
  10. Remove error linters

    ncalteen committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ba48477 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c364874 View commit details
    Browse the repository at this point in the history
  12. Cleanup and format

    ncalteen committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0bd5076 View commit details
    Browse the repository at this point in the history
Loading