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

Releases: matteosacchetto/typescript-rollup-node-template

v0.5.2

02 Feb 19:47
5941ae9
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.1 → ^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
    • eslint ^8.26.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-node-externals ^5.0.2 → ^5.1.0
    • ts-jest ^29.0.3 → ^29.0.5
    • typedoc ^0.23.20 → ^0.23.24
    • typescript ^4.8.4 → ^4.9.5

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Nov 09:50
e805df0
Compare
Choose a tag to compare

What's Changed

  • Bump rollup-plugin-esbuilt to 5.0.0

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Nov 18:47
7d737fe
Compare
Choose a tag to compare

What's Changed

  • Use esbuild for bundling

BREAKING CHANGES

  • Use esbuild for bundling

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Nov 17:58
c25f2aa
Compare
Choose a tag to compare

What's Changed

  • Bump all dependencies to their latest version

    • @rollup/plugin-eslint ^8.0.2 → ^9.0.1
    • @rollup/plugin-json ^4.1.0 → ^5.0.1
    • @rollup/plugin-run ^2.1.0 → ^3.0.1
    • @rollup/plugin-typescript ^8.3.2 → ^9.0.2
    • @types/jest ^29.1.2 → ^29.2.1
    • @types/node ^18.8.4 → ^18.11.9
    • @typescript-eslint/eslint-plugin ^5.40.0 → ^5.42.0
    • @typescript-eslint/parser ^5.40.0 → ^5.42.0
    • eslint ^8.25.0 → ^8.26.0
    • jest ^29.1.2 → ^29.2.2
    • rollup ^2.79.1 → ^3.2.5
    • typedoc ^0.23.16 → ^0.23.20

BREAKING CHANGES

  • Bump rollup to v3

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 Oct 10:01
a041590
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies

    • @types/jest ^28.1.0 → ^29.1.2
    • @types/node ^17.0.39 → ^18.8.4
    • @typescript-eslint/eslint-plugin ^5.27.0 → ^5.40.0
    • @typescript-eslint/parser ^5.27.0 → ^5.40.0
    • eslint ^8.16.0 → ^8.25.0
    • jest ^28.1.0 → ^29.1.2
    • prettier ^2.6.2 → ^2.7.1
    • ts-jest ^28.0.4 → ^29.0.3
    • typedoc ^0.22.17 → ^0.23.16
    • typescript ^4.7.2 → ^4.8.4
    • rollup ^2.75.5 → ^2.79.1
  • Updated jest.config.json, using use the transform property instead of previous global properties which has been deprecated

Breaking changes

  • jest: use the transform property instead of previous global properties which has been deprecated

Full Changelog: v0.2.3...v0.3.0

v0.2.3

11 Jul 11:13
990cb3b
Compare
Choose a tag to compare

What's Changed

  • Internal node modules are now automatically detected as external dependencies
  • npm run lint will now perform a typescript syntax check before running eslint

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Jul 11:32
69ea8bf
Compare
Choose a tag to compare

What's Changed

  • Fixed inconsistency between .devcontainer node version and minimum supported node version in package.json

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Jun 22:02
b5aa4fd
Compare
Choose a tag to compare

What's Changed

  • Updated Dockerfile base image from node:lts-alpine to node:16.15-alpine

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Jun 15:58
14ef24c
Compare
Choose a tag to compare

What's Changed

  • Updated the following dev dependencies to their current latest version
    • @types/jest ^27.5.1 → ^28.1.0
    • @types/node ^17.0.32 → ^17.0.39
    • @typescript-eslint/eslint-plugin ^5.23.0 → ^5.27.0
    • @typescript-eslint/parser ^5.23.0 → ^5.27.0
    • eslint ^8.15.0 → ^8.16.0
    • rollup ^2.72.1 → ^2.75.5
    • ts-jest ^28.0.2 → ^28.0.4
    • typedoc ^0.22.15 → ^0.22.17
    • typescript ^4.6.4 → ^4.7.2

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

v0.1.4

16 May 21:08
405e0fa
Compare
Choose a tag to compare

What's Changed

  • Fix issue with order of @rollup/plugin-eslint and @rollup/plugin-json in rollup.config.js

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