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: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.4
Choose a base ref
...
head repository: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 8, 2023

  1. chore: Update CI action to node 18.x (#533)

    * Update CI action to node 18.x
    
    Signed-off-by: Jordan Moore <[email protected]>
    
    * doc: update README
    
    Signed-off-by: Jordan Moore <[email protected]>
    
    ---------
    
    Signed-off-by: Jordan Moore <[email protected]>
    OneCricketeer authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7ff64f8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. chore: add the build script to the pretest script. (#539)

    This small change allows a developer to just run npm install and then npm test without having to run the build step separately, which compiles the schema that is needed to run the tests successfully.
    
    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored May 1, 2023
    Configuration menu
    Copy the full SHA
    c06ffc1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. chore: release 6.0.5 (#542)

    Release-As: 6.0.5
    
    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored May 2, 2023
    Configuration menu
    Copy the full SHA
    343382e View commit details
    Browse the repository at this point in the history
  2. 540 fix node version (#541)

    * build(deps-dev): bump webpack from 5.75.0 to 5.76.0
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore: include node v20.0.0 in package.json
    
    Signed-off-by: Slavko Skular <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Slavko Skular <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    sskular-wonderlab and dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    1cf8f8a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. chore: fix release-please-action (#543)

    Signed-off-by: Lance Ball <[email protected]>
    lance authored May 3, 2023
    Configuration menu
    Copy the full SHA
    ec83abc View commit details
    Browse the repository at this point in the history
  2. fixup: resolve package-lock.json conflict (#544)

    Signed-off-by: Lance Ball <[email protected]>
    lance authored May 3, 2023
    Configuration menu
    Copy the full SHA
    4626529 View commit details
    Browse the repository at this point in the history
  3. feat!: remove node 12 and node 14 (#545)

    * feat!: remove node 12 and node 14
    
    Node 12 has been EOL since the end of April 2022 and Node 14 just became EOL at the end of April 2023
    
    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored May 3, 2023
    Configuration menu
    Copy the full SHA
    2cb9364 View commit details
    Browse the repository at this point in the history
  4. chore: release 7.0.0 (#546)

    Release-As: 7.0.0
    
    Signed-off-by: Lance Ball <[email protected]>
    lance authored May 3, 2023
    Configuration menu
    Copy the full SHA
    0120d22 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 7.0.0 (#547)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 3, 2023
    Configuration menu
    Copy the full SHA
    1995b57 View commit details
    Browse the repository at this point in the history
Loading