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.4.1
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.4.2
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 23, 2023

  1. chore(deps): update dependency @types/yargs to v17.0.20 (#1319)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 23, 2023
    1
    Copy the full SHA
    ca31c62 View commit details
  2. chore(deps): update vitest monorepo to v0.27.3 (#1320)

    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 Jan 23, 2023
    1
    Copy the full SHA
    54aeee2 View commit details
  3. fix(deps): update dependency minimatch to v6.1.6 (#1321)

    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 Jan 23, 2023
    1
    Copy the full SHA
    3a28cef View commit details
  4. chore(deps): lock file maintenance (#1322)

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

Commits on Jan 27, 2023

  1. 1
    Copy the full SHA
    7bd200c View commit details

Commits on Jan 30, 2023

  1. chore(deps): update vitest monorepo to ^0.28.0 (#1326)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 30, 2023
    1
    Copy the full SHA
    847d255 View commit details
  2. chore(deps): update dependency deepmerge to v4.3.0 (#1325)

    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 Jan 30, 2023
    1
    Copy the full SHA
    39b4171 View commit details
  3. chore(deps): lock file maintenance (#1327)

    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 Jan 30, 2023
    1
    Copy the full SHA
    be1f8bc View commit details
  4. chore(main): release 8.4.2 (#1323)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    token-generator-app[bot] and kodiakhq[bot] authored Jan 30, 2023
    1
    Copy the full SHA
    166ea95 View commit details
Showing with 681 additions and 326 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +670 −322 package-lock.json
  4. +3 −3 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,13 @@ 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.4.2](https://github.com/netlify/zip-it-and-ship-it/compare/v8.4.1...v8.4.2) (2023-01-30)


### Bug Fixes

* **deps:** update dependency minimatch to v6.1.6 ([#1321](https://github.com/netlify/zip-it-and-ship-it/issues/1321)) ([3a28cef](https://github.com/netlify/zip-it-and-ship-it/commit/3a28cefd4e05d212c8cafaf8024fbc4864bd4916))

## [8.4.1](https://github.com/netlify/zip-it-and-ship-it/compare/v8.4.0...v8.4.1) (2023-01-16)


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ The following properties are accepted:
- _Type_: `string`
- _Default value_: `zisi`

The bundler to use when processing JavaScript functions. Possible values: `zisi`, `esbuild`, `esbuild_zisi`.
The bundler to use when processing JavaScript functions. Possible values: `zisi`, `esbuild`, `esbuild_zisi` or `nft`.

When the value is `esbuild_zisi`, `esbuild` will be used with a fallback to `zisi` in case of an error.

Loading