Skip to content

Releases: AnomalyInnovations/serverless-bundle

Handling non standard JSON tsconfigs

14 Nov 04:41
Compare
Choose a tag to compare

The check for unsupported module or target options in the tsconfig.json now supports non-JSON tsconfigs as well. Uses the built-in TS config parser instead of the regular JSON parser.

Update using:

$ npm install --save-dev --save-exact [email protected]

Upgrading to ESLint 7

14 Nov 00:56
Compare
Choose a tag to compare

Major version bump because of the ESLint 7 upgrade #158. Check out the ESLint 7 migration guide — https://eslint.org/docs/user-guide/migrating-to-7.0.0

Also includes:

  • Throw a warning for TS commonjs setting #124
  • Jest test sequencer to supported keys #159
  • Babel optional chaining #142
  • Fixing dependencies in package.json #157

Upgrade using:

$ npm install --save-dev --save-exact [email protected]

Updating jest, ts-jest, and babel-jest

16 Oct 01:17
Compare
Choose a tag to compare

Updating jest, ts-jest, and babel-jest.

Upgrade using:

$ npm install --save-dev --save-exact [email protected]

Adding externals all option

15 Oct 01:51
Compare
Choose a tag to compare

Adding an option to mark all node_modules as externals and skip bundling them through Webpack. (#145)

Upgrade using:

$ npm install --save-dev --save-exact [email protected]

Fixing package.json path issue #148

14 Oct 00:20
Compare
Choose a tag to compare

Fixing (#148): Fails to find package.json if the cwd has been changed

Upgrade using:

$ npm install --save-dev --save-exact [email protected]

Upgrading to TypeScript 4

07 Sep 21:14
Compare
Choose a tag to compare

Upgrade using:

$ npm install --save-dev --save-exact [email protected]

Updating copy-webpack-plugin

06 Sep 19:53
Compare
Choose a tag to compare

Updating copy-webpack-plugin to fix security vulnerabilities.

Upgrade using:

$ npm install --save-dev --save-exact [email protected]

Changes to Jest settings

17 Aug 01:55
Compare
Choose a tag to compare

Major version bump simply because the Jest testEnvironment is now set to node and this might break some older tests.

Thanks to #121 & #125

Update using:

$ npm install --save-dev --save-exact [email protected]

Adding TypeScript support

21 Jul 00:01
Compare
Choose a tag to compare

A huge thanks to everybody that contributed to make this release possible.

Discussion: #61
Source: #119

Update using:

$ npm install --save-dev --save-exact [email protected]

Adding support for Jest aliases

19 Jul 18:18
Compare
Choose a tag to compare

You can now use aliases in Jest using the moduleNameMapper option. Thanks to @chanthafef for the #115.

Update using:

$ npm install --save-dev --save-exact [email protected]