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: netlify/blobs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.0
Choose a base ref
...
head repository: netlify/blobs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0
Choose a head ref
  • 16 commits
  • 11 files changed
  • 3 contributors

Commits on May 6, 2024

  1. chore(deps): update codecov/codecov-action action to v4 (#141)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2024
    Copy the full SHA
    9440c40 View commit details
  2. chore(deps): update actions/checkout action to v4 (#44)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2024
    Copy the full SHA
    7a2a438 View commit details
  3. chore(deps): update google-github-actions/release-please-action actio…

    …n to v4 (#124)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2024
    Copy the full SHA
    bbdee83 View commit details
  4. chore(deps): update actions/setup-node action to v4 (#85)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2024
    Copy the full SHA
    4d19f33 View commit details

Commits on May 13, 2024

  1. chore(deps): update dependency esbuild to ^0.21.0 (#170)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 13, 2024
    Copy the full SHA
    cb2dcf6 View commit details
  2. chore(deps): update navikt/github-app-token-generator digest to a8ae5…

    …24 (#169)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 13, 2024
    Copy the full SHA
    176a1f1 View commit details
  3. chore(deps): update dependency node to 18.20 (#171)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 13, 2024
    Copy the full SHA
    6f3b35e View commit details
  4. chore(deps): update dependency semver to v7.6.2 (#172)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2f2592d View commit details

Commits on May 20, 2024

  1. chore(deps): update dependency esbuild to v0.21.3 (#173)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 20, 2024
    Copy the full SHA
    1749314 View commit details
  2. chore(deps): update dependency typescript to v5.4.5 (#174)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 20, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    mayeut Matthieu Darbois
    Copy the full SHA
    2a23f66 View commit details

Commits on May 27, 2024

  1. chore(deps): update dependency esbuild to v0.21.4 (#176)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 27, 2024
    Copy the full SHA
    64ea095 View commit details

Commits on Jun 10, 2024

  1. chore(deps): update dependency esbuild to v0.21.5 (#177)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 10, 2024
    Copy the full SHA
    0ee371e View commit details

Commits on Jun 24, 2024

  1. chore(deps): update dependency typescript to v5.5.2 (#179)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2024
    Copy the full SHA
    52ac20c View commit details

Commits on Jul 1, 2024

  1. chore(deps): update dependency esbuild to ^0.22.0 (#180)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 1, 2024
    Copy the full SHA
    a765139 View commit details
  2. feat: support named deploy-scoped stores (#181)

    eduardoboucas authored Jul 1, 2024
    Copy the full SHA
    7b24ef8 View commit details

Commits on Jul 3, 2024

  1. chore(main): release 7.4.0 (#182)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Jul 3, 2024
    Copy the full SHA
    075b3a0 View commit details
Showing with 389 additions and 254 deletions.
  1. +1 −1 .github/workflows/fossa.yml
  2. +2 −2 .github/workflows/pre-release.yml
  3. +4 −4 .github/workflows/release-please.yml
  4. +3 −3 .github/workflows/workflow.yml
  5. +1 −1 .nvmrc
  6. +7 −0 CHANGELOG.md
  7. +283 −238 package-lock.json
  8. +2 −2 package.json
  9. +74 −0 src/main.test.ts
  10. +8 −1 src/store.ts
  11. +4 −2 src/store_factory.ts
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download fossa cli
run: |-
mkdir -p $HOME/.local/bin
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -7,20 +7,20 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: navikt/github-app-token-generator@a3831f44404199df32d8f39f7c0ad9bb8fa18b1c
- uses: navikt/github-app-token-generator@a8ae52448279d468cfbca5cd899f2457f0b1f643
id: get-token
with:
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
app-id: ${{ secrets.TOKENS_APP_ID }}
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ steps.get-token.outputs.token }}
release-type: node
package-name: '@netlify/blobs'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '*'
cache: 'npm'
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -22,9 +22,9 @@ jobs:
fail-fast: false
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
@@ -44,7 +44,7 @@ jobs:
echo "::set-output name=os::${os/-latest/}"
echo "::set-output name=node::node_${node//[.*]/}"
shell: bash
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: coverage/coverage-final.json
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19
18.20
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.4.0](https://github.com/netlify/blobs/compare/v7.3.0...v7.4.0) (2024-07-01)


### Features

* support named deploy-scoped stores ([#181](https://github.com/netlify/blobs/issues/181)) ([7b24ef8](https://github.com/netlify/blobs/commit/7b24ef82756f53be89cc22c9ce8dbe1bd66468dc))

## [7.3.0](https://github.com/netlify/blobs/compare/v7.2.0...v7.3.0) (2024-04-03)


Loading