0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

724 Commits

Author SHA1 Message Date
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
Conduitry
deed340cf5 -> v3.45.0 2022-01-06 16:08:11 -05:00
Conduitry
fb419d2fda
[fix] code generation with arrow functions and object destructuring assignments (#7110) 2022-01-06 14:27:09 -05:00
Yuichiro Yamashita
966c03a317
[chore] fix test flakiness (#7076) 2022-01-05 10:30:02 -08:00
Conduitry
dc81e14684 -> v3.44.3 2021-12-13 14:34:17 -05:00
Conduitry
03ef0e46e9 -> v3.44.2 2021-11-19 07:20:36 -05:00
Simon H
eaa9ffa330
[fix] add types field to exports (#6937)
This will be needed when TS adds the new node module resolution algorithm. It also solves https://github.com/microsoft/TypeScript/issues/46860 on our end.

Closes #6939
2021-11-19 09:29:20 +01:00
bf-software
4d4f959f16
added "browser" conditional to "exports" in package.json (#6881) 2021-11-04 08:12:55 -07:00
Conduitry
4e004ee073 -> v3.44.1 2021-11-01 09:59:26 -04:00
Conduitry
73bc28b76f
[chore] update code-red (#6889) 2021-11-01 09:55:10 -04:00
Conduitry
e055570765 -> v3.44.0 2021-10-17 13:07:27 -04:00
Conduitry
3f11232d24 -> v3.43.2 2021-10-12 16:16:44 -04:00
Yuichiro Yamashita
a5968dd2d0
[chore] adjust @typescript-eslint/no-unused-vars lint config (#6798) 2021-10-07 16:41:28 -04:00
Ben McCann
fffe8c16b7
[fix] downgrade Mocha and Puppeteer for Node 8 support (#6803) 2021-10-03 10:00:44 -07:00
Ben McCann
dbea970486 [chore] upgrade test libraries 2021-10-03 09:12:14 -07:00
Conduitry
33deaaa4c4 -> v3.43.1 2021-09-30 08:27:19 -04:00
Ben McCann
dbbac2837e
[chore] upgrade eslint packages (#6769) 2021-09-25 08:46:28 -07:00
Conduitry
66b2385c31 -> v3.43.0 2021-09-22 16:41:31 -04:00
Bjorn Lu
d9b0752d0d
[feat] export ./ssr as . in Node (#6743) 2021-09-22 15:37:45 -04:00
Conduitry
dad0284771 -> v3.42.6 2021-09-15 16:29:56 -04:00
Conduitry
e34195d60d -> v3.42.5 2021-09-10 12:15:20 -04:00
Conduitry
3c5cea114c -> v3.42.4 2021-08-27 15:33:04 -04:00
Conduitry
c09018271f -> v3.42.3 2021-08-24 10:30:28 -04:00
Conduitry
edf8844ae6 -> v3.42.2 2021-08-20 12:34:18 -04:00
Conduitry
03f1614019 -> v3.42.1 2021-08-04 14:21:01 -04:00
Conduitry
c25789a25e -> v3.42.0 2021-08-04 12:25:16 -04:00
Conduitry
ff6ce725bf -> v3.41.0 2021-07-27 10:01:49 -04:00
Conduitry
5cb4101fe6 -> v3.40.3 2021-07-26 14:17:01 -04:00
Conduitry
3b97329b82 -> v3.40.2 2021-07-23 15:02:06 -04:00
Conduitry
ab825ed2eb -> v3.40.1 2021-07-22 11:01:20 -04:00
Conduitry
aaa543a070 -> v3.40.0 2021-07-21 16:39:15 -04:00
Conduitry
b2a082a48f -> v3.39.0 2021-07-21 10:31:11 -04:00
Tan Li Hau
cb189ad0ec
[chore] update code-red, estree-walker, is-reference (#6551)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2021-07-20 22:33:02 -07:00
Ben McCann
f6a9804275
Upgrade Periscopic (#6549) 2021-07-20 18:31:55 -07:00
Tan Li Hau
ebaa891e69
[chore] update code-red@0.2.0 (#6425)
Co-authored-by: Conduitry <git@chor.date>
2021-07-10 06:15:44 -07:00
Dominik G
b06474eb49
fix: add ssr.* to package files so that the exports added in #6416 work (#6483) 2021-07-03 16:18:01 -07:00
Tan Li Hau
98ddf8b588
update periscopic (#6471) 2021-06-29 10:44:54 -04:00
Tan Li Hau
e7af4d7706
expose svelte/ssr which have noop for lifecycle events (#6416) 2021-06-29 10:17:16 +08:00
Conduitry
716d54571e -> v3.38.3 2021-06-22 11:12:18 -04:00
Conduitry
5975b2dbd2 -> v3.38.2 2021-05-03 16:38:14 -04:00
Conduitry
166a61aa26 -> v3.38.1 2021-05-01 11:10:09 -04:00
Conduitry
b3a642c3d3 -> v3.38.0 2021-04-30 12:32:24 -04:00
Ben McCann
f322e3fba4
Upgrade version of jsdom used in tests (#6202) 2021-04-19 12:18:05 -07:00
Conduitry
26d006591d -> v3.37.0 2021-03-31 12:14:28 -04:00
Conduitry
ed01d16a8e -> v3.36.0 2021-03-29 22:57:06 -04:00
Conduitry
c56653dfd6 -> v3.35.0 2021-03-01 16:18:45 -05:00
Rich Harris
f792c14492 -> v3.34.0 2021-02-25 18:08:50 -05:00
Conduitry
5c8807e523 -> v3.33.0 2021-02-25 07:38:35 -05:00
Conduitry
9a9b934a08
work around publishing issue with npm v7 (#5983) 2021-02-17 16:07:26 -05:00
Conduitry
d3f3ea38d0 -> v3.32.3 2021-02-10 22:02:27 -05:00
Conduitry
160a4eccd1 -> v3.32.2 2021-02-08 14:28:02 -05:00
Tan Li Hau
8867bc31c2
update css-tree@^1.1.2 (#5958) 2021-02-08 12:05:39 -05:00
Conduitry
df191385f5 -> v3.32.1 2021-01-29 15:06:30 -05:00
Conduitry
290746cfbd -> v3.32.0 2021-01-25 17:52:53 -05:00
Conduitry
c758028cde -> v3.31.2 2021-01-04 16:53:01 -05:00
Conduitry
60ac0a4174 -> v3.31.1 2021-01-01 21:01:05 -05:00
Ben McCann
91376d285e
Bump TypeScript version (#5758) 2020-12-14 15:49:55 -08:00
Ben McCann
391455c58e
Upgrade eslint (#5747) 2020-12-07 08:39:40 -08:00
Conduitry
e02c291050 -> v3.31.0 2020-12-02 15:55:14 -05:00
Conduitry
cf23eb08c2 -> v3.30.1 2020-11-30 16:21:31 -05:00
Conduitry
505eba84b9 -> v3.30.0 2020-11-24 17:49:20 -05:00
halfnelson
dcfbd69516
Preprocessor sourcemap support (#5584)
Co-authored-by: Milan Hauth <milahu@gmail.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2020-11-19 10:38:41 -08:00
Conduitry
4524566fda -> v3.29.7 2020-11-10 10:53:12 -05:00
Fraser Darwent
e5124e4045
add register to exports map (#5671) 2020-11-10 10:52:02 -05:00
Conduitry
ed4288fe43 -> v3.29.6 2020-11-09 11:53:32 -05:00
Ben McCann
627aae8c5c
Add package.json to exports map (#5660) 2020-11-09 11:52:51 -05:00
Conduitry
fdd750db21 Revert "fix package when publishing with npm@7"
This reverts commit e2fa0e0fdb.
2020-11-09 11:47:35 -05:00
Conduitry
b135055c5c -> v3.29.5 2020-11-09 11:20:06 -05:00