@linzjs/style 4.2.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.cjs +15 -4
- package/build/src/install.js +1 -1
- package/build/src/install.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -11
- package/CHANGELOG.md +0 -373
package/.eslintrc.cjs
CHANGED
|
@@ -1,13 +1,27 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
extends: ['plugin:prettier/recommended'],
|
|
3
|
+
plugins: ['simple-import-sort'],
|
|
3
4
|
parserOptions: {
|
|
4
5
|
ecmaVersion: 2018,
|
|
5
6
|
sourceType: 'module',
|
|
6
7
|
},
|
|
7
8
|
/** Default rules for Javascript, Typescript & Tests */
|
|
8
9
|
rules: {
|
|
10
|
+
// Use const/let
|
|
9
11
|
'no-var': 'error',
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Force `===` but allow `== null`
|
|
15
|
+
* to prevent `x === undefined || x === null`
|
|
16
|
+
*/
|
|
10
17
|
eqeqeq: ['error', 'always', { null: 'ignore' }],
|
|
18
|
+
|
|
19
|
+
// https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/
|
|
20
|
+
'no-constant-binary-expression': 'error',
|
|
21
|
+
|
|
22
|
+
// Default simple-import-sort rules
|
|
23
|
+
'simple-import-sort/imports': 'error',
|
|
24
|
+
'simple-import-sort/exports': 'error',
|
|
11
25
|
},
|
|
12
26
|
|
|
13
27
|
overrides: [
|
|
@@ -37,10 +51,7 @@ module.exports = {
|
|
|
37
51
|
{
|
|
38
52
|
/** Overrides for tsx (this will add to the above .tsx rules) */
|
|
39
53
|
files: ['**/*.tsx'],
|
|
40
|
-
extends: [
|
|
41
|
-
'plugin:react/recommended',
|
|
42
|
-
'plugin:react-hooks/recommended',
|
|
43
|
-
],
|
|
54
|
+
extends: ['plugin:react/recommended', 'plugin:react-hooks/recommended'],
|
|
44
55
|
},
|
|
45
56
|
{
|
|
46
57
|
/**
|
package/build/src/install.js
CHANGED
package/build/src/install.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"install.js","sourceRoot":"","sources":["../../src/install.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"install.js","sourceRoot":"","sources":["../../src/install.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,IAAI,EAAE,EAAE,MAAM,SAAS,CAAC;AACrD,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAElC,6CAA6C;AAC7C,MAAM,YAAY,GAAG;IACnB,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,eAAe,EAAE;IACnD,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,iBAAiB,EAAE;IACvD,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,eAAe,EAAE;CACrD,CAAC;AAEF,MAAM,WAAW,GAAG,IAAI,GAAG,CAAC,eAAe,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAE9D,+CAA+C;AAC/C,KAAK,UAAU,IAAI;IACjB,KAAK,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,YAAY,EAAE;QAC7C,IAAI,UAAU,CAAC,MAAM,CAAC,EAAE;YACtB,OAAO,CAAC,GAAG,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC;YAC7C,SAAS;SACV;QACD,MAAM,UAAU,GAAG,IAAI,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;QAChD,MAAM,EAAE,CAAC,QAAQ,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;QACvD,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC;KAChD;AACH,CAAC;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/install.ts","../node_modules/@types/react/global.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@types/prop-types/index.d.ts","../node_modules/@types/scheduler/tracing.d.ts","../node_modules/@types/react/index.d.ts","../src/__test__/MyComponent.tsx","../src/__test__/class.test.ts","../src/__test__/class.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/scheduler/index.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts"],"fileInfos":[{"version":"f59215c5f1d886b05395ee7aca73e0ac69ddfad2843aa88530e797879d511bad","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","impliedFormat":1},{"version":"27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"3dda5344576193a4ae48b8d03f105c86f20b2f2aff0a1d1fd7935f5d68649654","affectsGlobalScope":true,"impliedFormat":1},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d9885c728913c1d16e0d2831b40341d6ad9a0ceecaabc55209b306ad9c736a5","affectsGlobalScope":true,"impliedFormat":1},{"version":"17bea081b9c0541f39dd1ae9bc8c78bdd561879a682e60e2f25f688c0ecab248","affectsGlobalScope":true,"impliedFormat":1},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true,"impliedFormat":1},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true,"impliedFormat":1},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true,"impliedFormat":1},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true,"impliedFormat":1},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true,"impliedFormat":1},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true,"impliedFormat":1},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true,"impliedFormat":1},{"version":"f06948deb2a51aae25184561c9640fb66afeddb34531a9212d011792b1d19e0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true,"impliedFormat":1},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"61ed9b6d07af959e745fb11f9593ecd743b279418cc8a99448ea3cd5f3b3eb22","affectsGlobalScope":true,"impliedFormat":1},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true,"impliedFormat":1},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true,"impliedFormat":1},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"3185f8c3cefc6f9dd355d88677d7d71870ab29ba8e7c4d803a612c051312469c","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":99},{"version":"549df62b64a71004aee17685b445a8289013daf96246ce4d9b087d13d7a27a61","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","impliedFormat":1},{"version":"6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","impliedFormat":1},{"version":"f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5","impliedFormat":1},{"version":"59112973598601bb6c1970c0dd5eee78f9a440d8ffb76534d8fcde15c59830bf","affectsGlobalScope":true,"impliedFormat":1},{"version":"502711c860551d0de2c1ef276f7ebe88d8c6c728a46e9f29902cd132ffffabe7","signature":"d1b6289ad1a7c6282719e14f2cb9fa2613c12a723a73b08b6305d594d386eb6f","impliedFormat":99},{"version":"6608f6c120449a28d246ab69b2cc558b4a68d62d647bfbc38de1a44b10153cce","signature":"5885b091ce30919d04a9e83f5069c1ebe089164980b36a3afbac37151acb6adc","impliedFormat":99},{"version":"95238be6506c0992f16416c5fa5d3093ac7f67801de14a719a3abff6d75a19a6","signature":"dd8ba7247da63d6e1c9eb0ad4d040bc110cb482c94c206626d8f96388dcd88b9","impliedFormat":99},{"version":"0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","impliedFormat":1},{"version":"587f13f1e8157bd8cec0adda0de4ef558bb8573daa9d518d1e2af38e87ecc91f","impliedFormat":1},{"version":"a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a","impliedFormat":1},{"version":"bce910d9164785c9f0d4dcea4be359f5f92130c7c7833dea6138ab1db310a1f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a435e0c814f58f23e9a0979045ec0ef5909aac95a70986e8bcce30c27dff228","impliedFormat":1},{"version":"241a2e19e03fd1d884e0f304429378d05bc2c1b26b5693c84868f7ad0674982d","affectsGlobalScope":true,"impliedFormat":1},{"version":"db71be322f07f769200108aa19b79a75dd19a187c9dca2a30c4537b233aa2863","impliedFormat":1},{"version":"0b70ce7a20fa21c7201a5a972b7f2288cb90ace8a2dde9f3344b5dfc6504abaf","impliedFormat":1},{"version":"49479e21a040c0177d1b1bc05a124c0383df7a08a0726ad4d9457619642e875a","affectsGlobalScope":true,"impliedFormat":1},{"version":"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","impliedFormat":1},{"version":"3fd0f1af75fb7abe0ea376aa71541daaf489f3d87c394b1165db684ea44b48be","impliedFormat":1},{"version":"3690133deae19c8127c5505fcb67b04bdc9eb053796008538a9b9abbb70d85aa","impliedFormat":1},{"version":"5b1c0a23f464f894e7c2b2b6c56df7b9afa60ed48c5345f8618d389a636b2108","impliedFormat":1},{"version":"be2b092f2765222757c6441b86c53a5ea8dfed47bbc43eab4c5fe37942c866b3","impliedFormat":1},{"version":"8e6b05abc98adba15e1ac78e137c64576c74002e301d682e66feb77a23907ab8","impliedFormat":1},{"version":"1ca735bb3d407b2af4fbee7665f3a0a83be52168c728cc209755060ba7ed67bd","impliedFormat":1},{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true,"impliedFormat":1},{"version":"b85c02e14ecb2a873dad5a1de72319b265160ba48f1b83661aeb3bba1366c1bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"f1a0b2dde686cb8a995d4ed11848be5eaf76fd5d56532942e0737b39d4a02c6d","impliedFormat":1},{"version":"fc3764040518a1008dd04bdc80964591b566b896283e00df85c95851c1f46237","impliedFormat":1},{"version":"55709608060f77965c270ac10ac646286589f1bd1cb174fff1778a2dd9a7ef31","impliedFormat":1},{"version":"790623a47c5eda62910098884ecb154dc0e5f3a23fc36c1bfb3b5b9ed44e2c2d","impliedFormat":1},{"version":"42b40e40f2a358cda332456214fad311e1806a6abf3cebaaac72496e07556642","impliedFormat":1},{"version":"354612fe1d49ecc9551ea3a27d94eef2887b64ef4a71f72ca444efe0f2f0ba80","impliedFormat":1},{"version":"125af9d85cb9d5e508353f10a8d52f01652d2d48b2cea54789a33e5b4d289c1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a325d4c96569bdd5a9a59f819a672e2d5644ee6cf98ab910e0064402557af8d","impliedFormat":1},{"version":"5e2b91328a540a0933ab5c2203f4358918e6f0fe7505d22840a891a6117735f1","impliedFormat":1},{"version":"3abc3512fa04aa0230f59ea1019311fd8667bd935d28306311dccc8b17e79d5d","impliedFormat":1},{"version":"14a50dafe3f45713f7f27cb6320dff07c6ac31678f07959c2134260061bf91ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"5761c90b0cabdd6bd1f5fb1c3bf942088fdd39e18ed35dbe39b0c34bc733bf13","affectsGlobalScope":true,"impliedFormat":1},{"version":"1349077576abb41f0e9c78ec30762ff75b710208aff77f5fdcc6a8c8ce6289dd","impliedFormat":1},{"version":"e2ce82603102b5c0563f59fb40314cc1ff95a4d521a66ad14146e130ea80d89c","impliedFormat":1},{"version":"a3e0395220255a350aa9c6d56f882bfcb5b85c19fddf5419ec822cf22246a26d","impliedFormat":1},{"version":"c27b01e8ddff5cd280711af5e13aecd9a3228d1c256ea797dd64f8fdec5f7df5","impliedFormat":1},{"version":"898840e876dfd21843db9f2aa6ae38ba2eab550eb780ff62b894b9fbfebfae6b","impliedFormat":1},{"version":"0cab4d7d4edc40cd3af9eea7c3ed6d1016910c0954c49c4297e479bf3822a625","impliedFormat":1},{"version":"1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","impliedFormat":1},{"version":"785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","impliedFormat":1},{"version":"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","impliedFormat":1},{"version":"164deb2409ac5f4da3cd139dbcee7f7d66753d90363a4d7e2db8d8874f272270","impliedFormat":1},{"version":"1fb6c5ec52332a8b531a8d7a5300ac9301f98c4fe62f68e744e0841ccba65e7e","impliedFormat":1},{"version":"ab294c4b7279318ee2a8fdf681305457ecc05970c94108d304933f18823eeac1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","impliedFormat":1},{"version":"bbda6ea452a2386093a1eda18a6e26a989e98869f1b9f37e46f510a986d2e740","impliedFormat":1},{"version":"812b25f798033c202baedf386a1ccc41f9191b122f089bffd10fdccce99fba11","impliedFormat":1},{"version":"244cdeb8c344eb42e6142cbb0727752b9b735443fba7007c11b14ca06ebed97c","impliedFormat":1},{"version":"75dd741ca6a6c8d2437a6ca8349b64b816421dbf9fe82dd026afaba965576962","affectsGlobalScope":true,"impliedFormat":1},{"version":"8799401a7ab57764f0d464513a7fa7c72e1d70a226b172ec60fff534ea94d108","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce2210032ccaff7710e2abf6a722e62c54960458e73e356b6a365c93ab6ca66","impliedFormat":1},{"version":"92db194ef7d208d5e4b6242a3434573fd142a621ff996d84cc9dbba3553277d0","impliedFormat":1},{"version":"69f5747ad0887c24c76858ed458712101771349f2287e21871fcd1562daa7dc0","impliedFormat":1},{"version":"0bd9543cd8fc0959c76fb8f4f5a26626c2ed62ef4be98fd857bce268066db0a2","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ca6858a0cbcd74d7db72d7b14c5360a928d1d16748a55ecfa6bfaff8b83071b","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"220717df86539e219f619d31965d177e7235185e4bc6f6e6ed7e11a9b004d5ca","impliedFormat":1},{"version":"7ccce4adb23a87a044c257685613126b47160f6975b224cea5f6af36c7f37514","impliedFormat":1},{"version":"2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","impliedFormat":1},{"version":"2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","impliedFormat":1},{"version":"42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","impliedFormat":1},{"version":"d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","impliedFormat":1},{"version":"77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","impliedFormat":1},{"version":"7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","impliedFormat":1},{"version":"906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","impliedFormat":1},{"version":"5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","impliedFormat":1},{"version":"c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","impliedFormat":1},{"version":"e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","impliedFormat":1},{"version":"e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","impliedFormat":1},{"version":"9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","impliedFormat":1},{"version":"0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","impliedFormat":1},{"version":"71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","impliedFormat":1},{"version":"c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","impliedFormat":1},{"version":"2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","impliedFormat":1},{"version":"479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","impliedFormat":1},{"version":"ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","impliedFormat":1},{"version":"f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","impliedFormat":1},{"version":"86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","impliedFormat":1},{"version":"2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","impliedFormat":1},{"version":"a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","impliedFormat":1},{"version":"b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","impliedFormat":1},{"version":"61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","impliedFormat":1},{"version":"6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","impliedFormat":1},{"version":"c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","impliedFormat":1},{"version":"38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","impliedFormat":1},{"version":"d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","impliedFormat":1},{"version":"3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","impliedFormat":1},{"version":"b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","impliedFormat":1},{"version":"f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","impliedFormat":1},{"version":"843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","impliedFormat":1},{"version":"f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","impliedFormat":1},{"version":"6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","impliedFormat":1},{"version":"e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","impliedFormat":1},{"version":"a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","impliedFormat":1},{"version":"a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","impliedFormat":1},{"version":"da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"6aee496bf0ecfbf6731aa8cca32f4b6e92cdc0a444911a7d88410408a45ecc5d","impliedFormat":1}],"root":[51,[57,59]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"jsx":2,"module":100,"newLine":1,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":8,"useDefineForClassFields":true},"fileIdsList":[[107],[61,107],[64,107],[65,70,98,107],[66,77,78,85,95,106,107],[66,67,77,85,107],[68,107],[69,70,78,86,107],[70,95,103,107],[71,73,77,85,107],[72,107],[73,74,107],[77,107],[75,77,107],[77,78,79,95,106,107],[77,78,79,92,95,98,107],[107,111],[73,77,80,85,95,106,107],[77,78,80,81,85,95,103,106,107],[80,82,95,103,106,107],[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],[77,83,107],[84,106,107],[73,77,85,95,107],[86,107],[87,107],[64,88,107],[89,105,107,111],[90,107],[91,107],[77,92,93,107],[92,94,107,109],[65,77,95,96,97,98,107],[65,95,97,107],[95,96,107],[98,107],[99,107],[95,107],[77,101,102,107],[101,102,107],[70,85,95,103,107],[104,107],[85,105,107],[65,80,91,106,107],[70,107],[95,107,108],[107,109],[107,110],[65,70,77,79,88,95,106,107,109,111],[95,107,112],[52,53,54,55,107],[107,116,155],[107,116,140,155],[107,155],[107,116],[107,116,141,155],[107,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154],[107,141,155],[56,107],[78,87,107],[56]],"referencedMap":[[60,1],[61,2],[62,2],[64,3],[65,4],[66,5],[67,6],[68,7],[69,8],[70,9],[71,10],[72,11],[73,12],[74,12],[76,13],[75,14],[77,13],[78,15],[79,16],[63,17],[113,1],[80,18],[81,19],[82,20],[114,21],[83,22],[84,23],[85,24],[86,25],[87,26],[88,27],[89,28],[90,29],[91,30],[92,31],[93,31],[94,32],[95,33],[97,34],[96,35],[98,36],[99,37],[100,38],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[54,1],[52,1],[56,51],[115,1],[55,1],[140,52],[141,53],[116,54],[119,54],[138,52],[139,52],[129,52],[128,55],[126,52],[121,52],[134,52],[132,52],[136,52],[120,52],[133,52],[137,52],[122,52],[123,52],[135,52],[117,52],[124,52],[125,52],[127,52],[131,52],[142,56],[130,52],[118,52],[155,57],[154,1],[149,56],[151,58],[150,56],[143,56],[144,56],[146,56],[148,56],[152,58],[153,58],[145,58],[147,58],[53,1],[49,1],[50,1],[9,1],[10,1],[12,1],[11,1],[2,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[3,1],[4,1],[24,1],[21,1],[22,1],[23,1],[25,1],[26,1],[27,1],[5,1],[28,1],[29,1],[30,1],[31,1],[6,1],[35,1],[32,1],[33,1],[34,1],[36,1],[7,1],[37,1],[42,1],[43,1],[38,1],[39,1],[40,1],[41,1],[8,1],[47,1],[44,1],[45,1],[46,1],[1,1],[48,1],[57,59],[58,1],[59,1],[51,60]],"exportedModulesMap":[[60,1],[61,2],[62,2],[64,3],[65,4],[66,5],[67,6],[68,7],[69,8],[70,9],[71,10],[72,11],[73,12],[74,12],[76,13],[75,14],[77,13],[78,15],[79,16],[63,17],[113,1],[80,18],[81,19],[82,20],[114,21],[83,22],[84,23],[85,24],[86,25],[87,26],[88,27],[89,28],[90,29],[91,30],[92,31],[93,31],[94,32],[95,33],[97,34],[96,35],[98,36],[99,37],[100,38],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[54,1],[52,1],[56,51],[115,1],[55,1],[140,52],[141,53],[116,54],[119,54],[138,52],[139,52],[129,52],[128,55],[126,52],[121,52],[134,52],[132,52],[136,52],[120,52],[133,52],[137,52],[122,52],[123,52],[135,52],[117,52],[124,52],[125,52],[127,52],[131,52],[142,56],[130,52],[118,52],[155,57],[154,1],[149,56],[151,58],[150,56],[143,56],[144,56],[146,56],[148,56],[152,58],[153,58],[145,58],[147,58],[53,1],[49,1],[50,1],[9,1],[10,1],[12,1],[11,1],[2,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[3,1],[4,1],[24,1],[21,1],[22,1],[23,1],[25,1],[26,1],[27,1],[5,1],[28,1],[29,1],[30,1],[31,1],[6,1],[35,1],[32,1],[33,1],[34,1],[36,1],[7,1],[37,1],[42,1],[43,1],[38,1],[39,1],[40,1],[41,1],[8,1],[47,1],[44,1],[45,1],[46,1],[1,1],[48,1],[57,61]],"semanticDiagnosticsPerFile":[60,61,62,64,65,66,67,68,69,70,71,72,73,74,76,75,77,78,79,63,113,80,81,82,114,83,84,85,86,87,88,89,90,91,92,93,94,95,97,96,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,54,52,56,115,55,140,141,116,119,138,139,129,128,126,121,134,132,136,120,133,137,122,123,135,117,124,125,127,131,142,130,118,155,154,149,151,150,143,144,146,148,152,153,145,147,53,49,50,9,10,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,35,32,33,34,36,7,37,42,43,38,39,40,41,8,47,44,45,46,1,48,57,58,59,51],"latestChangedDtsFile":"./src/__test__/class.d.ts"},"version":"5.1.3"}
|
|
1
|
+
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/install.ts","../node_modules/@types/react/global.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@types/prop-types/index.d.ts","../node_modules/@types/scheduler/tracing.d.ts","../node_modules/@types/react/index.d.ts","../src/__test__/MyComponent.tsx","../src/__test__/class.test.ts","../src/__test__/class.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/scheduler/index.d.ts","../node_modules/@types/semver/classes/semver.d.ts","../node_modules/@types/semver/functions/parse.d.ts","../node_modules/@types/semver/functions/valid.d.ts","../node_modules/@types/semver/functions/clean.d.ts","../node_modules/@types/semver/functions/inc.d.ts","../node_modules/@types/semver/functions/diff.d.ts","../node_modules/@types/semver/functions/major.d.ts","../node_modules/@types/semver/functions/minor.d.ts","../node_modules/@types/semver/functions/patch.d.ts","../node_modules/@types/semver/functions/prerelease.d.ts","../node_modules/@types/semver/functions/compare.d.ts","../node_modules/@types/semver/functions/rcompare.d.ts","../node_modules/@types/semver/functions/compare-loose.d.ts","../node_modules/@types/semver/functions/compare-build.d.ts","../node_modules/@types/semver/functions/sort.d.ts","../node_modules/@types/semver/functions/rsort.d.ts","../node_modules/@types/semver/functions/gt.d.ts","../node_modules/@types/semver/functions/lt.d.ts","../node_modules/@types/semver/functions/eq.d.ts","../node_modules/@types/semver/functions/neq.d.ts","../node_modules/@types/semver/functions/gte.d.ts","../node_modules/@types/semver/functions/lte.d.ts","../node_modules/@types/semver/functions/cmp.d.ts","../node_modules/@types/semver/functions/coerce.d.ts","../node_modules/@types/semver/classes/comparator.d.ts","../node_modules/@types/semver/classes/range.d.ts","../node_modules/@types/semver/functions/satisfies.d.ts","../node_modules/@types/semver/ranges/max-satisfying.d.ts","../node_modules/@types/semver/ranges/min-satisfying.d.ts","../node_modules/@types/semver/ranges/to-comparators.d.ts","../node_modules/@types/semver/ranges/min-version.d.ts","../node_modules/@types/semver/ranges/valid.d.ts","../node_modules/@types/semver/ranges/outside.d.ts","../node_modules/@types/semver/ranges/gtr.d.ts","../node_modules/@types/semver/ranges/ltr.d.ts","../node_modules/@types/semver/ranges/intersects.d.ts","../node_modules/@types/semver/ranges/simplify.d.ts","../node_modules/@types/semver/ranges/subset.d.ts","../node_modules/@types/semver/internals/identifiers.d.ts","../node_modules/@types/semver/index.d.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true,"impliedFormat":1},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true,"impliedFormat":1},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true,"impliedFormat":1},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true,"impliedFormat":1},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true,"impliedFormat":1},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true,"impliedFormat":1},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true,"impliedFormat":1},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true,"impliedFormat":1},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true,"impliedFormat":1},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true,"impliedFormat":1},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc496ef4377553e461efcf7cc5a5a57cf59f9962aea06b5e722d54a36bf66ea1","affectsGlobalScope":true,"impliedFormat":1},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true,"impliedFormat":1},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true,"impliedFormat":1},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3de0a56eb92216ec4e73a1d2bb0030e0d0b5495a822fbe1057589fbc87fc33b","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":99},{"version":"549df62b64a71004aee17685b445a8289013daf96246ce4d9b087d13d7a27a61","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","impliedFormat":1},{"version":"6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","impliedFormat":1},{"version":"f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5","impliedFormat":1},{"version":"571f3b382f9360208e56233415e07530ff2627c4e6f1d7c37076816f07d01286","affectsGlobalScope":true,"impliedFormat":1},{"version":"502711c860551d0de2c1ef276f7ebe88d8c6c728a46e9f29902cd132ffffabe7","signature":"d1b6289ad1a7c6282719e14f2cb9fa2613c12a723a73b08b6305d594d386eb6f","impliedFormat":99},{"version":"6608f6c120449a28d246ab69b2cc558b4a68d62d647bfbc38de1a44b10153cce","signature":"5885b091ce30919d04a9e83f5069c1ebe089164980b36a3afbac37151acb6adc","impliedFormat":99},{"version":"95238be6506c0992f16416c5fa5d3093ac7f67801de14a719a3abff6d75a19a6","signature":"dd8ba7247da63d6e1c9eb0ad4d040bc110cb482c94c206626d8f96388dcd88b9","impliedFormat":99},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"587f13f1e8157bd8cec0adda0de4ef558bb8573daa9d518d1e2af38e87ecc91f","impliedFormat":1},{"version":"a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a","impliedFormat":1},{"version":"bce910d9164785c9f0d4dcea4be359f5f92130c7c7833dea6138ab1db310a1f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a435e0c814f58f23e9a0979045ec0ef5909aac95a70986e8bcce30c27dff228","impliedFormat":1},{"version":"c81c51f43e343b6d89114b17341fb9d381c4ccbb25e0ee77532376052c801ba7","affectsGlobalScope":true,"impliedFormat":1},{"version":"db71be322f07f769200108aa19b79a75dd19a187c9dca2a30c4537b233aa2863","impliedFormat":1},{"version":"57135ce61976a8b1dadd01bb412406d1805b90db6e8ecb726d0d78e0b5f76050","impliedFormat":1},{"version":"49479e21a040c0177d1b1bc05a124c0383df7a08a0726ad4d9457619642e875a","affectsGlobalScope":true,"impliedFormat":1},{"version":"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","impliedFormat":1},{"version":"f302f3a47d7758f67f2afc753b9375d6504dde05d2e6ecdb1df50abbb131fc89","impliedFormat":1},{"version":"3690133deae19c8127c5505fcb67b04bdc9eb053796008538a9b9abbb70d85aa","impliedFormat":1},{"version":"5b1c0a23f464f894e7c2b2b6c56df7b9afa60ed48c5345f8618d389a636b2108","impliedFormat":1},{"version":"be2b092f2765222757c6441b86c53a5ea8dfed47bbc43eab4c5fe37942c866b3","impliedFormat":1},{"version":"8e6b05abc98adba15e1ac78e137c64576c74002e301d682e66feb77a23907ab8","impliedFormat":1},{"version":"1ca735bb3d407b2af4fbee7665f3a0a83be52168c728cc209755060ba7ed67bd","impliedFormat":1},{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d74c73e21579ffe9f77ce969bc0317470c63797bd4719c8895a60ce6ae6a263","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a2ba0c9af860ac3e77b35ed01fd96d15986f17aa22fe40f188ae556fb1070df","impliedFormat":1},{"version":"765f9f91293be0c057d5bf2b59494e1eac70efae55ff1c27c6e47c359bc889d2","impliedFormat":1},{"version":"55709608060f77965c270ac10ac646286589f1bd1cb174fff1778a2dd9a7ef31","impliedFormat":1},{"version":"3122a3f1136508a27a229e0e4e2848299028300ffa11d0cdfe99df90c492fe20","impliedFormat":1},{"version":"42b40e40f2a358cda332456214fad311e1806a6abf3cebaaac72496e07556642","impliedFormat":1},{"version":"354612fe1d49ecc9551ea3a27d94eef2887b64ef4a71f72ca444efe0f2f0ba80","impliedFormat":1},{"version":"ac0c77cd7db52b3c278bdd1452ce754014835493d05b84535f46854fdc2063b2","affectsGlobalScope":true,"impliedFormat":1},{"version":"b9f36877501f2ce0e276e993c93cd2cf325e78d0409ec4612b1eb9d6a537e60b","impliedFormat":1},{"version":"5e2b91328a540a0933ab5c2203f4358918e6f0fe7505d22840a891a6117735f1","impliedFormat":1},{"version":"3abc3512fa04aa0230f59ea1019311fd8667bd935d28306311dccc8b17e79d5d","impliedFormat":1},{"version":"5810080a0da989a944d3b691b7b479a4a13c75947fb538abb8070710baa5ccee","affectsGlobalScope":true,"impliedFormat":1},{"version":"19da7150ca062323b1db6311a6ef058c9b0a39cc64d836b5e9b75d301869653b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1349077576abb41f0e9c78ec30762ff75b710208aff77f5fdcc6a8c8ce6289dd","impliedFormat":1},{"version":"e2ce82603102b5c0563f59fb40314cc1ff95a4d521a66ad14146e130ea80d89c","impliedFormat":1},{"version":"a3e0395220255a350aa9c6d56f882bfcb5b85c19fddf5419ec822cf22246a26d","impliedFormat":1},{"version":"c27b01e8ddff5cd280711af5e13aecd9a3228d1c256ea797dd64f8fdec5f7df5","impliedFormat":1},{"version":"898840e876dfd21843db9f2aa6ae38ba2eab550eb780ff62b894b9fbfebfae6b","impliedFormat":1},{"version":"c58642af30c06a8e250d248a747ceb045af9a92d8cab22478d80c3bef276bfd5","impliedFormat":1},{"version":"1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","impliedFormat":1},{"version":"785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","impliedFormat":1},{"version":"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","impliedFormat":1},{"version":"164deb2409ac5f4da3cd139dbcee7f7d66753d90363a4d7e2db8d8874f272270","impliedFormat":1},{"version":"ea57fab1b1cccb7abae193364e049b0f40b75f5d38676c12c27c307c1e3f4dfa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab294c4b7279318ee2a8fdf681305457ecc05970c94108d304933f18823eeac1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","impliedFormat":1},{"version":"5bc85813bfcb6907cc3a960fec8734a29d7884e0e372515147720c5991b8bc22","impliedFormat":1},{"version":"812b25f798033c202baedf386a1ccc41f9191b122f089bffd10fdccce99fba11","impliedFormat":1},{"version":"993325544790073f77e945bee046d53988c0bc3ac5695c9cf8098166feb82661","impliedFormat":1},{"version":"4d06f3abc2a6aae86f1be39e397372f74fb6e7964f594d645926b4a3419cc15d","affectsGlobalScope":true,"impliedFormat":1},{"version":"0e08c360c9b5961ecb0537b703e253842b3ded53151ee07024148219b61a8baf","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce2210032ccaff7710e2abf6a722e62c54960458e73e356b6a365c93ab6ca66","impliedFormat":1},{"version":"92db194ef7d208d5e4b6242a3434573fd142a621ff996d84cc9dbba3553277d0","impliedFormat":1},{"version":"16a3080e885ed52d4017c902227a8d0d8daf723d062bec9e45627c6fdcd6699b","impliedFormat":1},{"version":"0bd9543cd8fc0959c76fb8f4f5a26626c2ed62ef4be98fd857bce268066db0a2","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ca6858a0cbcd74d7db72d7b14c5360a928d1d16748a55ecfa6bfaff8b83071b","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"562e1951bb48e89df7b821d998bfcd9458d93b0afd06cf6db8286606da5f21fd","impliedFormat":1},{"version":"7ccce4adb23a87a044c257685613126b47160f6975b224cea5f6af36c7f37514","impliedFormat":1},{"version":"cc0700b1b97e18a3d5d9184470502d8762ec85158819d662730c3a8c5d702584","impliedFormat":1},{"version":"9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","impliedFormat":1},{"version":"c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","impliedFormat":1},{"version":"8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","impliedFormat":1},{"version":"86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","impliedFormat":1},{"version":"42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","impliedFormat":1},{"version":"ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","impliedFormat":1},{"version":"83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","impliedFormat":1},{"version":"1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","impliedFormat":1},{"version":"0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","impliedFormat":1},{"version":"cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","impliedFormat":1},{"version":"c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","impliedFormat":1},{"version":"f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","impliedFormat":1},{"version":"0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","impliedFormat":1},{"version":"7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","impliedFormat":1},{"version":"bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","impliedFormat":1},{"version":"52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","impliedFormat":1},{"version":"770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","impliedFormat":1},{"version":"d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","impliedFormat":1},{"version":"799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","impliedFormat":1},{"version":"2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","impliedFormat":1},{"version":"9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","impliedFormat":1},{"version":"397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","impliedFormat":1},{"version":"a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","impliedFormat":1},{"version":"a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","impliedFormat":1},{"version":"f77ff4cd234d3fd18ddd5aeadb6f94374511931976d41f4b9f594cb71f7ce6f3","impliedFormat":1},{"version":"4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","impliedFormat":1},{"version":"4f18b4e6081e5e980ef53ddf57b9c959d36cffe1eb153865f512a01aeffb5e1e","impliedFormat":1},{"version":"7f17d4846a88eca5fe71c4474ef687ee89c4acf9b5372ab9b2ee68644b7e0fe0","impliedFormat":1},{"version":"b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","impliedFormat":1},{"version":"c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","impliedFormat":1},{"version":"14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","impliedFormat":1},{"version":"a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","impliedFormat":1},{"version":"f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","impliedFormat":1},{"version":"3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","impliedFormat":1},{"version":"662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","impliedFormat":1},{"version":"c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","impliedFormat":1},{"version":"2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"85f8ebd7f245e8bf29da270e8b53dcdd17528826ffd27176c5fc7e426213ef5a","impliedFormat":1}],"root":[52,[58,60]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"jsx":2,"module":100,"newLine":1,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":8,"useDefineForClassFields":true},"fileIdsList":[[108],[62,108],[65,108],[66,71,99,108],[67,78,79,86,96,107,108],[67,68,78,86,108],[69,108],[70,71,79,87,108],[71,96,104,108],[72,74,78,86,108],[73,108],[74,75,108],[78,108],[76,78,108],[78,79,80,96,107,108],[78,79,80,93,96,99,108],[108,112],[74,78,81,86,96,107,108],[78,79,81,82,86,96,104,107,108],[81,83,96,104,107,108],[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],[78,84,108],[85,107,108],[74,78,86,96,108],[87,108],[88,108],[65,89,108],[90,106,108,112],[91,108],[92,108],[78,93,94,108],[93,95,108,110],[66,78,96,97,98,99,108],[66,96,98,108],[96,97,108],[99,108],[100,108],[65,96,108],[78,102,103,108],[102,103,108],[71,86,96,104,108],[105,108],[86,106,108],[66,81,92,107,108],[71,108],[96,108,109],[108,110],[108,111],[66,71,78,80,89,96,107,108,110,112],[96,108,113],[53,54,55,56,108],[108,117,156],[108,117,141,156],[108,156],[108,117],[108,117,142,156],[108,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155],[108,142,156],[57,108],[79,88,108],[57]],"referencedMap":[[61,1],[62,2],[63,2],[65,3],[66,4],[67,5],[68,6],[69,7],[70,8],[71,9],[72,10],[73,11],[74,12],[75,12],[77,13],[76,14],[78,13],[79,15],[80,16],[64,17],[114,1],[81,18],[82,19],[83,20],[115,21],[84,22],[85,23],[86,24],[87,25],[88,26],[89,27],[90,28],[91,29],[92,30],[93,31],[94,31],[95,32],[96,33],[98,34],[97,35],[99,36],[100,37],[101,38],[102,39],[103,40],[104,41],[105,42],[106,43],[107,44],[108,45],[109,46],[110,47],[111,48],[112,49],[113,50],[55,1],[53,1],[57,51],[116,1],[56,1],[141,52],[142,53],[117,54],[120,54],[139,52],[140,52],[130,52],[129,55],[127,52],[122,52],[135,52],[133,52],[137,52],[121,52],[134,52],[138,52],[123,52],[124,52],[136,52],[118,52],[125,52],[126,52],[128,52],[132,52],[143,56],[131,52],[119,52],[156,57],[155,1],[150,56],[152,58],[151,56],[144,56],[145,56],[147,56],[149,56],[153,58],[154,58],[146,58],[148,58],[54,1],[50,1],[51,1],[9,1],[10,1],[12,1],[11,1],[2,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[3,1],[4,1],[21,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[36,1],[33,1],[34,1],[35,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[8,1],[48,1],[45,1],[46,1],[47,1],[1,1],[49,1],[58,59],[59,1],[60,1],[52,60]],"exportedModulesMap":[[61,1],[62,2],[63,2],[65,3],[66,4],[67,5],[68,6],[69,7],[70,8],[71,9],[72,10],[73,11],[74,12],[75,12],[77,13],[76,14],[78,13],[79,15],[80,16],[64,17],[114,1],[81,18],[82,19],[83,20],[115,21],[84,22],[85,23],[86,24],[87,25],[88,26],[89,27],[90,28],[91,29],[92,30],[93,31],[94,31],[95,32],[96,33],[98,34],[97,35],[99,36],[100,37],[101,38],[102,39],[103,40],[104,41],[105,42],[106,43],[107,44],[108,45],[109,46],[110,47],[111,48],[112,49],[113,50],[55,1],[53,1],[57,51],[116,1],[56,1],[141,52],[142,53],[117,54],[120,54],[139,52],[140,52],[130,52],[129,55],[127,52],[122,52],[135,52],[133,52],[137,52],[121,52],[134,52],[138,52],[123,52],[124,52],[136,52],[118,52],[125,52],[126,52],[128,52],[132,52],[143,56],[131,52],[119,52],[156,57],[155,1],[150,56],[152,58],[151,56],[144,56],[145,56],[147,56],[149,56],[153,58],[154,58],[146,58],[148,58],[54,1],[50,1],[51,1],[9,1],[10,1],[12,1],[11,1],[2,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[3,1],[4,1],[21,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[36,1],[33,1],[34,1],[35,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[8,1],[48,1],[45,1],[46,1],[47,1],[1,1],[49,1],[58,61]],"semanticDiagnosticsPerFile":[61,62,63,65,66,67,68,69,70,71,72,73,74,75,77,76,78,79,80,64,114,81,82,83,115,84,85,86,87,88,89,90,91,92,93,94,95,96,98,97,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,55,53,57,116,56,141,142,117,120,139,140,130,129,127,122,135,133,137,121,134,138,123,124,136,118,125,126,128,132,143,131,119,156,155,150,152,151,144,145,147,149,153,154,146,148,54,50,51,9,10,12,11,2,13,14,15,16,17,18,19,20,3,4,21,25,22,23,24,26,27,28,5,29,30,31,32,6,36,33,34,35,37,7,38,43,44,39,40,41,42,8,48,45,46,47,1,49,58,59,60,52],"latestChangedDtsFile":"./src/__test__/class.d.ts"},"version":"5.2.2"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linzjs/style",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "github:linz/style-js",
|
|
6
6
|
"bin": {
|
|
@@ -21,19 +21,20 @@
|
|
|
21
21
|
"lint": "npx eslint . --ignore-path .gitignore"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@types/node": "^20.
|
|
25
|
-
"@types/react": "^18.2.
|
|
24
|
+
"@types/node": "^20.4.9",
|
|
25
|
+
"@types/react": "^18.2.20"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
29
|
-
"@typescript-eslint/parser": "^
|
|
30
|
-
"eslint": "^8.
|
|
31
|
-
"eslint-config-prettier": "^
|
|
32
|
-
"eslint-plugin-prettier": "^
|
|
33
|
-
"eslint-plugin-react": "^7.
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
29
|
+
"@typescript-eslint/parser": "^6.11.0",
|
|
30
|
+
"eslint": "^8.53.0",
|
|
31
|
+
"eslint-config-prettier": "^9.0.0",
|
|
32
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
33
|
+
"eslint-plugin-react": "^7.33.2",
|
|
34
34
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
36
|
+
"prettier": "^3.1.0",
|
|
37
|
+
"typescript": "^5.2.2"
|
|
37
38
|
},
|
|
38
39
|
"publishConfig": {
|
|
39
40
|
"access": "public"
|
package/CHANGELOG.md
DELETED
|
@@ -1,373 +0,0 @@
|
|
|
1
|
-
## [3.16.0](https://github.com/linz/style-js/compare/v3.15.0...v3.16.0) (2023-03-30)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.54.1 ([#651](https://github.com/linz/style-js/issues/651)) ([8374a5e](https://github.com/linz/style-js/commit/8374a5e5647378b307aa38d021aab8b20a5a5312))
|
|
7
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0 ([#657](https://github.com/linz/style-js/issues/657)) ([2b0beaa](https://github.com/linz/style-js/commit/2b0beaa6b69a2e68f439d010b8fa0206463d3518))
|
|
8
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.57.0 ([#670](https://github.com/linz/style-js/issues/670)) ([56673d4](https://github.com/linz/style-js/commit/56673d4f7034557e385957d40e535a80c736be15))
|
|
9
|
-
* **deps:** bump @typescript-eslint/parser from 5.48.1 to 5.55.0 ([#658](https://github.com/linz/style-js/issues/658)) ([cf814c4](https://github.com/linz/style-js/commit/cf814c487664f4fbe18d7fd6202292897dd74a0e))
|
|
10
|
-
* **deps:** bump @typescript-eslint/parser from 5.55.0 to 5.57.0 ([#671](https://github.com/linz/style-js/issues/671)) ([bdbe2d6](https://github.com/linz/style-js/commit/bdbe2d600f0a8ec8d1ad47f35cb9f2f4eb48dc0b))
|
|
11
|
-
* **deps:** bump eslint from 8.31.0 to 8.35.0 ([#645](https://github.com/linz/style-js/issues/645)) ([fae46ab](https://github.com/linz/style-js/commit/fae46ab821d15fa83b128976847e1c74e2c50816))
|
|
12
|
-
* **deps:** bump eslint from 8.35.0 to 8.36.0 ([#656](https://github.com/linz/style-js/issues/656)) ([9ae406f](https://github.com/linz/style-js/commit/9ae406f0533a85137229f2677fb32297ded6fad2))
|
|
13
|
-
* **deps:** bump eslint from 8.36.0 to 8.37.0 ([#673](https://github.com/linz/style-js/issues/673)) ([7d7181a](https://github.com/linz/style-js/commit/7d7181a247c54fd03e083a907558f514301f2f31))
|
|
14
|
-
* **deps:** bump eslint-config-prettier from 8.6.0 to 8.7.0 ([#650](https://github.com/linz/style-js/issues/650)) ([8fb3902](https://github.com/linz/style-js/commit/8fb39021298eb28975c0dab00d074bbcc420c0b8))
|
|
15
|
-
* **deps:** bump eslint-config-prettier from 8.7.0 to 8.8.0 ([#661](https://github.com/linz/style-js/issues/661)) ([e16c602](https://github.com/linz/style-js/commit/e16c6022f5dd4df371757d7c9c9a069208fe88a2))
|
|
16
|
-
* **deps:** bump prettier from 2.8.2 to 2.8.4 ([#635](https://github.com/linz/style-js/issues/635)) ([b4d70a9](https://github.com/linz/style-js/commit/b4d70a95c7769f1523a885897e080301c512d344))
|
|
17
|
-
* **deps:** bump prettier from 2.8.4 to 2.8.7 ([#668](https://github.com/linz/style-js/issues/668)) ([22385f8](https://github.com/linz/style-js/commit/22385f855d3869a72089a5559fcdc965147cb95a))
|
|
18
|
-
* **deps:** bump typescript from 4.9.4 to 4.9.5 ([#628](https://github.com/linz/style-js/issues/628)) ([8329920](https://github.com/linz/style-js/commit/83299201ccfa695e8d93f128daa2839622162704))
|
|
19
|
-
* **deps:** bump typescript from 4.9.5 to 5.0.2 ([#660](https://github.com/linz/style-js/issues/660)) ([6cda686](https://github.com/linz/style-js/commit/6cda6866011782df3fbe26e1524236aac4242ed8))
|
|
20
|
-
* **deps:** bump typescript from 5.0.2 to 5.0.3 ([#674](https://github.com/linz/style-js/issues/674)) ([b38bdfc](https://github.com/linz/style-js/commit/b38bdfc838712d9b4e4c1adf4f1ccfd159262f37))
|
|
21
|
-
|
|
22
|
-
## [4.2.0](https://github.com/linz/style-js/compare/v4.1.0...v4.2.0) (2023-06-20)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* Add React and React Hook linting rules ([#729](https://github.com/linz/style-js/issues/729)) ([b8ec393](https://github.com/linz/style-js/commit/b8ec3932121e5b571916b6849d17f26fef2d952d))
|
|
28
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.60.0 ([#732](https://github.com/linz/style-js/issues/732)) ([116c84e](https://github.com/linz/style-js/commit/116c84e498f2c2b4cea9f120d33c183a4094980a))
|
|
29
|
-
* **deps:** bump @typescript-eslint/parser from 5.59.9 to 5.60.0 ([#731](https://github.com/linz/style-js/issues/731)) ([e41be3e](https://github.com/linz/style-js/commit/e41be3ebc893738a531b6afbad53bbbcdc8a2edf))
|
|
30
|
-
* **deps:** bump eslint from 8.42.0 to 8.43.0 ([#730](https://github.com/linz/style-js/issues/730)) ([98f9c3f](https://github.com/linz/style-js/commit/98f9c3ff5b4d2694731afdbdf4b9e16025b174bb))
|
|
31
|
-
|
|
32
|
-
## [4.1.0](https://github.com/linz/style-js/compare/v4.0.0...v4.1.0) (2023-06-05)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### Features
|
|
36
|
-
|
|
37
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.59.9 ([#722](https://github.com/linz/style-js/issues/722)) ([6363237](https://github.com/linz/style-js/commit/6363237a30f5d1244f77addeb06b6a27416262cc))
|
|
38
|
-
* **deps:** bump @typescript-eslint/parser from 5.57.0 to 5.59.9 ([#723](https://github.com/linz/style-js/issues/723)) ([2fd2e8b](https://github.com/linz/style-js/commit/2fd2e8b9d39a77ec4543a5ea456cf114cfb83129))
|
|
39
|
-
* **deps:** bump eslint from 8.39.0 to 8.42.0 ([#721](https://github.com/linz/style-js/issues/721)) ([43fa9fd](https://github.com/linz/style-js/commit/43fa9fde0dd6ad19f2bd44128e4190ff2c9aa582))
|
|
40
|
-
* **deps:** bump prettier from 2.8.7 to 2.8.8 ([#689](https://github.com/linz/style-js/issues/689)) ([61c13bc](https://github.com/linz/style-js/commit/61c13bcbccad2d4b2c051e9bed2c37b7d544db72))
|
|
41
|
-
* **deps:** bump typescript from 5.0.4 to 5.1.3 ([#720](https://github.com/linz/style-js/issues/720)) ([42d7658](https://github.com/linz/style-js/commit/42d7658ec64f44b9936173e4c4d3a893c3ed6b55))
|
|
42
|
-
|
|
43
|
-
## [4.0.0](https://github.com/linz/style-js/compare/v3.16.0...v4.0.0) (2023-05-10)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### ⚠ BREAKING CHANGES
|
|
47
|
-
|
|
48
|
-
* switch to ESM by default ([#696](https://github.com/linz/style-js/issues/696))
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* **deps:** bump eslint from 8.37.0 to 8.39.0 ([#685](https://github.com/linz/style-js/issues/685)) ([0f9ec84](https://github.com/linz/style-js/commit/0f9ec84eca0fa71634c43c88efdafd566b727350))
|
|
53
|
-
* **deps:** bump typescript from 5.0.3 to 5.0.4 ([#677](https://github.com/linz/style-js/issues/677)) ([f81b45a](https://github.com/linz/style-js/commit/f81b45a14a67356422e2e2d03563b47fc6b4b5f6))
|
|
54
|
-
* switch to ESM by default ([#696](https://github.com/linz/style-js/issues/696)) ([e5d39c1](https://github.com/linz/style-js/commit/e5d39c1eb8fd21f16c800566757d307c36d13af3))
|
|
55
|
-
|
|
56
|
-
## [3.15.0](https://github.com/linz/style-js/compare/v3.14.0...v3.15.0) (2023-01-09)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Features
|
|
60
|
-
|
|
61
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.48.1 ([#618](https://github.com/linz/style-js/issues/618)) ([245ae62](https://github.com/linz/style-js/commit/245ae62d18b9531cfee16fcb41bab75b61fb1a6a))
|
|
62
|
-
* **deps:** bump @typescript-eslint/parser from 5.44.0 to 5.48.1 ([#616](https://github.com/linz/style-js/issues/616)) ([12d9867](https://github.com/linz/style-js/commit/12d9867d9f50bd50b2e926f31372da9a7164a8d2))
|
|
63
|
-
* **deps:** bump eslint from 8.28.0 to 8.31.0 ([#615](https://github.com/linz/style-js/issues/615)) ([d21544f](https://github.com/linz/style-js/commit/d21544f8f4b20a1489c1579a501b580c866caa9a))
|
|
64
|
-
* **deps:** bump eslint-config-prettier from 8.5.0 to 8.6.0 ([#612](https://github.com/linz/style-js/issues/612)) ([ae5c8a2](https://github.com/linz/style-js/commit/ae5c8a2ea471444313b3e60fe8f0fe274c8229f6))
|
|
65
|
-
* **deps:** bump prettier from 2.8.0 to 2.8.2 ([#617](https://github.com/linz/style-js/issues/617)) ([951f544](https://github.com/linz/style-js/commit/951f5441bd9a63e62e7fc73da97c6c2c52793c16))
|
|
66
|
-
* **deps:** bump typescript from 4.9.3 to 4.9.4 ([#599](https://github.com/linz/style-js/issues/599)) ([089d38d](https://github.com/linz/style-js/commit/089d38dda87ac0a1697d19753935182e4fc89412))
|
|
67
|
-
|
|
68
|
-
## [3.14.0](https://github.com/linz/style-js/compare/v3.13.0...v3.14.0) (2022-11-23)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Features
|
|
72
|
-
|
|
73
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.44.0 ([#585](https://github.com/linz/style-js/issues/585)) ([8685de2](https://github.com/linz/style-js/commit/8685de2e67121dbb97afb623b4ee4498ae12384a))
|
|
74
|
-
* **deps:** bump @typescript-eslint/parser from 5.43.0 to 5.44.0 ([#583](https://github.com/linz/style-js/issues/583)) ([1eac775](https://github.com/linz/style-js/commit/1eac775ad7e57ee8e220abbed1fa3b476b7245fa))
|
|
75
|
-
* **deps:** bump eslint from 8.27.0 to 8.28.0 ([#584](https://github.com/linz/style-js/issues/584)) ([ca22218](https://github.com/linz/style-js/commit/ca22218d2ccd7b5d145ea6978d8d9bc459e95fd2))
|
|
76
|
-
* **deps:** bump prettier from 2.7.1 to 2.8.0 ([#586](https://github.com/linz/style-js/issues/586)) ([d173c80](https://github.com/linz/style-js/commit/d173c80027479a18850c0ec27b3e73a96a4e916e))
|
|
77
|
-
|
|
78
|
-
## [3.13.0](https://github.com/linz/style-js/compare/v3.12.0...v3.13.0) (2022-11-15)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Features
|
|
82
|
-
|
|
83
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.43.0 ([#578](https://github.com/linz/style-js/issues/578)) ([423f424](https://github.com/linz/style-js/commit/423f424d0bba5e88d7d832e7027d546d9a47345b))
|
|
84
|
-
* **deps:** bump @typescript-eslint/parser from 5.42.1 to 5.43.0 ([#579](https://github.com/linz/style-js/issues/579)) ([797de32](https://github.com/linz/style-js/commit/797de32a2b7fdbb543ab499a3b7da8d6388b01a2))
|
|
85
|
-
* **deps:** bump typescript from 4.8.4 to 4.9.3 ([#580](https://github.com/linz/style-js/issues/580)) ([4fb54c0](https://github.com/linz/style-js/commit/4fb54c06dffdfaaafeabe5435be0ac15d08fd164))
|
|
86
|
-
|
|
87
|
-
## [3.12.0](https://github.com/linz/style-js/compare/v3.11.0...v3.12.0) (2022-11-08)
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### Features
|
|
91
|
-
|
|
92
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.35.1 to 5.42.1 ([#576](https://github.com/linz/style-js/issues/576)) ([0ebead4](https://github.com/linz/style-js/commit/0ebead43cc65c0d241e4babc7e37ddbb853998df))
|
|
93
|
-
* **deps:** bump @typescript-eslint/parser from 5.35.1 to 5.37.0 ([#535](https://github.com/linz/style-js/issues/535)) ([9d9c235](https://github.com/linz/style-js/commit/9d9c235c66c44544ba27c17817e9982fa34987cb))
|
|
94
|
-
* **deps:** bump @typescript-eslint/parser from 5.37.0 to 5.42.1 ([#575](https://github.com/linz/style-js/issues/575)) ([f9df8a2](https://github.com/linz/style-js/commit/f9df8a2dc666ad1606f0916887767d63f0b8870a))
|
|
95
|
-
* **deps:** bump eslint from 8.22.0 to 8.27.0 ([#577](https://github.com/linz/style-js/issues/577)) ([65bbd62](https://github.com/linz/style-js/commit/65bbd62d78b5f7f7114be74256049c8e631e2152))
|
|
96
|
-
* **deps:** bump typescript from 4.8.2 to 4.8.3 ([#534](https://github.com/linz/style-js/issues/534)) ([9994a62](https://github.com/linz/style-js/commit/9994a629e54104887ee4126800a39213acd4b4b7))
|
|
97
|
-
* **deps:** bump typescript from 4.8.3 to 4.8.4 ([#548](https://github.com/linz/style-js/issues/548)) ([237231d](https://github.com/linz/style-js/commit/237231d29e7a75e2fa7622faca8313b7e85d7435))
|
|
98
|
-
|
|
99
|
-
## [3.11.0](https://github.com/linz/style-js/compare/v3.10.0...v3.11.0) (2022-08-28)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### Features
|
|
103
|
-
|
|
104
|
-
* **deps:** bump typescript from 4.7.4 to 4.8.2 ([#524](https://github.com/linz/style-js/issues/524)) ([ecce4fc](https://github.com/linz/style-js/commit/ecce4fc1abe04f555503965412509103623580f9))
|
|
105
|
-
|
|
106
|
-
## [3.10.0](https://github.com/linz/style-js/compare/v3.9.0...v3.10.0) (2022-08-25)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Features
|
|
110
|
-
|
|
111
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.35.1 ([#522](https://github.com/linz/style-js/issues/522)) ([c823dfa](https://github.com/linz/style-js/commit/c823dfad3f33236368aefa5067d01e025c1b5750))
|
|
112
|
-
* **deps:** bump @typescript-eslint/parser from 5.30.6 to 5.35.1 ([#521](https://github.com/linz/style-js/issues/521)) ([3da4a78](https://github.com/linz/style-js/commit/3da4a78272c890d744125318733710caa2a78150))
|
|
113
|
-
* **deps:** bump eslint from 8.20.0 to 8.22.0 ([#509](https://github.com/linz/style-js/issues/509)) ([5cadd22](https://github.com/linz/style-js/commit/5cadd22f17fd331dc8aa2b1407b1c3d1b3c0a094))
|
|
114
|
-
|
|
115
|
-
## [2.1.5](https://github.com/linz/style-js/compare/v2.1.4...v2.1.5) (2021-07-05)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Features
|
|
119
|
-
|
|
120
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.2 ([#237](https://github.com/linz/style-js/issues/237)) ([597b5d6](https://github.com/linz/style-js/commit/597b5d622049c73c260cdbda9fbc2ae7508ee34f))
|
|
121
|
-
* **deps:** bump @typescript-eslint/parser from 4.28.0 to 4.28.2 ([#238](https://github.com/linz/style-js/issues/238)) ([a9fe8c9](https://github.com/linz/style-js/commit/a9fe8c97aea9fc61245aefea78925add776f649b))
|
|
122
|
-
* **deps:** bump eslint from 7.29.0 to 7.30.0 ([#235](https://github.com/linz/style-js/issues/235)) ([938754b](https://github.com/linz/style-js/commit/938754b628ed007ada32574f7894194ed6f4b891))
|
|
123
|
-
* **deps:** bump prettier from 2.3.1 to 2.3.2 ([#229](https://github.com/linz/style-js/issues/229)) ([e2749ed](https://github.com/linz/style-js/commit/e2749ed5d9b1b251199afe53ceb16d43fdc2676f))
|
|
124
|
-
* **deps:** bump typescript from 4.3.4 to 4.3.5 ([#232](https://github.com/linz/style-js/issues/232)) ([a00f14f](https://github.com/linz/style-js/commit/a00f14f526cac91946130327f648fddd628fc5c6))
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
## [2.1.4](https://github.com/linz/style-js/compare/v2.1.3...v2.1.4) (2021-06-23)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
### Features
|
|
132
|
-
|
|
133
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.26.1 to 4.27.0 ([#220](https://github.com/linz/style-js/issues/220)) ([38c9ac5](https://github.com/linz/style-js/commit/38c9ac516fb388b0d49f43cc29a70203665d9bf0))
|
|
134
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.0 ([#223](https://github.com/linz/style-js/issues/223)) ([21f9db9](https://github.com/linz/style-js/commit/21f9db93e213f9d1852fc7153ac75268af41d257))
|
|
135
|
-
* **deps:** bump @typescript-eslint/parser from 4.26.0 to 4.28.0 ([#226](https://github.com/linz/style-js/issues/226)) ([0ad27f4](https://github.com/linz/style-js/commit/0ad27f42923b438be3221f72e27586632b27193c))
|
|
136
|
-
* **deps:** bump eslint from 7.28.0 to 7.29.0 ([#225](https://github.com/linz/style-js/issues/225)) ([b3f14d1](https://github.com/linz/style-js/commit/b3f14d133fa77707b70411d9148decfd58e2f1e7))
|
|
137
|
-
* **deps:** bump typescript from 4.3.2 to 4.3.4 ([#221](https://github.com/linz/style-js/issues/221)) ([07d0066](https://github.com/linz/style-js/commit/07d0066254d1cacdd4eb2a12267f539541598114))
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
## [2.1.3](https://github.com/linz/style-js/compare/v2.1.2...v2.1.3) (2021-06-07)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
### Features
|
|
145
|
-
|
|
146
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.1 ([#216](https://github.com/linz/style-js/issues/216)) ([c74de42](https://github.com/linz/style-js/commit/c74de42d7f38f6892334b323aac2c81e26d0112c))
|
|
147
|
-
* **deps:** bump @typescript-eslint/parser from 4.25.0 to 4.26.0 ([#208](https://github.com/linz/style-js/issues/208)) ([457df9f](https://github.com/linz/style-js/commit/457df9f90c98636d31cf19e827b92603aba344c0))
|
|
148
|
-
* **deps:** bump eslint from 7.27.0 to 7.28.0 ([#212](https://github.com/linz/style-js/issues/212)) ([b399f19](https://github.com/linz/style-js/commit/b399f193db79a21f64f8e17d025c5ed88c8ec3bd))
|
|
149
|
-
* **deps:** bump glob-parent from 5.1.1 to 5.1.2 ([#215](https://github.com/linz/style-js/issues/215)) ([62b49c0](https://github.com/linz/style-js/commit/62b49c037264ccc25c5cb7f7610ef9b6fe512696))
|
|
150
|
-
* **deps:** bump prettier from 2.3.0 to 2.3.1 ([#214](https://github.com/linz/style-js/issues/214)) ([f04583c](https://github.com/linz/style-js/commit/f04583ceb7939d99482dc53a5bec1d966d5f19c0))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## [2.1.2](https://github.com/linz/style-js/compare/v2.1.1...v2.1.2) (2021-05-27)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Features
|
|
158
|
-
|
|
159
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.23.0 ([#196](https://github.com/linz/style-js/issues/196)) ([ec1e05f](https://github.com/linz/style-js/commit/ec1e05fecbfed0b6d48196c136cee874fdf93ca4))
|
|
160
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.25.0 ([#206](https://github.com/linz/style-js/issues/206)) ([f7a0b32](https://github.com/linz/style-js/commit/f7a0b327205542c7fdaee4a5bb0e58e57e5db636))
|
|
161
|
-
* **deps:** bump @typescript-eslint/parser from 4.22.1 to 4.23.0 ([#195](https://github.com/linz/style-js/issues/195)) ([802a844](https://github.com/linz/style-js/commit/802a844a1683d0f924fff84500d4a10c84cc9f6d))
|
|
162
|
-
* **deps:** bump @typescript-eslint/parser from 4.23.0 to 4.25.0 ([#205](https://github.com/linz/style-js/issues/205)) ([8560a48](https://github.com/linz/style-js/commit/8560a48d4c2f81c12db72889bed4d4c51550054f))
|
|
163
|
-
* **deps:** bump eslint from 7.25.0 to 7.26.0 ([#193](https://github.com/linz/style-js/issues/193)) ([e23f9ea](https://github.com/linz/style-js/commit/e23f9eaf7d37fa519d57d707828b0710c276b9f9))
|
|
164
|
-
* **deps:** bump eslint from 7.26.0 to 7.27.0 ([#203](https://github.com/linz/style-js/issues/203)) ([a76906f](https://github.com/linz/style-js/commit/a76906f7688531b28826ceac74f9481b10e7ba83))
|
|
165
|
-
* **deps:** bump prettier from 2.2.1 to 2.3.0 ([#194](https://github.com/linz/style-js/issues/194)) ([17f994b](https://github.com/linz/style-js/commit/17f994b5f4a4735b27f3b67e1da7d1e24261197d))
|
|
166
|
-
* **deps:** bump typescript from 4.2.4 to 4.3.2 ([#207](https://github.com/linz/style-js/issues/207)) ([bd774d6](https://github.com/linz/style-js/commit/bd774d6a4db50c52f79403335371a3033ebde8f2))
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## [2.1.1](https://github.com/linz/style-js/compare/v2.1.0...v2.1.1) (2021-05-09)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Features
|
|
174
|
-
|
|
175
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 ([#189](https://github.com/linz/style-js/issues/189)) ([93d9b54](https://github.com/linz/style-js/commit/93d9b5487ba3b5a0501a0d1d5d09fa997f57d5df))
|
|
176
|
-
* **deps:** bump @typescript-eslint/parser from 4.22.0 to 4.22.1 ([#188](https://github.com/linz/style-js/issues/188)) ([0ecf6d4](https://github.com/linz/style-js/commit/0ecf6d4e437aa7831cdef5fdb54daf168e5c94c2))
|
|
177
|
-
* **deps:** bump eslint from 7.24.0 to 7.25.0 ([#184](https://github.com/linz/style-js/issues/184)) ([498b732](https://github.com/linz/style-js/commit/498b732707a98e59f67c1dfbe46863c1ab26820c))
|
|
178
|
-
* **deps:** bump eslint-config-prettier from 8.2.0 to 8.3.0 ([#185](https://github.com/linz/style-js/issues/185)) ([1cf4552](https://github.com/linz/style-js/commit/1cf4552090eccde1819c633e8fb810c1e36c1f0c))
|
|
179
|
-
* **deps:** bump handlebars from 4.7.6 to 4.7.7 ([#191](https://github.com/linz/style-js/issues/191)) ([c540d0e](https://github.com/linz/style-js/commit/c540d0ef43d06169b026eb97ca8f90e650934b65))
|
|
180
|
-
* **deps:** bump hosted-git-info from 2.8.8 to 2.8.9 ([#192](https://github.com/linz/style-js/issues/192)) ([19d7a5f](https://github.com/linz/style-js/commit/19d7a5fad995bb53c4407173e625b62983e75dc1))
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
# [2.1.0](https://github.com/linz/style-js/compare/v2.0.0...v2.1.0) (2021-04-21)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### Features
|
|
188
|
-
|
|
189
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.22.0 ([#181](https://github.com/linz/style-js/issues/181)) ([3d3af0d](https://github.com/linz/style-js/commit/3d3af0da70f4aae6728650a6917defae25c326c5))
|
|
190
|
-
* **deps:** bump @typescript-eslint/parser from 4.17.0 to 4.22.0 ([#180](https://github.com/linz/style-js/issues/180)) ([2f1384b](https://github.com/linz/style-js/commit/2f1384b3be5405b18af53b1cae4f2060316a0ddf))
|
|
191
|
-
* **deps:** bump eslint from 7.21.0 to 7.24.0 ([#179](https://github.com/linz/style-js/issues/179)) ([b4d1c07](https://github.com/linz/style-js/commit/b4d1c071ee85bc7386b02c37e4aab7f8a334414f))
|
|
192
|
-
* **deps:** bump eslint-config-prettier from 8.1.0 to 8.2.0 ([#182](https://github.com/linz/style-js/issues/182)) ([036977e](https://github.com/linz/style-js/commit/036977e277253569b2afdd025fa1802d92d80971))
|
|
193
|
-
* **deps:** bump eslint-plugin-prettier from 3.3.1 to 3.4.0 ([#183](https://github.com/linz/style-js/issues/183)) ([3fd42da](https://github.com/linz/style-js/commit/3fd42da7f1452b08a31669a291a7bff4c2d9010b))
|
|
194
|
-
* **deps:** bump typescript from 4.2.3 to 4.2.4 ([#178](https://github.com/linz/style-js/issues/178)) ([04b06f5](https://github.com/linz/style-js/commit/04b06f5e43a1219f414189d8fed97c94e39fab48))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
# [2.0.0](https://github.com/linz/style-js/compare/v1.2.0...v2.0.0) (2021-03-12)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
### Features
|
|
202
|
-
|
|
203
|
-
* **eslint:** support varying rules based off js vs ts vs .test.ts ([#154](https://github.com/linz/style-js/issues/154)) ([3dd5379](https://github.com/linz/style-js/commit/3dd537965e269bb171f11e29bd81b3648da8a46e))
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### BREAKING CHANGES
|
|
207
|
-
|
|
208
|
-
* **eslint:** this allows javascript files to be linted aswell, but changes the structure of the exported configuration
|
|
209
|
-
|
|
210
|
-
https://github.com/linz/style-js/pull/154
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
# [1.2.0](https://github.com/linz/style-js/compare/v1.1.0...v1.2.0) (2021-03-11)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Features
|
|
218
|
-
|
|
219
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.17.0 ([#167](https://github.com/linz/style-js/issues/167)) ([917c80d](https://github.com/linz/style-js/commit/917c80dee896f56a8aad5a574a3fa40d48d80e22))
|
|
220
|
-
* **deps:** bump @typescript-eslint/parser from 4.15.2 to 4.17.0 ([#166](https://github.com/linz/style-js/issues/166)) ([7417bd9](https://github.com/linz/style-js/commit/7417bd941e6b90467273f72d3913f9ea959701d7))
|
|
221
|
-
* **deps:** bump eslint from 7.20.0 to 7.21.0 ([#161](https://github.com/linz/style-js/issues/161)) ([b80c85e](https://github.com/linz/style-js/commit/b80c85ec502f40be664bbb79d7a2bcf3763b1076))
|
|
222
|
-
* **deps:** bump eslint-config-prettier from 7.2.0 to 8.1.0 ([#160](https://github.com/linz/style-js/issues/160)) ([8d6e528](https://github.com/linz/style-js/commit/8d6e5286db948d5818ac6d04ccd23213b64c0748))
|
|
223
|
-
* **deps:** bump typescript from 4.2.2 to 4.2.3 ([#165](https://github.com/linz/style-js/issues/165)) ([0a596db](https://github.com/linz/style-js/commit/0a596db9d1a6ec714bb45d220d3e3ba1d0271c71))
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
# [1.1.0](https://github.com/linz/style-js/compare/v1.0.0...v1.1.0) (2021-02-24)
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
### Features
|
|
231
|
-
|
|
232
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 ([#158](https://github.com/linz/style-js/issues/158)) ([9e49357](https://github.com/linz/style-js/commit/9e4935769c1c1031b67121b69dc8620a97ff904d))
|
|
233
|
-
* **deps:** bump @typescript-eslint/parser from 4.15.1 to 4.15.2 ([#156](https://github.com/linz/style-js/issues/156)) ([0f99614](https://github.com/linz/style-js/commit/0f996145229b29a4f65beffcbb21eeda85ff4bd4))
|
|
234
|
-
* **deps:** bump typescript from 4.1.5 to 4.2.2 ([#159](https://github.com/linz/style-js/issues/159)) ([d714d14](https://github.com/linz/style-js/commit/d714d148cdf974dc914f13a49150adc57ee71bf8))
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
# [1.0.0](https://github.com/linz/style-js/compare/v0.4.4...v1.0.0) (2021-02-22)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### Features
|
|
242
|
-
|
|
243
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 ([#148](https://github.com/linz/style-js/issues/148)) ([9e9d96c](https://github.com/linz/style-js/commit/9e9d96c2d5ce44066925cb2dea72590552df4199))
|
|
244
|
-
* **deps:** bump @typescript-eslint/parser from 4.15.0 to 4.15.1 ([#149](https://github.com/linz/style-js/issues/149)) ([a6f6a34](https://github.com/linz/style-js/commit/a6f6a346161f3c0dc8beaa4d80c934a47c09ce26))
|
|
245
|
-
* **eslint/rule:** add no-var rule ([#152](https://github.com/linz/style-js/issues/152)) ([7b7ff81](https://github.com/linz/style-js/commit/7b7ff8148625effaabca9d03c9f0e89640c84208))
|
|
246
|
-
* **eslint/rule:** adding eqeqeq rule ([#151](https://github.com/linz/style-js/issues/151)) ([6014f9d](https://github.com/linz/style-js/commit/6014f9d2410217e90f0d49e964d897d4c670ebe2))
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
## [0.4.4](https://github.com/linz/style-js/compare/v0.4.3...v0.4.4) (2021-02-15)
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
### Features
|
|
254
|
-
|
|
255
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.15.0 ([#142](https://github.com/linz/style-js/issues/142)) ([daa959f](https://github.com/linz/style-js/commit/daa959f028fbe80a9a0963773b6d263da584b23e))
|
|
256
|
-
* **deps:** bump @typescript-eslint/parser from 4.12.0 to 4.15.0 ([#141](https://github.com/linz/style-js/issues/141)) ([2c1abda](https://github.com/linz/style-js/commit/2c1abda559c93a9b6180d9fd98ee38cd8921eaa5))
|
|
257
|
-
* **deps:** bump eslint from 7.17.0 to 7.20.0 ([#146](https://github.com/linz/style-js/issues/146)) ([b62acf6](https://github.com/linz/style-js/commit/b62acf6b977af3922c27d0a741c47522fc6983df))
|
|
258
|
-
* **deps:** bump eslint-config-prettier from 7.1.0 to 7.2.0 ([#131](https://github.com/linz/style-js/issues/131)) ([71f09b5](https://github.com/linz/style-js/commit/71f09b54f6ec4cfd2f968eb602cf5b7817cdcaa3))
|
|
259
|
-
* **deps:** bump typescript from 4.1.3 to 4.1.5 ([#144](https://github.com/linz/style-js/issues/144)) ([5808277](https://github.com/linz/style-js/commit/5808277471bd0b4638ef76f269f1c1becb8e665e))
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
## [0.4.3](https://github.com/linz/style-js/compare/v0.4.2...v0.4.3) (2021-01-11)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### Features
|
|
267
|
-
|
|
268
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.12.0 ([#125](https://github.com/linz/style-js/issues/125)) ([1f22fc5](https://github.com/linz/style-js/commit/1f22fc561c5945c4f29e55f307557a382f249715))
|
|
269
|
-
* **deps:** bump @typescript-eslint/parser from 4.9.0 to 4.12.0 ([#123](https://github.com/linz/style-js/issues/123)) ([63ace45](https://github.com/linz/style-js/commit/63ace45177830c091d73c8145486d5dd6ae22101))
|
|
270
|
-
* **deps:** bump eslint from 7.14.0 to 7.17.0 ([#121](https://github.com/linz/style-js/issues/121)) ([14f6f0e](https://github.com/linz/style-js/commit/14f6f0e63171ab37dfee24763fd5ac8914203c70))
|
|
271
|
-
* **deps:** bump eslint-config-prettier from 6.15.0 to 7.1.0 ([#112](https://github.com/linz/style-js/issues/112)) ([7a176f7](https://github.com/linz/style-js/commit/7a176f7d394132c6bc4a508df387088765d41278))
|
|
272
|
-
* **deps:** bump eslint-plugin-prettier from 3.2.0 to 3.3.1 ([#124](https://github.com/linz/style-js/issues/124)) ([6fe731a](https://github.com/linz/style-js/commit/6fe731aa171f52154aed715788f3e421c9cc3cb5))
|
|
273
|
-
* **deps:** bump ini from 1.3.5 to 1.3.8 ([#103](https://github.com/linz/style-js/issues/103)) ([90b92e6](https://github.com/linz/style-js/commit/90b92e69e68bc431c4b57c1c11887e09f3b404c3))
|
|
274
|
-
* **deps:** bump typescript from 4.1.2 to 4.1.3 ([#106](https://github.com/linz/style-js/issues/106)) ([b9a9b56](https://github.com/linz/style-js/commit/b9a9b56922633fab0ac1f0d302d34466409abd06))
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
## [0.4.2](https://github.com/linz/style-js/compare/v0.4.1...v0.4.2) (2020-12-04)
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
### Features
|
|
282
|
-
|
|
283
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.9.0 ([#94](https://github.com/linz/style-js/issues/94)) ([dcc7e1c](https://github.com/linz/style-js/commit/dcc7e1c42e43bfb7e3338e6cc9aee7b0f34d40df))
|
|
284
|
-
* **deps:** bump @typescript-eslint/parser from 4.4.1 to 4.9.0 ([#95](https://github.com/linz/style-js/issues/95)) ([032227c](https://github.com/linz/style-js/commit/032227c19577bddedf5bef098ae37f6bfe1bf36a))
|
|
285
|
-
* **deps:** bump eslint from 7.11.0 to 7.14.0 ([#89](https://github.com/linz/style-js/issues/89)) ([7958c61](https://github.com/linz/style-js/commit/7958c61b12dcc307ca9d4a3ebb7698f1f846aa73))
|
|
286
|
-
* **deps:** bump eslint-config-prettier from 6.13.0 to 6.15.0 ([#71](https://github.com/linz/style-js/issues/71)) ([447ca3d](https://github.com/linz/style-js/commit/447ca3d4a9ddbdc5812b7a76b6e1525383b5a197))
|
|
287
|
-
* **deps:** bump eslint-plugin-prettier from 3.1.4 to 3.2.0 ([422318e](https://github.com/linz/style-js/commit/422318eb9416b79f45d904ba90d2f8a45eada88d))
|
|
288
|
-
* **deps:** bump prettier from 2.1.2 to 2.2.1 ([#93](https://github.com/linz/style-js/issues/93)) ([4e47866](https://github.com/linz/style-js/commit/4e478662093908a7a999c5dd80d2ec3a86937589))
|
|
289
|
-
* **deps:** bump typescript from 4.0.3 to 4.1.2 ([#87](https://github.com/linz/style-js/issues/87)) ([de3ab12](https://github.com/linz/style-js/commit/de3ab12f2d61edcc01a64106776c720cc54ea59d))
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
## [0.4.1](https://github.com/linz/style-js/compare/v0.4.0...v0.4.1) (2020-10-19)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### Features
|
|
297
|
-
|
|
298
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.5.0 ([#59](https://github.com/linz/style-js/issues/59)) ([166e489](https://github.com/linz/style-js/commit/166e4898d21c9e0165b82c454e7d1b81182d00d5))
|
|
299
|
-
* **deps:** bump @typescript-eslint/parser from 4.2.0 to 4.4.1 ([#56](https://github.com/linz/style-js/issues/56)) ([a0d8b81](https://github.com/linz/style-js/commit/a0d8b81d0dc4c1cc63b88f2bd1451580ce836930))
|
|
300
|
-
* **deps:** bump eslint from 7.10.0 to 7.11.0 ([#53](https://github.com/linz/style-js/issues/53)) ([d4c084b](https://github.com/linz/style-js/commit/d4c084bdd7c7699322539864445da606474a2eeb))
|
|
301
|
-
* **deps:** bump eslint-config-prettier from 6.12.0 to 6.13.0 ([#58](https://github.com/linz/style-js/issues/58)) ([ccdb348](https://github.com/linz/style-js/commit/ccdb34877d7792a431dd999ba4987cf55f1472b7))
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
# [0.4.0](https://github.com/linz/style-js/compare/v0.3.0...v0.4.0) (2020-09-29)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
### Bug Fixes
|
|
309
|
-
|
|
310
|
-
* correct env usage for node not nodejs ([#44](https://github.com/linz/style-js/issues/44)) ([6727a66](https://github.com/linz/style-js/commit/6727a66bdcbff5a4233c811ba7b4aa75793c6fd5))
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
### Features
|
|
314
|
-
|
|
315
|
-
* **deps:** bump eslint from 7.9.0 to 7.10.0 ([#43](https://github.com/linz/style-js/issues/43)) ([3ec72dc](https://github.com/linz/style-js/commit/3ec72dcbf438e42e2b872dc25b7d1d67fb874f7a))
|
|
316
|
-
* **deps:** bump eslint-config-prettier from 6.11.0 to 6.12.0 ([#42](https://github.com/linz/style-js/issues/42)) ([48908c8](https://github.com/linz/style-js/commit/48908c876ea0e21d25031237f01778b01359e403))
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
# [0.3.0](https://github.com/linz/style-js/compare/v0.2.1...v0.3.0) (2020-09-21)
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
### Features
|
|
324
|
-
|
|
325
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 ([#27](https://github.com/linz/style-js/issues/27)) ([1c827fe](https://github.com/linz/style-js/commit/1c827fe61aca27171a0493319ffb2564e7615323))
|
|
326
|
-
* **deps:** bump @typescript-eslint/parser from 3.10.0 to 3.10.1 ([#22](https://github.com/linz/style-js/issues/22)) ([464d1ef](https://github.com/linz/style-js/commit/464d1efcd5fde6327c12173413a7a5efb35dc398))
|
|
327
|
-
* **deps:** bump eslint from 7.7.0 to 7.9.0 ([#32](https://github.com/linz/style-js/issues/32)) ([3003447](https://github.com/linz/style-js/commit/30034476f907c32def914308bca04b10fe0bb9d0))
|
|
328
|
-
* **deps:** bump prettier from 2.1.0 to 2.1.1 ([#23](https://github.com/linz/style-js/issues/23)) ([0475f7a](https://github.com/linz/style-js/commit/0475f7a15fbe2f8f6fd4209019c366c5a79bf2a8))
|
|
329
|
-
* **deps:** bump prettier from 2.1.1 to 2.1.2 ([#35](https://github.com/linz/style-js/issues/35)) ([c75b3cc](https://github.com/linz/style-js/commit/c75b3ccc1740dbeb0537d0471627d61dea1b61cf))
|
|
330
|
-
* **deps:** bump typescript from 4.0.2 to 4.0.3 ([#38](https://github.com/linz/style-js/issues/38)) ([13dd829](https://github.com/linz/style-js/commit/13dd829e049144bb7316e99fcf00397065ae1f1e))
|
|
331
|
-
* **deps:** typescript-eslint 4.2.0 ([#39](https://github.com/linz/style-js/issues/39)) ([54ae042](https://github.com/linz/style-js/commit/54ae042bc0268f3b36a7cec48ff99981dbafb84a))
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
## [0.2.1](https://github.com/linz/style-js/compare/v0.2.0...v0.2.1) (2020-08-26)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Features
|
|
339
|
-
|
|
340
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 ([#21](https://github.com/linz/style-js/issues/21)) ([7a7ca1b](https://github.com/linz/style-js/commit/7a7ca1bada85bdd7418714d55e5a8f56bfbedfdc))
|
|
341
|
-
* **deps:** bump @typescript-eslint/parser from 3.9.1 to 3.10.0 ([#18](https://github.com/linz/style-js/issues/18)) ([2f4cc9a](https://github.com/linz/style-js/commit/2f4cc9a7505a39e3a9c03d8fbc59bc6d59b376bf))
|
|
342
|
-
* **deps:** bump prettier from 2.0.5 to 2.1.0 ([#20](https://github.com/linz/style-js/issues/20)) ([7586206](https://github.com/linz/style-js/commit/75862062392c898d78f82c665e2bd0203c3bba25))
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
# [0.2.0](https://github.com/linz/style-js/compare/v0.1.0...v0.2.0) (2020-08-23)
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### Features
|
|
350
|
-
|
|
351
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 3.8.0 to 3.9.0 ([#11](https://github.com/linz/style-js/issues/11)) ([9e81d9e](https://github.com/linz/style-js/commit/9e81d9e19c299b8a9fdd41e4c93ffdeef9df9e64))
|
|
352
|
-
* **deps:** bump @typescript-eslint/eslint-plugin from 3.9.0 to 3.9.1 ([#16](https://github.com/linz/style-js/issues/16)) ([bd96307](https://github.com/linz/style-js/commit/bd96307496205114c50eb2cda618d7d848eb2eb3))
|
|
353
|
-
* **deps:** bump @typescript-eslint/parser from 3.8.0 to 3.9.0 ([#10](https://github.com/linz/style-js/issues/10)) ([2fe0007](https://github.com/linz/style-js/commit/2fe000773548eedc649197f2ad0e34e8d38824bc))
|
|
354
|
-
* **deps:** bump @typescript-eslint/parser from 3.9.0 to 3.9.1 ([#14](https://github.com/linz/style-js/issues/14)) ([a988775](https://github.com/linz/style-js/commit/a988775b1ad78e5a15f22348dd20efcdf2b67b5b))
|
|
355
|
-
* **deps:** bump eslint from 7.6.0 to 7.7.0 ([#13](https://github.com/linz/style-js/issues/13)) ([27d03d6](https://github.com/linz/style-js/commit/27d03d6b0dc6997d05bd376dbd751e7b2c61c6aa))
|
|
356
|
-
* **deps:** bump typescript from 3.9.7 to 4.0.2 ([#17](https://github.com/linz/style-js/issues/17)) ([dd3774b](https://github.com/linz/style-js/commit/dd3774b8072460c0ffdc849ee4d555d05e9171ed))
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
# [0.1.0](https://github.com/linz/style-js/compare/v0.0.3...v0.1.0) (2020-08-06)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Features
|
|
364
|
-
|
|
365
|
-
* get dependabot to use feat prefix ([#6](https://github.com/linz/style-js/issues/6)) ([9d0e94e](https://github.com/linz/style-js/commit/9d0e94e77b948c4048b6bf44c8b7606b3ad66286))
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
## [0.0.3](https://github.com/linz/style-js/compare/v0.0.2...v0.0.3) (2020-07-29)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
## 0.0.2 (2020-07-29)
|