Skip to content

Commit dcfc10c

Browse files
authored
Merge pull request #1664 from nubolab-ffwd/renovate/svelte-5.x
chore(deps): update dependency svelte to v5.43.12
2 parents 65ef89e + e598b77 commit dcfc10c

File tree

13 files changed

+461
-80
lines changed

13 files changed

+461
-80
lines changed

docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"rehype-wrap-all": "1.1.0",
4141
"semver": "7.7.3",
4242
"shiki": "3.15.0",
43-
"svelte": "5.39.6",
43+
"svelte": "5.43.12",
4444
"svelte-check": "4.3.3",
4545
"svelte-fluent-examples": "workspace:^",
4646
"svelte2tsx": "0.7.45",

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"postcss": "8.5.6",
2222
"postcss-load-config": "6.0.1",
2323
"postcss-preset-env": "10.4.0",
24-
"svelte": "5.39.6",
24+
"svelte": "5.43.12",
2525
"svelte-check": "4.3.3",
2626
"svelte2tsx": "0.7.45",
2727
"tslib": "2.8.1",

packages/svelte-fluent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"postcss-preset-env": "10.4.0",
4141
"publint": "0.3.15",
4242
"semver": "7.7.3",
43-
"svelte": "5.39.6",
43+
"svelte": "5.43.12",
4444
"svelte-check": "4.3.3",
4545
"svelte2tsx": "0.7.45",
4646
"tslib": "2.8.1",

pnpm-lock.yaml

