Commit graph

105 commits

Author SHA1 Message Date
Thijs Louisse
9d912f6618 chore: apply types-correct in ui pkg 2022-11-23 16:14:18 +01:00
Thijs Louisse
618b2fc9b3 chore: recheck task for types after build correction 2022-11-23 15:19:58 +01:00
Thijs Louisse
698a94e806 chore: fix LitElement imports in TS build output 2022-11-23 15:19:58 +01:00
Thijs Louisse
df0d22803c chore: add changeset to pkg.json scripts (so npm users don't have to use npx) 2022-11-17 12:08:12 +01:00
Thomas Allmer
c1982965c3 feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00
Thomas Allmer
c9e060fc21 feat: move all web pkgs into a single npm pkg @lion/ui 2022-10-31 11:15:03 +01:00
Thomas Allmer
fab6b57b82 feat: move repo to npm workspaces 2022-10-20 10:20:12 +02:00
dependabot[bot]
cc1c5bc4a6 chore(deps-dev): bump mermaid from 8.13.8 to 9.1.2
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.13.8 to 9.1.2.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.13.8...9.1.2)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 19:00:22 +02:00
Thijs Louisse
24b205837e chore: update package for @changeset/cli 2022-04-06 13:35:18 +02:00
Thomas Allmer
e913489344 chore: portal needs scoped registry polyfill 2022-04-05 17:27:21 +02:00
dependabot[bot]
a6cee8e004 chore(deps-dev): bump minimist from 1.2.5 to 1.2.6
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: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 17:19:27 +02:00
Thijs Louisse
420ab0bc45 chore: increase bundlesize limit 2022-03-22 11:01:03 +01:00
Thijs Louisse
1ae8f16ab7 chore: add @yarnpkg/lockfile dependency 2022-03-16 16:26:07 +01:00
Ahmet Yesil
1df3a564f2 chore: update playwright, make test suite work 2022-03-16 12:08:16 +01:00
jorenbroekema
41caea7408 chore: lint-versions to do semver satisfy check 2022-03-01 14:16:29 +01:00
dependabot[bot]
cc281b505a
chore(deps-dev): bump mermaid from 8.11.0 to 8.13.8 (#1591)
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.11.0 to 8.13.8.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/docs/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.11.0...8.13.8)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-23 18:31:08 +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
jorenbroekema
bbb83f48bf feat: remove fixed versions @lion 2022-02-07 17:24:31 +01:00
gvangeest
5bacca73a5 chore: upgrade custom-elements-manifest/analyzer version 2022-02-02 14:59:07 +01:00
dependabot[bot]
109c9d4903
chore(deps-dev): bump mermaid from 8.10.1 to 8.11.0
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.10.1 to 8.11.0.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/docs/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.10.1...8.11.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-22 09:14:35 +00:00
gvangeest
33ce4f3aa0 chore: update eslint version 2021-12-21 15:45:49 +01:00
Thomas Allmer
eea05a5175 chore: remove eclint as it is no longer maintained 2021-11-30 15:29:15 +01:00
Thomas Allmer
3bd6d3fd09 chore: fix search by updating dependency 2021-11-18 12:52:35 +01:00
Thijs Louisse
756afd8147 fix: update mock-fs for Node >= 16 compatibility 2021-11-15 11:06:44 +01:00
Thomas Allmer
47f7caf1ad chore: improve security 2021-11-11 14:21:13 +01:00
Abdón Rodríguez Davila
a2c66cd94d feat: update to Lit v2.0.2 2021-11-11 10:02:46 +01:00
jorenbroekema
9b81b69e58 feat(core): export latest added lit directives 2021-11-09 15:15:10 +01: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
Thomas Allmer
9ac77d2786 chore: remove commitlint 2021-07-05 10:14:17 +02:00
Thomas Allmer
62eb21e6d0 chore(switch): update docs to use overview, use cases, reference 2021-07-05 09:38:21 +02:00
Joren Broekema
0c6e8c2329 chore: update husky 2021-06-17 13:46:50 +02:00
gerjanvangeest
d996ac3907
Merge pull request #1386 from ing-bank/feat/buttonA11yAndRestructure
feat(button): fix axe recommendation + restructure hierarchy
2021-05-31 16:07:39 +02:00
Thomas Allmer
0ca860315b feat(rocket-preset-extend-lion-docs): initial release 2021-05-31 12:55:43 +02:00
Thijs Louisse
57b2fb9ff8 feat(button): split off separate buttons for reset & submit
Co-authored-by: Gerjan van Geest <Gerjan.van.Geest@ing.com>
2021-05-27 09:00:10 +02:00
Konstantinos Norgias
9fe2fd699b chore: update dependencies
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
Co-authored-by: Thomas Allmer <Thomas.Allmer@ing.com>
2021-05-20 12:12:59 +02:00
Konstantinos Norgias
cc30c6c854 chore: remove green border & update rocket/search 2021-04-26 16:21:42 +02:00
Konstantinos Norgias
02e4f2cb8e feat: add simulator to docs 2021-04-21 10:44:21 +02:00
Thomas Allmer
82722168f1 chore: adjustments for building/deploying website 2021-03-15 15:22:37 +01:00
Thomas Allmer
5db622e9da feat: as BREAKING CHANGE add exports & convert to static docs page 2021-03-15 15:22:37 +01:00
Joren Broekema
6b91c92d67 fix: update dependencies, fix tests, dont use .prototype 2021-02-25 10:09:06 +01:00
qa46hx
8fdfe37a3c chore: update to latest eslint 2021-02-25 09:40:14 +01:00
thepassle
12b3fa116d chore: update CEM version, add litelement flag 2021-02-17 14:12:57 +01:00
Joren Broekema
efc743fe6a chore: run custom-elements-manifest in postinstall and prepublish 2021-02-16 10:11:19 +01:00
Joren Broekema
ab8ac34384 chore: add custom-elements-manifest to dev deps, add script 2021-02-15 18:20:21 +01:00
Jorge del Casar
98f1bb7e1c fix: normalize dependencies
Co-authored-by: jorenbroekema <Joren.Broekema@ing.com>
2021-01-06 10:53:38 +01:00
Joren Broekema
1f62ed8b74 feat: upgrade to popper 2
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-01-05 14:18:21 +01:00
Joren Broekema
f5bf040a3c chore: rename tools folder to packages-node and revert singleton-manager 2020-12-16 14:10:42 +01:00
Joren Broekema
f29bf523c1 chore: move tools to tools folder 2020-12-16 13:25:07 +01:00
jorenbroekema
2e95029b0a fix: update typescript to latest 3 and fix errors 2020-11-09 13:09:23 +01:00
Joren Broekema
2319dbf60b chore: update husky 2020-11-05 13:13:04 +01:00