1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
node-parse-json (5.2.0+~cs5.1.7-2) unstable; urgency=medium
* Team upload
* Declare compliance with policy 4.7.0
* Fix test for nodejs 20 (Closes: #1072602)
-- Yadd <yadd@debian.org> Mon, 10 Jun 2024 16:03:58 +0400
node-parse-json (5.2.0+~cs5.1.7-1) unstable; urgency=medium
* Team upload
* Drop nodejs dependency
* New upstream version 5.2.0+~cs5.1.7
* Refresh patches
* Refresh build
-- Yadd <yadd@debian.org> Sun, 27 Mar 2022 09:06:46 +0200
node-parse-json (5.1.0+~cs5.1.6-3) unstable; urgency=medium
* Team upload
[ Pirate Praveen ]
* Update minimum version of mocha to 8.0 (for type definitions)
[ Yadd ]
* Fix GitHub tags regex
* Update standards version to 4.6.0, no changes needed.
* Fix filenamemangle
* Drop dependency to deprecated node-typescript-types (Closes: #979801)
* Fix test (error message changed) (Closes: #997594)
-- Yadd <yadd@debian.org> Tue, 26 Oct 2021 09:27:54 +0200
node-parse-json (5.1.0+~cs5.1.6-2) unstable; urgency=medium
* Team upload.
* (build-)depend on recent node-babel-code-frame
(not node-babel7)
-- Jonas Smedegaard <dr@jones.dk> Fri, 18 Dec 2020 18:06:09 +0100
node-parse-json (5.1.0+~cs5.1.6-1) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Submit.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
[ Xavier Guimard ]
* Declare compliance with policy 4.5.1
* Add ctype=nodejs to component(s)
* Embed typescript definitions and repack
* Update build, build depends on mocha (@types/mocha)
-- Xavier Guimard <yadd@debian.org> Sun, 06 Dec 2020 13:49:33 +0100
node-parse-json (5.1.0+~1.1.6-2) unstable; urgency=medium
* Team upload
* Add build dependency to mocha (@types/mocha) (Closes: #973117)
* Use dh-sequence-nodejs
-- Xavier Guimard <yadd@debian.org> Tue, 27 Oct 2020 19:31:32 +0100
node-parse-json (5.1.0+~1.1.6-1) unstable; urgency=medium
* Team upload
* Bump debhelper compatibility level to 13
* Declare compliance with policy 4.5.0
* Add "Rules-Requires-Root: no"
* Replace embedded @babel/* modules by dependency to node-babel7
* New upstream version 5.1.0+~1.1.6
* Update patch
* Revert upstream change (json-parse-even-better-errors instead of
json-parse-better-errors to log)
* Add dependency to node-typescript-types
* Remove useless lintian overrides
* Update copyright
-- Xavier Guimard <yadd@debian.org> Thu, 03 Sep 2020 15:28:16 +0200
node-parse-json (5.0.0-2) unstable; urgency=medium
* Team upload
* Build "lines-and-columns" component using pkg-js-tools 0.9
* Back to unstable after successful ci.debian/net tests (Closes: #907599)
-- Xavier Guimard <yadd@debian.org> Tue, 13 Aug 2019 21:58:23 +0200
node-parse-json (5.0.0-1) experimental; urgency=medium
* Team upload
* Bump debhelper compatibility level to 12
* Declare compliance with policy 4.4.0
* Change section to javascript
* Add debian/gbp.conf
* Add upstream/metadata
* Switch upstream test from ava to tape
* New upstream version 5.0.0
* Embed lines-and-columns
* Embed temporarily:
- @babel/code-frame
- @babel/highlight
- @types/jest
- @types/jest-diff
* Update dependencies:
- Add node-assert, node-chalk, node-esutils, node-js-tokens and
node-json-parse-better-errors
- Update node-error-ex minimal version to 1.3.2~
- Add node-assert and node-typescript in build dependencies
* pkg-js-tools:
- add links between components in debian/nodejs/component_links
- link assert during lines-and-columns build in
debian/nodejs/lines-and-columns/extlinks
- enable upstream test
- switch install
* debian/rules:
- add override to build lines-and-columns component
* Update VCS fields
* Update debian/copyright
* Update lintian overrides
-- Xavier Guimard <yadd@debian.org> Thu, 08 Aug 2019 14:47:54 +0200
node-parse-json (2.2.0-1) unstable; urgency=low
* Initial release (Closes: #842189)
-- Pirate Praveen <praveen@debian.org> Thu, 27 Oct 2016 00:32:37 +0530
|