Commit graph

86 commits

Author SHA1 Message Date
github-actions[bot]
66a9dd99a3 Version Packages 2022-06-09 13:14:32 +00:00
Thijs Louisse
f46d908769 feat(rocket-preset-extend-lion-docs): allow globalReplaceFunction 2022-06-09 15:12:15 +02:00
Thijs Louisse
63f8f6fd36 feat(remark-extend): allow globalReplaceFunction 2022-06-09 15:12:15 +02:00
Thijs Louisse
2b3d2bd6a4 chore: use package.mock.json for allowing non-existing npm deps in it 2022-04-28 16:13:11 +02:00
Thomas Allmer
974d0872a0 chore: fix published docs pathes 2022-04-06 14:46:05 +02:00
github-actions[bot]
cebbb6aac1 Version Packages 2022-04-06 09:42:12 +00:00
dependabot[bot]
9fcae993d0 chore(deps): bump minimist in /packages-node/providence-analytics
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 17:19:38 +02:00
dependabot[bot]
83cb312115 chore(deps): bump ansi-regex in /packages-node/providence-analytics
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 17:19:05 +02:00
Thijs Louisse
17dadabfbf fix(providence-analytics): better allowlist-mode detection 2022-03-31 13:40:30 +02:00
Knorgias
64bdddf6b7
Merge pull request #1622 from ing-bank/chore/update-header
chore: update header order, components list and links
2022-03-30 13:19:22 +02:00
Konstantinos Norgias
672c8e99b6 chore: update header order, components list and links 2022-03-30 12:37:30 +02:00
Thijs Louisse
ab7cc1e026 patch(providence-analytics): expose skipCheckMatchCompatibility) 2022-03-28 21:03:42 +02:00
github-actions[bot]
bfec15264b Version Packages 2022-02-23 17:10:39 +01:00
jorenbroekema
683d5c1c9c chore: upgrade to latest TSC to fix TSC bug caused by prev commit 2022-02-10 13:40:26 +01:00
github-actions[bot]
68c64d1280 Version Packages 2022-01-04 14:41:07 +00:00
gvangeest
2bd3c52114 fix: rename customElementsManifest to customElements in package.json 2022-01-04 15:24:37 +01:00
gvangeest
33ce4f3aa0 chore: update eslint version 2021-12-21 15:45:49 +01:00
Thomas Allmer
30805edf12 fix: use node wildcard exports for docs 2021-12-07 13:23:17 +01:00
github-actions[bot]
1e18961a24 Version Packages 2021-11-23 10:57:37 +01:00
Thijs Louisse
10b358a732 fix(providence): example conf file esm compatible 2021-11-23 10:25:14 +01:00
Thijs Louisse
f303ed6866 fix(rocket-preset-extend-lion-docs): windows compatibility 2021-11-23 10:25:14 +01:00
Thijs Louisse
b90ed14234 fix(providence): windows compatibility 2021-11-23 10:25:12 +01:00
Thijs Louisse
306d57f57d fix(providence): correctly dedupe match-imports exportSpecifiers 2021-11-23 09:38:14 +01:00
Thijs Louisse
30122f0e31 fix(providence): improve perf by memoization 2021-11-22 19:01:40 +01:00
github-actions[bot]
621671a424 Version Packages 2021-11-22 09:40:13 +01:00
Zbigniew Jędraczka
4aad06a10c fix(providance-analytics): Fixed issue with loading config on windows 2021-11-18 15:50:07 +01:00
github-actions[bot]
3b70a7d487 Version Packages 2021-11-17 00:14:53 +01:00
Thijs Louisse
26b150f0af fix(providence): fix paths for dashboard 2021-11-17 00:07:04 +01:00
github-actions[bot]
895a5a46c3 Version Packages 2021-11-16 16:16:49 +01:00
Thijs Louisse
88babab7d8 chore: types for providence 2021-11-16 15:37:50 +01:00
Thijs Louisse
ab29920842
Merge pull request #1543 from ing-bank/feat/improveDashboard
feat(providence): improve dashboard
2021-11-16 15:20:53 +01:00
Thijs Louisse
96ae18c487 feat(providence): improve dashboard 2021-11-16 14:45:16 +01:00
github-actions[bot]
3106a84ec0 Version Packages 2021-11-15 17:39:59 +01:00
Thijs Louisse
756afd8147 fix: update mock-fs for Node >= 16 compatibility 2021-11-15 11:06:44 +01:00
Thijs Louisse
1e8839f2fd fix: support export maps for match-* analyzers 2021-11-12 18:37:04 +01:00
github-actions[bot]
c59dda0c93 Version Packages 2021-11-11 14:30:59 +01:00
gerjanvangeest
d8e5c42b65
Merge pull request #1536 from ing-bank/fix/exportParse
fix(providence): correctly handle exports like "const x=3; export {x};"
2021-11-11 13:21:29 +01:00
Joshua Hewitt
a0b313c650 fix(providence): correctly handle exports like "const x=3; export {x};"
Co-authored-by: Thijs Louisse<Thijs.Louisse@ing.com>
2021-11-11 12:58:01 +01:00
sposh
2995a5037f
Correct default target in Windows if no -t (#1520)
fix: correct default target in windows if no -t
2021-11-08 15:26:26 +01:00
github-actions[bot]
3b36a6d62d Version Packages 2021-10-19 20:13:04 +00:00
Thomas Allmer
1dfe915e06
Update Rocket to latest release to get updates device simulator (#1512)
feat(rocket-preset-extend-lion-docs): update to use new plugins-manager

Co-authored-by: Konstantinos Norgias <Konstantinos.Norgias@ing.com>
2021-10-19 22:10:56 +02:00
github-actions[bot]
67888873e0 Version Packages 2021-07-30 10:13:38 +02:00
Thomas Allmer
dd3fd33109 fix(babel-plugin-extend-docs): handle scopedElement renames 2021-07-30 08:46:14 +02:00
Thomas Allmer
bffd6db9df fix(remark-extend): support importing of tables 2021-07-28 17:17:19 +02:00
github-actions[bot]
e03f8d2cc3 Version Packages 2021-07-21 14:32:36 +02:00
Thomas Allmer
26b2f4e0e5 feat: add support to use import assertions 2021-07-21 11:04:55 +02:00
github-actions[bot]
648f643153 Version Packages 2021-07-08 12:39:23 +02:00
Thomas Allmer
ea768c932a fix(rocket-preset-extend-lion-docs): handle html stories 2021-07-08 12:37:29 +02:00
github-actions[bot]
8a322836ce Version Packages 2021-06-16 15:04:44 +02:00
Thomas Allmer
c5992d630f fix(extend-lion-docs): support multi line exports 2021-06-16 14:02:32 +02:00