Conduitry
06553d9b09
-> v3.59.2
2023-06-20 12:33:27 -04:00
Conduitry
64b8c8b33c
-> v3.59.1
2023-05-08 09:58:26 -04:00
Conduitry
4537eb77bb
-> v3.59.0
2023-05-05 10:06:22 -04:00
Ben McCann
def1890f4f
chore: bump @jridgewell/sourcemap-codec ( #8458 )
2023-04-11 11:25:53 +02:00
Conduitry
cfe26d8d6c
-> v3.58.0
2023-03-30 13:04:33 -04:00
Conduitry
952f8c566f
-> v3.57.0
2023-03-15 13:38:01 -04:00
Conduitry
e2fe8ab469
-> v3.56.0
2023-03-09 19:31:19 -05:00
Ben McCann
f9efb4d992
chore: upgrade aria-query ( #8353 )
2023-03-08 12:56:24 -05:00
Ben McCann
757a81ac6d
chore: upgrade dependencies ( #8352 )
2023-03-08 17:50:11 +01:00
Ben McCann
c6d6a73b9d
chore: upgrade rollup plugins ( #8350 )
2023-03-04 15:18:55 +08:00
Ben McCann
b336b16204
chore: upgrade to code-red 1.0 ( #8349 )
2023-03-04 15:18:25 +08:00
Ben McCann
5b2fa1f247
chore: upgrade magic-string ( #8339 )
...
- overwrite -> update
- update comments
2023-03-02 20:10:12 +01:00
Ben McCann
ca531519a8
chore: switch to @jridgewell/sourcemap-codec ( #8321 )
2023-02-24 15:50:22 -08:00
Conduitry
3b3e1c839c
-> v3.55.1
2023-01-10 12:17:09 -05:00
Conduitry
3ba0e30416
-> v3.55.0
2022-12-13 09:04:08 -05:00
Simon H
512eda7a84
[feat] add html typings ( #7649 )
...
This adds typings for HTML elements and their attributes. It's supposed to be used by the new transformation in language-tools.
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
2022-12-11 21:45:11 +01:00
Conduitry
aa5a1cdf1a
-> v3.54.0
2022-12-06 14:25:16 -05:00
Simon He
e44762aa2d
[chore] add ESLint Caching ( #8069 )
...
see: https://eslint.org/docs/latest/user-guide/command-line-interface#caching
2022-12-03 15:54:32 +09:00
Conduitry
91f8764145
-> v3.53.1
2022-11-10 09:15:07 -05:00
Simon H
e48fa4ac29
[fix] util polyfill to make compiler self-contained ( #8014 )
...
this is needed for running the Svelte compiler in the browser
Fixes #8010
2022-11-10 09:10:40 -05:00
gtmnayan
ea219f4ed8
[chore] patch bump tslib ( #8015 )
...
closes #8013
ref: microsoft/tslib#160
2022-11-10 12:54:25 +01:00
Conduitry
b2d36075ae
-> v3.53.0
2022-11-09 16:51:48 -05:00
Ben McCann
92f02669cf
[chore] upgrade dependencies ( #7982 )
2022-11-09 10:22:25 -08:00
Sid
8921c04a21
[chore] Upgrade css-tree version to 2.1.0 ( #7572 )
...
* chore: upgrade to css-tree major version
* fix: handle whitespace token for new ast
* fix: css syntax error
* remove @types/css-tree
* import css-tree/parser instead of file path import
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2022-10-16 16:58:34 +08:00
Conduitry
ef849217c4
-> v3.52.0
2022-10-15 09:57:24 -04:00
Tan Li Hau
244d74d4a7
[feat] pre-build before testing in CI ( #7933 )
2022-10-14 05:08:25 -07:00
Conduitry
6ac7038e47
-> v3.51.0
2022-10-10 13:15:45 -04:00
Conduitry
24aff3032d
-> v3.50.1
2022-09-08 16:52:21 -04:00
Conduitry
46990652c0
-> v3.50.0
2022-09-02 08:12:22 -04:00
Bjorn Lu
9ad416be94
[chore] upgrade source-map ( #7729 )
...
Fixes #7728
2022-07-27 10:56:37 +02:00
Anthony Le Goas
b517df14e4
[feat] check noninteractive roles on interactive elements ( #5955 )
...
* check noninteractive roles on interactive elements
* refactor to match the eslint-plugin-jsx-a11y implementation
* update test case
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2022-07-17 17:27:35 +08:00
Mel
1d19aebe38
a11y: Add role-has-required-aria-props rule ( #5852 )
...
* Check required props for ARIA roles
* Test required ARIA props check
* Properly indent with tabs in test
* swtich to use aria-query
* fix validation test
* update docs
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2022-07-11 02:23:41 +08:00
Conduitry
52153dbce0
-> v3.49.0
2022-07-07 12:43:08 -04:00
Simon H
6f57571507
[feat] add convenience types ComponentType and ComponentProps ( #6770 )
...
ComponentType eases typing "this is a variable that expects a Svelte component constructor (of a certain shape)". Removes the need for SvelteComponentTyped to be an extra type so it can be deprecated in v4 and removed in v5, and SvelteComponent(Dev) can receive the same generic typings as SvelteComponetTyped in v4.
ComponentProps eases typing "give me the props this component expects". Closes #7584
Co-authored-by: Simon Holthausen <simon.holthausen@accso.de>
Co-authored-by: Hofer Ivan <ivan.hofer@outlook.com>
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
2022-07-01 14:48:10 +02:00
Yuichiro Yamashita
9635a2e413
[chore] remove nyc stuff ( #7601 )
...
It appears that forgot to remove config related to nyc in this commit.
f1ca1cc098
2022-06-12 16:37:49 +02:00
Ben McCann
34eb6efedc
[chore] upgrade to eslint 8 ( #7506 )
2022-05-06 11:52:22 -04:00
Conduitry
6c0b4d1651
-> v3.48.0
2022-04-30 14:38:56 -04:00
Conduitry
467ba0a920
-> v3.47.0
2022-04-08 14:24:31 -04:00
Conduitry
2041ab6fe8
-> v3.46.6
2022-03-31 10:15:06 -04:00
GHOST
b04c4a201f
[fix] include action in pkg.files ( #7407 )
2022-03-31 10:13:11 -04:00
Conduitry
468ed37650
-> v3.46.5
2022-03-30 11:03:55 -04:00
Eliaz Bobadilla
0eee98a50a
[docs] Update package.json to link to homepage ( #7374 )
2022-03-21 18:33:14 +01:00
Ignatius Bagus
78131b9f98
[feat] TS interfaces for typing actions ( #7121 )
...
Fixes #6538
2022-02-26 19:37:12 +01:00
Conduitry
eb6fb66f19
-> v3.46.4
2022-02-03 12:59:55 -05:00
Simon H
be3d82733f
[fix] prevent maximum call stack size exceeded error on large pages ( #7203 )
...
Co-authored-by: milahu <milahu@gmail.com>
Co-authored-by: Simon <simon.holthausen@accso.de>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2022-01-31 14:23:44 -08:00
Conduitry
68dd118de0
[chore] remove codecov material ( #7190 )
2022-01-26 13:27:55 -05:00
Conduitry
883dfecb3c
-> v3.46.3
2022-01-26 10:18:42 -05:00
Conduitry
e4a3a875f3
-> v3.46.2
2022-01-14 18:44:07 -05:00
Conduitry
0b369f122b
-> v3.46.1
2022-01-12 15:15:16 -05:00
Conduitry
4d1d1861eb
-> v3.46.0
2022-01-11 17:11:09 -05:00