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.10.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: v9.0.0
Choose a head ref
  • 9 commits
  • 35 files changed
  • 4 contributors

Commits on Apr 17, 2023

  1. fix(deps): update dependency semver to v7.4.0 (#1383)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 17, 2023
    1

    Verified

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

Commits on Apr 18, 2023

  1. chore(deps): update dependency vite to v4.2.2 (#1388)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 18, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b41df19 View commit details
  2. fix(deps): update dependency precinct to v10 (#1390)

    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 Apr 18, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    18b9eb4 View commit details
  3. fix(deps): update dependency semver to v7.5.0 (#1389)

    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 Apr 18, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    36cfc47 View commit details
  4. fix(deps): update dependency minimatch to v9 (#1386)

    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 Apr 18, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1220028 View commit details
  5. chore(deps): update dependency typescript to v5 (#1384)

    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 Apr 18, 2023
    1

    Verified

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

    Verified

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

Commits on Apr 20, 2023

  1. feat!: refactor enums and export types (#1392)

    `ZipFunctionOptions`, `ZipFunctionsOption`, `Config`, and `FunctionConfig` are now exported
    
    BREAKING CHANGE: The exported typescript types for `NodeBundlerType`, `RuntimeType`, and
    `ModuleFormat` are not enums anymore but unions of strings. Use the newly exported
    `NODE_BUNDLER`, `RUNTIME`, and `MODULE_FORMAT` for constants. Also the types
    `NodeBundlerType` and `RuntimeType` were renamed to `NodeBundlerName` and `RuntimeName`
    respectively.
    danez authored Apr 20, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    71aeff3 View commit details
  2. chore(main): release 9.0.0 (#1387)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Apr 20, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dddb188 View commit details
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,27 @@ 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).

## [9.0.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.10.0...v9.0.0) (2023-04-20)


### ⚠ BREAKING CHANGES

* The exported typescript types for `NodeBundlerType`, `RuntimeType`, and `ModuleFormat` are not enums anymore but unions of strings. Use the newly exported `NODE_BUNDLER`, `RUNTIME`, and `MODULE_FORMAT` for constants. Also the types `NodeBundlerType` and `RuntimeType` were renamed to `NodeBundlerName` and `RuntimeName` respectively.
* drop node 14.16 and 14.17 ([#1391](https://github.com/netlify/zip-it-and-ship-it/issues/1391))

### Features

* refactor enums and export types ([#1392](https://github.com/netlify/zip-it-and-ship-it/issues/1392)) ([71aeff3](https://github.com/netlify/zip-it-and-ship-it/commit/71aeff3446e8d8d1700016fa7621fc038a5d909f))


### Bug Fixes

* **deps:** update dependency minimatch to v9 ([#1386](https://github.com/netlify/zip-it-and-ship-it/issues/1386)) ([1220028](https://github.com/netlify/zip-it-and-ship-it/commit/1220028214d8da5a5cc3e3b2fe82c9949df4ca04))
* **deps:** update dependency precinct to v10 ([#1390](https://github.com/netlify/zip-it-and-ship-it/issues/1390)) ([18b9eb4](https://github.com/netlify/zip-it-and-ship-it/commit/18b9eb467cada5d55aa35385412d32960fc2b6a5))
* **deps:** update dependency semver to v7.4.0 ([#1383](https://github.com/netlify/zip-it-and-ship-it/issues/1383)) ([715d510](https://github.com/netlify/zip-it-and-ship-it/commit/715d510c08303f15fd33c27428d7c45f278bfac2))
* **deps:** update dependency semver to v7.5.0 ([#1389](https://github.com/netlify/zip-it-and-ship-it/issues/1389)) ([36cfc47](https://github.com/netlify/zip-it-and-ship-it/commit/36cfc477e3755109af80a1c47d12b0248877a924))
* drop node 14.16 and 14.17 ([#1391](https://github.com/netlify/zip-it-and-ship-it/issues/1391)) ([4a8f058](https://github.com/netlify/zip-it-and-ship-it/commit/4a8f0589d7434671ffa99d9aca51f542bf954154))

## [8.10.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.9.0...v8.10.0) (2023-04-11)


Loading