Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.
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/zip-it-and-ship-it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.7.0
Choose a base ref
...
head repository: netlify/zip-it-and-ship-it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.8.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 20, 2023

  1. chore(deps): update dependency vite to v4.1.2 (#1350)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 20, 2023
    1
    Copy the full SHA
    72b2060 View commit details
  2. fix(deps): update dependency yargs to v17.7.0 (#1351)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Feb 20, 2023
    1
    Copy the full SHA
    34b5441 View commit details
  3. chore(deps): lock file maintenance (#1353)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 20, 2023
    1
    Copy the full SHA
    20e3a36 View commit details

Commits on Feb 27, 2023

  1. chore(deps): lock file maintenance (#1356)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 27, 2023
    1
    Copy the full SHA
    d0fae8b View commit details
  2. fix(deps): update dependency minimatch to v7 (#1352)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Feb 27, 2023
    1
    Copy the full SHA
    09b01b4 View commit details
  3. 1
    Copy the full SHA
    13735a9 View commit details
  4. chore(main): release 8.8.0 (#1354)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Feb 27, 2023
    1
    Copy the full SHA
    fe2c4a2 View commit details
Showing with 506 additions and 492 deletions.
  1. +13 −0 CHANGELOG.md
  2. +489 −467 package-lock.json
  3. +2 −2 package.json
  4. +1 −6 src/config.ts
  5. +0 −3 src/feature_flags.ts
  6. +1 −2 src/runtimes/index.ts
  7. +0 −3 tests/list_function.test.ts
  8. +0 −3 tests/list_functions.test.ts
  9. +0 −3 tests/list_functions_files.test.ts
  10. +0 −3 tests/main.test.ts
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [8.8.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.7.0...v8.8.0) (2023-02-27)


### Features

* remove ff project_deploy_configuration_api_use_per_function_configuration_files ([#1355](https://github.com/netlify/zip-it-and-ship-it/issues/1355)) ([13735a9](https://github.com/netlify/zip-it-and-ship-it/commit/13735a99ee57bc85926b9ebbb00927962ba4c8ec))


### Bug Fixes

* **deps:** update dependency minimatch to v7 ([#1352](https://github.com/netlify/zip-it-and-ship-it/issues/1352)) ([09b01b4](https://github.com/netlify/zip-it-and-ship-it/commit/09b01b47f13ece880d2a423e6cf2266e647ccdab))
* **deps:** update dependency yargs to v17.7.0 ([#1351](https://github.com/netlify/zip-it-and-ship-it/issues/1351)) ([34b5441](https://github.com/netlify/zip-it-and-ship-it/commit/34b5441df874f1002c03cecd7188eb780d34cd4a))

## [8.7.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.6.0...v8.7.0) (2023-02-17)


Loading