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.2.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.3.0
Choose a head ref
  • 16 commits
  • 16 files changed
  • 5 contributors

Commits on Dec 19, 2022

  1. chore(deps): update dependency @types/node to v14.18.35 (#1293)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 19, 2022
    1
    Copy the full SHA
    d72b499 View commit details
  2. chore(deps): update dependency vite to v4.0.2 (#1294)

    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 Dec 19, 2022
    1
    Copy the full SHA
    edb08e1 View commit details
  3. chore(deps): lock file maintenance (#1295)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 19, 2022
    1
    Copy the full SHA
    a5382e4 View commit details

Commits on Dec 20, 2022

  1. chore(deps): update vitest monorepo to ^0.26.0 (#1296)

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

Commits on Dec 26, 2022

  1. chore(deps): update dependency @babel/types to v7.20.7 (#1297)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 26, 2022
    1
    Copy the full SHA
    228b8ee View commit details
  2. chore(deps): update dependency vite to v4.0.3 (#1298)

    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 Dec 26, 2022
    1
    Copy the full SHA
    fce13a7 View commit details
  3. chore(deps): update vitest monorepo to v0.26.2 (#1299)

    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 Dec 26, 2022
    1
    Copy the full SHA
    049daaf View commit details
  4. fix(deps): update dependency minimatch to v5.1.2 (#1300)

    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 Dec 26, 2022
    1
    Copy the full SHA
    db6f663 View commit details
  5. chore(deps): lock file maintenance (#1301)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 26, 2022
    1
    Copy the full SHA
    9160543 View commit details

Commits on Jan 2, 2023

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

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

Commits on Jan 9, 2023

  1. chore(deps): update dependency vite to v4.0.4 (#1305)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 9, 2023
    1
    Copy the full SHA
    34309e2 View commit details
  2. chore(deps): update vitest monorepo to ^0.27.0 (#1306)

    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 9, 2023
    1
    Copy the full SHA
    2449c71 View commit details
  3. chore(deps): lock file maintenance (#1304)

    * chore(deps): lock file maintenance
    
    * chore: fix prettier
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored Jan 9, 2023
    1
    Copy the full SHA
    40e5a58 View commit details

Commits on Jan 10, 2023

  1. 1
    Copy the full SHA
    d4327a3 View commit details

Commits on Jan 11, 2023

  1. feat: output cjs extension for bundles and entry-files (#1190)

    * feat: output cjs & mjs extension if possible
    
    with FF enabled
    * esbuild outputs the bundle with cjs extension
    * entry-file will be generated with cjs extension or mjs extension
    
    * Update src/runtimes/node/utils/entry_file.ts
    
    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    
    * chore: restructure code a little
    
    * chore: better func name
    
    * chore: refactor
    
    * Apply suggestions from code review
    
    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    
    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    danez and eduardoboucas authored Jan 11, 2023
    1
    Copy the full SHA
    a894743 View commit details
  2. chore(main): release 8.3.0 (#1302)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Jan 11, 2023
    1
    Copy the full SHA
    977a39d View commit details
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ module.exports = {
},
rules: {
'import/extensions': ['error', 'ignorePackages'],
'max-lines': 'off',
'n/no-missing-import': 'off',
'no-magic-numbers': 'off',
'max-lines-per-function': 'off',
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.3.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.2.0...v8.3.0) (2023-01-11)


### Features

* output cjs extension for bundles and entry-files ([#1190](https://github.com/netlify/zip-it-and-ship-it/issues/1190)) ([a894743](https://github.com/netlify/zip-it-and-ship-it/commit/a8947430cb27eced72c781e822cdd15c59876557))


### Bug Fixes

* cleanup resolved feature flags ([#1307](https://github.com/netlify/zip-it-and-ship-it/issues/1307)) ([d4327a3](https://github.com/netlify/zip-it-and-ship-it/commit/d4327a3e5accda8b23ac0db17c9c127c63a6edef))
* **deps:** update dependency minimatch to v5.1.2 ([#1300](https://github.com/netlify/zip-it-and-ship-it/issues/1300)) ([db6f663](https://github.com/netlify/zip-it-and-ship-it/commit/db6f663e08ceace5a483f3a48c099c2781433cc2))

## [8.2.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.1.0...v8.2.0) (2022-12-15)


Loading