21 Commits

Author SHA1 Message Date
452daedea4 Npm audit fix 2026-02-01 14:13:30 -08:00
e8a8df7782 Bump all samples to Typescript 5.9 2025-08-06 23:43:14 -07:00
7e5d971623 Npm audit fix
Running audit fix to fix some eslint related warnings
2025-07-23 14:37:43 -07:00
9fb82e1fb8 Bump package version for audit fixes 2025-03-03 09:59:28 -08:00
774ecdb0ee Bump ts-eslint versions
This fixes a warning about running on an unsupported TypeScript version. Also makes sure we do not lint any `.vscode-test` contents if they are present
2024-11-26 22:59:45 -08:00
8747e64d7a Run audit fix
Runs `npm audit fix` on all samples
2024-11-26 22:23:51 -08:00
73e249b3c1 Migrate all samples to eslint 9
Switches all samples to use eslint 9 with flat configs. I've tried to migrate existing settings as much as possible. However our eslint configs were also inconsistent so I've tried to align these too
2024-10-26 17:44:03 -07:00
8465a39a90 Bump to TS 5.6.2
Also bumps `@types/node` to fix compat issues with new TS lib typings
2024-10-03 11:53:22 -07:00
c3780da9e2 Fix audit warnings
Updates `braces` across all samples with `npm audit fix`
2024-06-27 10:08:14 -07:00
88b8e4af53 Run npm audit fix 2023-12-05 15:15:32 -08:00
01f2f6d736 Npm Audit fixes
Also fixes run-command to not stop if it fails on one sample
2023-04-24 14:34:53 -07:00
8846e74a7c Fix npm audit errors
- npm audit fix
- Manual fixing a few remaining cases
2023-01-30 11:43:23 -08:00
43013770f9 Bug/Typo in JS file: "/product-icon-theme-sample/build/updateFont.js" @Line #33 (Fixes #650) 2022-06-14 15:55:13 -07:00
f7f5bee0e5 Update to TS 4.7 2022-05-24 15:04:19 -07:00
480841532f Add missing samples and bump them to TS 4.6.3
Also removes yarn files since we use npm for these samples
2022-04-13 15:18:26 -07:00
3cac1b77ef Bump lodash from 4.17.15 to 4.17.21 in /product-icon-theme-sample
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 18:35:39 +00:00
68962383d2 update font generator in product-icon-theme-sample 2021-07-09 09:47:05 +02:00
93848cfa8d update product theme 2020-12-01 00:31:42 +01:00
8f289726b8 product icon sample: add script to generate the font from svg files. Fixes #303 2020-05-13 17:19:59 +02:00
76526d83e6 update readme, add product icon theme sample 2020-05-04 21:45:49 +02:00
cecaf330a7 product icon theme sample 2020-05-04 21:35:51 +02:00