Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Releases: matteosacchetto/typescript-rollup-lib-template

v0.3.2

02 Feb 18:23
2a18368
Compare
Choose a tag to compare

What's Changed

  • update dependencies
    • @rollup/plugin-eslint ^9.0.1 → ^9.0.3
    • @rollup/plugin-json ^5.0.1 → ^6.0.0
    • @rollup/plugin-typescript ^9.0.2 → ^11.0.0
    • @types/jest ^29.2.2 → ^29.4.0
    • @types/node ^18.11.9 → ^18.11.18
    • @typescript-eslint/eslint-plugin ^5.42.0 → ^5.50.0
    • @typescript-eslint/parser ^5.42.0 → ^5.50.0
    • esbuild ^0.15.13 → ^0.17.5
    • eslint ^8.27.0 → ^8.33.0
    • eslint-config-prettier ^8.5.0 → ^8.6.0
    • jest ^29.2.2 → ^29.4.1
    • prettier ^2.7.1 → ^2.8.3
    • rollup ^3.2.5 → ^3.12.1
    • rollup-plugin-dts ^5.0.0 → ^5.1.1
    • rollup-plugin-node-externals ^5.0.2 → ^5.1.0
    • ts-jest ^29.0.3 → ^29.0.5
    • tslib ^2.4.1 → ^2.5.0
    • typescript ^4.8.4 → ^4.9.5

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Nov 09:54
fc0b16d
Compare
Choose a tag to compare

What's Changed

  • bump rollup-plugin-esbuild to 5.0.0 (#11)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Nov 13:25
654c576
Compare
Choose a tag to compare

What's Changed

  • bump rollup to v3
  • update dependencies
    • @rollup/plugin-eslint ^8.0.2 → ^9.0.1
    • @rollup/plugin-json ^4.1.0 → ^5.0.1
    • @rollup/plugin-typescript ^8.5.0 → ^9.0.2
    • @types/jest ^29.1.1 → ^29.2.2
    • @types/node ^18.8.2 → ^18.11.9
    • @typescript-eslint/eslint-plugin ^5.39.0 → ^5.42.0
    • @typescript-eslint/parser ^5.39.0 → ^5.42.0
    • esbuild ^0.15.10 → ^0.15.13
    • eslint ^8.24.0 → ^8.27.0
    • jest ^29.1.2 → ^29.2.2
    • rollup ^2.79.1 → ^3.2.5
    • rollup-plugin-dts ^4.2.2 → ^5.0.0
    • rollup-plugin-esbuild ^4.10.1 → ^4.10.2
    • tslib ^2.4.0 → ^2.4.1
  • installed rollup-plugin-node-externals for easier management of external libraries

Breaking changes

  • bump rollup to v3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Oct 18:04
6d2dcbb
Compare
Choose a tag to compare

What's Changed

  • Add exports to package.json and use .cjs and .mjs extensions to make use that node uses the correct loader

Full Changelog: v0.1.4...v0.2.0

v0.1.4

06 Oct 16:47
c2e185d
Compare
Choose a tag to compare

What's Changed

  • add "sideEffects": false

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Oct 09:30
89c251a
Compare
Choose a tag to compare

What's Changed

  • add rollup-plugin-typescript-paths to fix issue with aliases (#5)
  • update dependencies
    • @types/jest ^29.0.2 → ^29.1.1
    • @types/node ^18.7.18 → ^18.8.2
    • @typescript-eslint/eslint-plugin ^5.37.0 → ^5.39.0
    • @typescript-eslint/parser ^5.37.0 → ^5.39.0
    • esbuild ^0.15.7 → ^0.15.10
    • eslint ^8.23.1 → ^8.24.0
    • jest ^29.0.3 → ^29.1.2
    • rollup ^2.79.0 → ^2.79.1
    • ts-jest ^29.0.1 → ^29.0.3
    • typescript ^4.8.3 → ^4.8.4

Full Changelog: v0.1.2...v0.1.3

v0.1.2

20 Sep 11:08
ab46621
Compare
Choose a tag to compare

What's Changed

  • add src directory to npm package (#4)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

16 Sep 15:15
0bd7215
Compare
Choose a tag to compare

What's Changed

  • set rollup's output.preserveModules to true

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Sep 11:54
63620a9
Compare
Choose a tag to compare