Commit graph

2177 commits

Author SHA1 Message Date
metonym
1c64f4717d chore: add script to test generated types 2024-11-09 14:46:39 -08:00
metonym
6fbd8ae6a9 fix(types): use type alias instead of interface for $$restProps 2024-11-09 14:41:28 -08:00
Eric Liu
57e99f3a4c chore(deps-dev): upgrade sveld to 0.21.0 2024-11-09 14:41:28 -08:00
Eric Liu
d8b936dc0b v0.85.4 2024-11-09 14:36:21 -08:00
Eric Liu
37c8100d52 ci: add script to prune package.json for release 2024-11-09 14:30:39 -08:00
Eric Liu
b54fda9457 ci: rename ci.yml 2024-11-09 14:30:39 -08:00
Eric Liu
02d1a8b692 build(scripts): use node: prefix 2024-11-09 14:30:39 -08:00
Eric Liu
9ebf6963e0 docs(multi-select): improvements [ci skip] 2024-11-09 14:02:40 -08:00
Eric Liu
58e4655bad chore(examples): bump deps 2024-11-09 11:29:53 -08:00
Eric Liu
7923515279 chore(docs): add meta description 2024-11-09 11:26:59 -08:00
Eric Liu
da2d28a426 chore(docs): bump deps 2024-11-09 11:26:43 -08:00
Eric Liu
f25a23dd26 test: fix type errors 2024-11-09 10:07:46 -08:00
Eric Liu
f69b2f15b5 test: use carbon-components-svelte for type imports 2024-11-09 10:07:46 -08:00
Eric Liu
31efd1fa1a build: use compilerOptions.paths to alias types 2024-11-09 10:07:46 -08:00
Eric Liu
cec7ef00cf build: enforce noUnusedLocals and noUnusedParameters 2024-11-09 10:07:46 -08:00
Eric Liu
79ec465dbd chore(deps-dev): upgrade svelte-check 2024-11-09 10:07:46 -08:00
metonym
ac38e9d353 docs: support CTRL+K to trigger docs search 2024-11-08 09:50:52 -08:00
Eric Liu
c93be373ea style(docs): use autoWidth for <Tabs /> 2024-11-03 14:11:57 -08:00
Eric Liu
5be3da2722 docs: add Bun install command 2024-11-03 14:11:57 -08:00
Eric Liu
61eeb37a74 docs: replace yarn with npm as default 2024-11-03 14:11:57 -08:00
Eric Liu
67673d5161 docs: drop -D flag from install commands 2024-11-03 14:11:57 -08:00
Eric Liu
951d686042
fix(types): delete extraneous icons/Search.svelte.d.ts (#2025) 2024-10-25 16:27:19 -07:00
metonym
a324ea7ae9 build(tsconfig): use verbatimModuleSyntax 2024-10-25 15:53:36 -07:00
metonym
070a02127f chore(deps-dev): upgrade typescript 4.7.4 --> 5.6.3 2024-10-25 15:53:36 -07:00
Eric Liu
44daa775d5
fix(data-table): fix DataTableValue type reference in DataTable (#2023) 2024-10-25 15:49:35 -07:00
metonym
3167e449fd fix(types): fix types for on:paste event 2024-10-25 15:40:59 -07:00
metonym
e8237b2575 chore(deps-dev): patch sveld 0.20.2 --> 0.20.3 2024-10-25 15:40:59 -07:00
Eric Liu
58e6021b08
fix(toolbar-search): fix types for on:clear (#2022) 2024-10-25 15:38:31 -07:00
Eric Liu
0831e87135
fix(combo-box): fix types for on:clear (#2020) 2024-10-25 15:36:43 -07:00
Eric Liu
49b5def815
fix(theme): Theme correctly imports toggle, select props (#2019)
Fixes #2018
2024-10-25 14:56:59 -07:00
metonym
fc44ef42cd v0.85.3 2024-10-25 10:51:04 -07:00
Eric Liu
f86f593159
docs: update number of carbon-icons-svelte to 2,400+ (#2017) 2024-10-24 13:38:14 -07:00
Eric Liu
43fccac1c6
fix: address Svelte 5 warnings (#2011)
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
2024-10-24 07:43:10 -07:00
Eric Liu
3511f09b2e chore(docs): bump deps 2024-10-20 11:00:29 -07:00
Eric Liu
72e7201449 chore(docs): run npm audit fix 2024-10-20 10:56:07 -07:00
Eric Liu
cdbe54a9bc chore(examples): bump deps 2024-10-20 10:55:41 -07:00
dependabot[bot]
b1b5f2e87c
build(deps-dev): bump rollup from 4.21.3 to 4.24.0 in /examples/sveltekit (#2009)
build(deps-dev): bump rollup in /examples/sveltekit

Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.3...v4.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-20 10:53:32 -07:00
dependabot[bot]
12b2ff99af
build(deps-dev): bump rollup from 4.21.3 to 4.22.4 in /examples/rollup (#2006)
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.3...v4.22.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-20 10:49:25 -07:00
Eric Liu
4d0f0540a7 chore(audit): patch rollup 2024-10-20 10:49:15 -07:00
Ignacio Becerra
83a8f58f16
chore(telemetry): updated URL (#2008) 2024-10-17 16:55:11 -07:00
Ignacio Becerra
32a0c6c6db
chore(telemetry): update endpoint and README (#2007) 2024-10-16 10:58:34 -07:00
metonym
c3dd705539 chore(examples): bump deps [ci skip] 2024-09-17 13:00:26 -07:00
dependabot[bot]
64debccd08
build(deps-dev): bump vite from 5.4.1 to 5.4.6 in /docs (#2004)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.1 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 12:08:32 -07:00
metonym
a93c760f55 chore: add FUNDING.yml [ci skip] 2024-09-16 10:26:04 -07:00
metonym
45ba276a5a chore(examples): bump deps 2024-09-13 09:16:34 -07:00
metonym
c45c5cd72d chore(docs): patch svelte to 4.2.19 [ci skip] 2024-09-13 09:14:36 -07:00
Eric Liu
05b1095814
chore(deps-dev): upgrade sveld to 0.20.2 (#1999) 2024-09-13 09:13:32 -07:00
dependabot[bot]
2e4286cdad
build(deps-dev): bump svelte from 4.2.18 to 4.2.19 (#1997)
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.18 to 4.2.19.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 19:17:56 -07:00
Eric Liu
4e629ebb77 chore(examples): run npm audit fix 2024-09-02 14:49:09 -07:00
Eric Liu
d90526bd3a chore(docs): rebuild lockfile [ci skip] 2024-08-24 12:59:46 -07:00