Skip to content

Releases: paritytech/substrate-js-dev

v0.8.0

26 Sep 18:49
c6bb4b0
Compare
Choose a tag to compare

Breaking Changes

  • chore(deps): update deps (#126) (755ee6f)

    NOTE : This PR updates Typescript from ^5.4.5 to ^5.6.2 and in Typescript 5.5 release some deprecated options (mentioned in the announcement) are disabled. You can find an example in the related PR.

  • chore(deps): update deps (#122) (58fe47c)

    NOTE : This PR updates typescript-eslint packages from v6.X.X^ to v7.X.X which requires Node.js engine in versions ^18.18.0 || >=20.0.0. This means that support for Node 16, 19, and Node 18 versions prior to 18.18.0 are dropped (Note that this is the same requirement that ESLint v9 will impose). You can find more information in the related PR.

Chores

v0.7.1

17 Nov 18:39
8e0383a
Compare
Choose a tag to compare

CI

Chores

v0.7.0

23 Apr 23:23
c88a03b
Compare
Choose a tag to compare

Breaking Changes

Chores

v0.6.7

21 Apr 23:18
363ff51
Compare
Choose a tag to compare

Chores

  • build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#94) (6504656)
  • chore(deps): update eslint deps (#95) (55db83a)
  • chore(deps): update jest deps (#97) (2467ff4)
  • chore(deps): update @typescript-eslint/parser (#98) (8d19950)

v0.6.6

17 Jan 20:51
8fb87bb
Compare
Choose a tag to compare

Chores

  • chore(yarn): bump yarn (#85) (6ae963f)
  • chore(deps): update typescript (#90) (5e019a7)
  • chore(yarn): bump yarn to 3.3.1 (#92) (880f735)
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 (#86) (870898d)
  • build(deps): bump tmpl from 1.0.4 to 1.0.5 (#87) (cea1576)
  • build(deps): bump json5 from 2.2.1 to 2.2.3 (#89) (478085e)
  • build(deps): bump tar from 6.1.0 to 6.1.13 (#91) (4674880)

v0.6.5

14 Sep 16:33
bf45bd8
Compare
Choose a tag to compare

Bug Fixes

  • fix: add eslint plugin as top level require (#83) (a869f04)

Chores

v0.6.3

04 Jul 15:17
e085303
Compare
Choose a tag to compare

Chores

v0.6.2

09 Jun 22:19
d92adf5
Compare
Choose a tag to compare

Bug Fixes

  • fix(deps): update typescript, and residual deps (#70) (fd03383)

Chores

  • chore(license): apply proper licensing and giving polkadot-js copyright credit (#69) (fc86b81)

v0.6.1

03 May 14:30
50e8417
Compare
Choose a tag to compare

Bug Fixes

  • fix(deps): update typescript (#66) (5002b9c)
  • fix: update deps, and add importBinary script (#67) (d30480d)

v0.6.0

21 Apr 15:10
fff2213
Compare
Choose a tag to compare

0.6.0 April 21, 2022

Features

  • feat: add script to update all polkadot-js deps, and resolutions to latest (#63) (f26cd26)

Chore