Lines changed: 66 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testsuite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postcss-load-config": "6.0.1",
2727
"postcss-preset-env": "10.4.0",
2828
"semver": "7.7.3",
29-
"svelte": "5.39.6",
29+
"svelte": "5.43.12",
3030
"svelte-check": "4.3.3",
3131
"svelte-fluent-examples": "workspace:^",
3232
"svelte2tsx": "0.7.45",
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2+
3+
exports[`Case test empty-pattern-with-attributes/Test.svelte > should render 1`] = `
4+
<div>
5+
<!---->
6+
<!---->
7+
Some text
8+
9+
10+
11+
</div>
12+
`;
13+
14+
exports[`Case test localize-store/Test.svelte > should render 1`] = `
15+
<div>
16+
<div
17+
id="plain"
18+
>
19+
Test
20+
Attribute
21+
</div>
22+
23+
<div
24+
id="with-vars"
25+
>
26+
Test ⁨with variables⁩
27+
Attribute ⁨with variables⁩
28+
</div>
29+
30+
</div>
31+
`;
32+
33+
exports[`Case test overlay-rendering/Test.svelte > should render 1`] = `
34+
<div>
35+
<svelte-fluent-overlay
36+
style="display: contents;"
37+
>
38+
This
39+
<a
40+
data-l10n-name="link"
41+
href="https://example.com/"
42+
>
43+
link
44+
</a>
45+
is rendered with Overlay.
46+
</svelte-fluent-overlay>
47+
48+
</div>
49+
`;
50+
51+
exports[`Case test readme-example/Test.svelte > should render 1`] = `
52+
<div>
53+
<strong>
54+
<!---->
55+
Hello, ⁨Anna⁩!
56+
57+
<!---->
58+
</strong>
59+
60+
<p>
61+
<!---->
62+
⁨Anna⁩ ⁨added ⁨3⁩ new photos⁩ to ⁨her stream⁩.
63+
64+
<!---->
65+
</p>
66+
67+
</div>
68+
`;
Lines changed: 291 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,291 @@
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2+
3+
exports[`Example frontpage/App.svelte > should render 1`] = `
4+
<div>
5+
<strong>
6+
<!---->
7+
Hello, ⁨Anna⁩!
8+
9+
<!---->
10+
</strong>
11+
12+
<p>
13+
<!---->
14+
⁨Anna⁩ ⁨added ⁨3⁩ new photos⁩ to ⁨her stream⁩.
15+
16+
<!---->
17+
</p>
18+
19+
</div>
20+
`;
21+
22+
exports[`Example localize/attributes/App.svelte > should render 1`] = `
23+
<div>
24+
<button>
25+
Show prompt
26+
</button>
27+
28+
</div>
29+
`;
30+
31+
exports[`Example localize/dynamic-text/App.svelte > should render 1`] = `
32+
<div>
33+
<button>
34+
Say hello
35+
</button>
36+
37+
</div>
38+
`;
39+
40+
exports[`Example localize/static-text/App.svelte > should render 1`] = `
41+
<div>
42+
<button>
43+
Say hello
44+
</button>
45+
46+
</div>
47+
`;
48+
49+
exports[`Example localized/attributes/App.svelte > should render 1`] = `
50+
<div>
51+
<!---->
52+
<!---->
53+
<div>
54+
Please confirm the action.
55+
</div>
56+
57+
<div>
58+
<button>
59+
Ok
60+
</button>
61+
62+
<button>
63+
Cancel
64+
</button>
65+
</div>
66+
67+
68+
69+
</div>
70+
`;
71+
72+
exports[`Example localized/attributes-with-variables/App.svelte > should render 1`] = `
73+
<div>
74+
<!---->
75+
<!---->
76+
<div>
77+
Please confirm the action for ⁨20⁩ items.
78+
</div>
79+
80+
<div>
81+
<button>
82+
Yes, perform action for ⁨20⁩ items
83+
</button>
84+
85+
<button>
86+
Cancel
87+
</button>
88+
</div>
89+
90+
91+
92+
</div>
93+
`;
94+
95+
exports[`Example localized/dynamic-text/App.svelte > should render 1`] = `
96+
<div>
97+
<!---->
98+
You have ⁨10⁩ unread emails.
99+
100+
101+
</div>
102+
`;
103+
104+
exports[`Example localized/static-text/App.svelte > should render 1`] = `
105+
<div>
106+
<!---->
107+
Hello, world!
108+
109+
110+
</div>
111+
`;
112+
113+
exports[`Example localized-legacy/attributes/App.svelte > should render 1`] = `
114+
<div>
115+
<!---->
116+
<!---->
117+
<!---->
118+
<div>
119+
Please confirm the action.
120+
</div>
121+
122+
<div>
123+
<button>
124+
Ok
125+
</button>
126+
127+
<button>
128+
Cancel
129+
</button>
130+
</div>
131+
132+
133+
134+
135+
</div>
136+
`;
137+
138+
exports[`Example overlay/dynamic-text/App.svelte > should render 1`] = `
139+
<div>
140+
<svelte-fluent-overlay
141+
style="display: contents;"
142+
>
143+
You can download "⁨Example Product⁩" by clicking
144+
on the
145+
<strong>
146+
Download
147+
</strong>
148+
button or read
149+
the
150+
<a
151+
data-l10n-name="release-notes"
152+
href="https://example.com/"
153+
rel="noreferrer"
154+
target="_blank"
155+
>
156+
release notes
157+
</a>
158+
to learn more.
159+
</svelte-fluent-overlay>
160+
161+
</div>
162+
`;
163+
164+
exports[`Example overlay/static-text/App.svelte > should render 1`] = `
165+
<div>
166+
<svelte-fluent-overlay
167+
style="display: contents;"
168+
>
169+
Read the
170+
<a
171+
data-l10n-name="link"
172+
href="https://example.com/"
173+
>
174+
documentation
175+
</a>
176+
for more information.
177+
</svelte-fluent-overlay>
178+
179+
</div>
180+
`;
181+
182+
exports[`Example provider/App.svelte > should render 1`] = `
183+
<div>
184+
<!---->
185+
<!---->
186+
Hello, world!
187+
188+
189+
190+
</div>
191+
`;
192+
193+
exports[`Example tutorial/attributes/App.svelte > should render 1`] = `
194+
<div>
195+
<!---->
196+
<!---->
197+
<label>
198+
Login
199+
<input
200+
aria-label="Login input value"
201+
placeholder="[email protected]"
202+
title="Type your login email"
203+
type="email"
204+
/>
205+
</label>
206+
207+
208+
209+
</div>
210+
`;
211+
212+
exports[`Example tutorial/first-steps/App.svelte > should render 1`] = `
213+
<div>
214+
<!---->
215+
Hello, world!
216+
217+
218+
</div>
219+
`;
220+
221+
exports[`Example tutorial/interpolation/App.svelte > should render 1`] = `
222+
<div>
223+
<!---->
224+
Hello, ⁨everyone⁩!
225+
226+
227+
</div>
228+
`;
229+
230+
exports[`Example tutorial/interpolation-custom-functions/App.svelte > should render 1`] = `
231+
<div>
232+
<div>
233+
<!---->
234+
Weekday ⁨2⁩ is ⁨Tuesday⁩
235+
236+
<!---->
237+
</div>
238+
239+
<div>
240+
<!---->
241+
Weekday of ⁨2/6/2024⁩ is ⁨Tuesday⁩
242+
243+
<!---->
244+
</div>
245+
246+
</div>
247+
`;
248+
249+
exports[`Example tutorial/interpolation-formatting/App.svelte > should render 1`] = `
250+
<div>
251+
<div>
252+
<!---->
253+
Your DPI ratio is ⁨1.778⁩
254+
255+
<!---->
256+
</div>
257+
258+
<div>
259+
<!---->
260+
Your account balance is ⁨$1,234.56⁩
261+
262+
<!---->
263+
</div>
264+
265+
<div>
266+
<!---->
267+
Today is ⁨September 13, 2022⁩
268+
269+
<!---->
270+
</div>
271+
272+
</div>
273+
`;
274+
275+
exports[`Example tutorial/multi-language/App.svelte > should render 1`] = `
276+
<div>
277+
<!---->
278+
Hello, world!
279+
280+
281+
</div>
282+
`;
283+
284+
exports[`Example tutorial/translation-files/App.svelte > should render 1`] = `
285+
<div>
286+
<!---->
287+
Hello, world!
288+
289+
290+
</div>
291+
`;

0 commit comments

Comments
 (0)