Commit Graph

646 Commits

Author SHA1 Message Date
Nolan Lawson 1cd4b9da68
chore: remove focus-visible polyfill from local dev server (#420) 2024-04-13 09:04:55 -07:00
Nolan Lawson 028f4dc8ed
test: add test to ensure that node is defined (#419) 2024-04-12 19:05:34 -07:00
Nolan Lawson 3d84cf384e 1.21.3 2024-04-09 07:12:08 -07:00
Éric Le Maître e52867681a
fix: improved French translations (#417) 2024-04-09 07:10:03 -07:00
dependabot[bot] 9211adedfa
chore(deps-dev): bump vite from 5.2.4 to 5.2.8 (#416)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.4 to 5.2.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.8/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 06:34:10 -07:00
dependabot[bot] 320414bcb7
chore(deps-dev): bump express from 4.19.1 to 4.19.2 (#415)
Bumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  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-03-29 17:13:08 -07:00
Nolan Lawson 6a0f4a25ad
chore: remove references to yarn in docs (#414) 2024-03-23 10:52:06 -07:00
Nolan Lawson 6456dbf8a4
chore: switch from yarn to pnpm (#413) 2024-03-23 10:45:43 -07:00
Nolan Lawson c067cbab29 1.21.2 2024-03-21 19:02:47 -07:00
Nolan Lawson 1ae4e30e91
chore: update dependencies (#412) 2024-03-21 19:00:57 -07:00
Nolan Lawson ce950ff740
fix: avoid HTML comments, simplify replacement logic (#409) 2024-03-21 18:43:12 -07:00
Nolan Lawson ff88212004
chore: update node version in CI (#411) 2024-03-17 19:00:14 -07:00
Nolan Lawson 2a57ba18e8
test: centralize fetch mocks in one place (#408) 2024-03-10 20:13:46 -07:00
Nolan Lawson 55872ba996
fix: minor refactor to reduce code size (#406) 2024-03-09 15:40:36 -08:00
Nolan Lawson 15bca2197f
chore: update dependencies (#405) 2024-03-09 13:42:46 -08:00
Nolan Lawson cc1f64d23e
chore: switch from jest to vitest (#404) 2024-03-09 13:21:00 -08:00
Nolan Lawson 7365322a5f
chore: update devDeps (#402) 2024-03-02 10:41:38 -08:00
Nolan Lawson ddb6aa3a9d 1.21.1 2024-02-17 09:12:25 -08:00
Nolan Lawson 19331c6be6
fix: avoid calling getRootNode (#399) 2024-02-17 09:11:14 -08:00
Nolan Lawson d0e94c7194
chore: update dependencies (#400) 2024-02-17 09:11:02 -08:00
Nolan Lawson 82b1f7fabc
docs: add docs on usage in meta-frameworks (#394) 2023-12-20 08:18:24 -08:00
Nolan Lawson 20190f9f8b 1.21.0 2023-12-17 12:30:12 -08:00
Nolan Lawson 56992858c0
perf: replace Svelte with vanilla JS (#381) 2023-12-17 12:28:46 -08:00
Nolan Lawson 750e8493e3
perf: run all benchmark tests locally (#391) 2023-12-11 20:57:15 -08:00
Nolan Lawson 8a4e4d6586
perf: wait for initial load in benchmarks (#390) 2023-12-10 21:28:25 -08:00
Nolan Lawson 6eb3089dc6
perf: add more benchmarks (#389) 2023-12-10 21:05:37 -08:00
Nolan Lawson f6ccc990f5
test: use better test name (#388) 2023-12-10 10:18:41 -08:00
Nolan Lawson 1ddd0b2a4e
chore: update deps (#387) 2023-12-09 19:22:20 -08:00
Nolan Lawson dea65c750d 1.20.1 2023-12-03 16:12:17 -08:00
Nolan Lawson baf29084c1
fix: use correct "red heart" in default favorites (#385) 2023-12-03 16:11:51 -08:00
Nolan Lawson 11c412b9ef 1.20.0 2023-12-03 16:03:40 -08:00
Nolan Lawson 2bf5aff010
feat: add support for emoji v15.1 (#383) 2023-12-03 16:02:57 -08:00
dependabot[bot] f9bd65400f
chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#382)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 21:32:43 -08:00
Nolan Lawson 45e56ef829 1.19.2 2023-11-24 09:17:57 -08:00
Nolan Lawson 77e6e35bd5
fix: avoid newer JS syntax to support old Safari (#380) 2023-11-24 09:17:13 -08:00
Nolan Lawson 497681f211 1.19.1 2023-11-11 16:15:09 -08:00
Nolan Lawson 140574ed18
fix: fix sourcemap in svelte.js (#377) 2023-11-11 16:14:45 -08:00
Nolan Lawson e35583cbe9
chore: fix npm package warning (#375) 2023-11-11 09:17:59 -08:00
Nolan Lawson 13ad287703 1.19.0 2023-11-11 09:11:50 -08:00
Nolan Lawson 3a1fc1fad4
chore: fix storage tests in webkit (#374) 2023-11-11 09:10:46 -08:00
Nolan Lawson 9c5fdf8503
chore: update dependencies (#373) 2023-11-11 09:06:31 -08:00
Nolan Lawson e5fde551fe
feat: upgrade to svelte 4 (#372) 2023-11-11 08:12:20 -08:00
dependabot[bot] 6ce65d7648
chore(deps): bump @babel/traverse from 7.23.0 to 7.23.2 (#370)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 19:36:08 -07:00
Nolan Lawson 7d8f2366be 1.18.4 2023-10-08 13:12:07 -07:00
Nolan Lawson bd2004b25d
fix: put annotation in title/aria-label (#369)
Fixes #366
2023-10-08 13:11:12 -07:00
Nolan Lawson 0524c1d279
chore: update breaking deps (#368) 2023-10-07 12:55:20 -07:00
Nolan Lawson 8b242ce890
chore: update non-breaking deps (#367) 2023-10-07 12:42:28 -07:00
dependabot[bot] 9f25d504eb
chore(deps): bump systeminformation from 5.17.3 to 5.21.8 (#365)
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.17.3 to 5.21.8.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.17.3...v5.21.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 07:08:37 -07:00
dependabot[bot] bfec30a771
chore(deps): bump @adobe/css-tools from 4.0.2 to 4.3.1 (#364)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.2 to 4.3.1.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 17:07:41 -07:00
dependabot[bot] 615305d721
chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#362)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 20:22:47 -07:00