Skip to content

Commit

Permalink
deploy: 4de9bfe
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Oct 1, 2024
1 parent 5f131f2 commit 87c99e9
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 76 deletions.
24 changes: 18 additions & 6 deletions data/feed-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@
"https://davidwalsh.name/feed/rdf"
]
},
{
"url": "https://deezer.io",
"feeds": [
"https://deezer.io/feed"
]
},
{
"url": "https://deno.com",
"feeds": [
Expand Down Expand Up @@ -799,6 +805,12 @@
"https://github.com/expressjs/express/releases.atom"
]
},
{
"url": "https://github.com/chakra-ui/ark",
"feeds": [
"https://github.com/chakra-ui/ark/releases.atom"
]
},
{
"url": "https://github.com/mozilla/pdf.js",
"feeds": [
Expand Down Expand Up @@ -1819,12 +1831,6 @@
"https://github.com/farzher/fuzzysort/releases.atom"
]
},
{
"url": "https://github.com/chakra-ui/ark",
"feeds": [
"https://github.com/chakra-ui/ark/releases.atom"
]
},
{
"url": "https://github.com/andrico1234/the-dilemmas-youll-face?tab=readme-ov-file",
"feeds": [
Expand Down Expand Up @@ -3205,5 +3211,11 @@
"feeds": [
"https://zenn.dev/mizchi/feed"
]
},
{
"url": "https://zenn.dev/yuneco/",
"feeds": [
"https://zenn.dev/yuneco/feed"
]
}
]
4 changes: 3 additions & 1 deletion data/feed-list.opml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<outline text="csswizardry.com" title="csswizardry.com" type="rss" xmlUrl="https://feeds.feedburner.com/csswizardry"/>
<outline text="dagster.io" title="dagster.io" type="rss" xmlUrl="https://dagster.io/rss.xml"/>
<outline text="davidwalsh.name" title="davidwalsh.name" type="rss" xmlUrl="https://davidwalsh.name/feed/atom"/>
<outline text="deezer.io" title="deezer.io" type="rss" xmlUrl="https://deezer.io/feed"/>
<outline text="deno.com" title="deno.com" type="rss" xmlUrl="https://deno.com/feed"/>
<outline text="design.digital.go.jp" title="design.digital.go.jp" type="rss" xmlUrl="https://design.digital.go.jp/feed.xml"/>
<outline text="dev.to/srmagura/" title="dev.to/srmagura/" type="rss" xmlUrl="https://dev.to/feed/srmagura"/>
Expand Down Expand Up @@ -134,6 +135,7 @@
<outline text="github.com/date-fns/date-fns" title="github.com/date-fns/date-fns" type="rss" xmlUrl="https://github.com/date-fns/date-fns/releases.atom"/>
<outline text="github.com/capricorn86/happy-dom" title="github.com/capricorn86/happy-dom" type="rss" xmlUrl="https://github.com/capricorn86/happy-dom/releases.atom"/>
<outline text="github.com/expressjs/express" title="github.com/expressjs/express" type="rss" xmlUrl="https://github.com/expressjs/express/releases.atom"/>
<outline text="github.com/chakra-ui/ark" title="github.com/chakra-ui/ark" type="rss" xmlUrl="https://github.com/chakra-ui/ark/releases.atom"/>
<outline text="github.com/mozilla/pdf.js" title="github.com/mozilla/pdf.js" type="rss" xmlUrl="https://github.com/mozilla/pdf.js/releases.atom"/>
<outline text="github.com/dudykr/stc" title="github.com/dudykr/stc" type="rss" xmlUrl="https://github.com/dudykr/stc/releases.atom"/>
<outline text="github.com/vuetifyjs/vuetify" title="github.com/vuetifyjs/vuetify" type="rss" xmlUrl="https://github.com/vuetifyjs/vuetify/releases.atom"/>
Expand Down Expand Up @@ -304,7 +306,6 @@
<outline text="github.com/sindresorhus/execa" title="github.com/sindresorhus/execa" type="rss" xmlUrl="https://github.com/sindresorhus/execa/releases.atom"/>
<outline text="github.com/jasonkuhrt/graphql-request" title="github.com/jasonkuhrt/graphql-request" type="rss" xmlUrl="https://github.com/jasonkuhrt/graphql-request/releases.atom"/>
<outline text="github.com/farzher/fuzzysort" title="github.com/farzher/fuzzysort" type="rss" xmlUrl="https://github.com/farzher/fuzzysort/releases.atom"/>
<outline text="github.com/chakra-ui/ark" title="github.com/chakra-ui/ark" type="rss" xmlUrl="https://github.com/chakra-ui/ark/releases.atom"/>
<outline text="github.com/andrico1234/the-dilemmas-youll-face?tab=readme-ov-file" title="github.com/andrico1234/the-dilemmas-youll-face?tab=readme-ov-file" type="rss" xmlUrl="https://github.com/andrico1234/the-dilemmas-youll-face?tab=readme-ov-file/releases.atom"/>
<outline text="github.com/biomejs/biome" title="github.com/biomejs/biome" type="rss" xmlUrl="https://github.com/biomejs/biome/releases.atom"/>
<outline text="github.com/twada/power-assert-monorepo" title="github.com/twada/power-assert-monorepo" type="rss" xmlUrl="https://github.com/twada/power-assert-monorepo/releases.atom"/>
Expand Down Expand Up @@ -521,5 +522,6 @@
<outline text="zenn.dev/inaniwaudon/" title="zenn.dev/inaniwaudon/" type="rss" xmlUrl="https://zenn.dev/inaniwaudon/feed"/>
<outline text="zenn.dev/uhyo/" title="zenn.dev/uhyo/" type="rss" xmlUrl="https://zenn.dev/uhyo/feed"/>
<outline text="zenn.dev/mizchi/" title="zenn.dev/mizchi/" type="rss" xmlUrl="https://zenn.dev/mizchi/feed"/>
<outline text="zenn.dev/yuneco/" title="zenn.dev/yuneco/" type="rss" xmlUrl="https://zenn.dev/yuneco/feed"/>
</body>
</opml>
12 changes: 12 additions & 0 deletions data/opml-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@
"https://davidwalsh.name/feed/rdf"
]
},
{
"url": "https://deezer.io",
"feeds": [
"https://deezer.io/feed"
]
},
{
"url": "https://deno.com",
"feeds": [
Expand Down Expand Up @@ -1695,5 +1701,11 @@
"feeds": [
"https://zenn.dev/mizchi/feed"
]
},
{
"url": "https://zenn.dev/yuneco/",
"feeds": [
"https://zenn.dev/yuneco/feed"
]
}
]
2 changes: 2 additions & 0 deletions data/opml-list.opml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<outline text="csswizardry.com" title="csswizardry.com" type="rss" xmlUrl="https://feeds.feedburner.com/csswizardry"/>
<outline text="dagster.io" title="dagster.io" type="rss" xmlUrl="https://dagster.io/rss.xml"/>
<outline text="davidwalsh.name" title="davidwalsh.name" type="rss" xmlUrl="https://davidwalsh.name/feed/atom"/>
<outline text="deezer.io" title="deezer.io" type="rss" xmlUrl="https://deezer.io/feed"/>
<outline text="deno.com" title="deno.com" type="rss" xmlUrl="https://deno.com/feed"/>
<outline text="design.digital.go.jp" title="design.digital.go.jp" type="rss" xmlUrl="https://design.digital.go.jp/feed.xml"/>
<outline text="dev.to/srmagura/" title="dev.to/srmagura/" type="rss" xmlUrl="https://dev.to/feed/srmagura"/>
Expand Down Expand Up @@ -270,5 +271,6 @@
<outline text="zenn.dev/inaniwaudon/" title="zenn.dev/inaniwaudon/" type="rss" xmlUrl="https://zenn.dev/inaniwaudon/feed"/>
<outline text="zenn.dev/uhyo/" title="zenn.dev/uhyo/" type="rss" xmlUrl="https://zenn.dev/uhyo/feed"/>
<outline text="zenn.dev/mizchi/" title="zenn.dev/mizchi/" type="rss" xmlUrl="https://zenn.dev/mizchi/feed"/>
<outline text="zenn.dev/yuneco/" title="zenn.dev/yuneco/" type="rss" xmlUrl="https://zenn.dev/yuneco/feed"/>
</body>
</opml>
91 changes: 58 additions & 33 deletions data/watch-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,7 @@
}
},
{
"count": 25,
"url": "https://devblogs.microsoft.com",
"tags": [
"TypeScript",
"ReleaseNote",
"article",
"V8",
"performance"
],
"example": {
"title": "Announcing TypeScript 5.6 - TypeScript",
"url": "https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/"
}
},
{
"count": 25,
"count": 26,
"url": "https://webkit.org",
"tags": [
"safari",
Expand All @@ -120,8 +105,23 @@
"privacy"
],
"example": {
"title": "WebKit Features in Safari 18.0 | WebKit",
"url": "https://webkit.org/blog/15865/webkit-features-in-safari-18-0/"
"title": "Release Notes for Safari Technology Preview 204 | WebKit",
"url": "https://webkit.org/blog/15978/release-notes-for-safari-technology-preview-204/"
}
},
{
"count": 25,
"url": "https://devblogs.microsoft.com",
"tags": [
"TypeScript",
"ReleaseNote",
"article",
"V8",
"performance"
],
"example": {
"title": "Announcing TypeScript 5.6 - TypeScript",
"url": "https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/"
}
},
{
Expand Down Expand Up @@ -2161,6 +2161,21 @@
"url": "https://kettanaito.com/blog/dont-sleep-on-abort-controller"
}
},
{
"count": 2,
"url": "https://github.com/chakra-ui/ark",
"tags": [
"JavaScript",
"React",
"library",
"ReleaseNote"
],
"example": {
"title": "Release @ark-ui/[email protected] · chakra-ui/ark",
"url": "https://github.com/chakra-ui/ark/releases/tag/%40ark-ui%2Freact%404.0.0"
},
"rssUrl": "https://github.com/chakra-ui/ark/releases.atom"
},
{
"count": 1,
"url": "https://github.com/mozilla/pdf.js",
Expand Down Expand Up @@ -8065,21 +8080,6 @@
"url": "https://codeanlabs.com/blog/research/cve-2024-4367-arbitrary-js-execution-in-pdf-js/"
}
},
{
"count": 1,
"url": "https://github.com/chakra-ui/ark",
"tags": [
"JavaScript",
"React",
"library",
"ReleaseNote"
],
"example": {
"title": "Release @ark-ui/[email protected] · chakra-ui/ark",
"url": "https://github.com/chakra-ui/ark/releases/tag/%40ark-ui%2Freact%403.0.0"
},
"rssUrl": "https://github.com/chakra-ui/ark/releases.atom"
},
{
"count": 1,
"url": "https://github.com/andrico1234/the-dilemmas-youll-face?tab=readme-ov-file",
Expand Down Expand Up @@ -9267,5 +9267,30 @@
"title": "The Nine Node Pillars",
"url": "https://www.platformatichq.com/node-principles"
}
},
{
"count": 1,
"url": "https://zenn.dev/yuneco/",
"tags": [
"React",
"test",
"article"
],
"example": {
"title": "Jotaiのatomを自由にテストしたいときに見る記事",
"url": "https://zenn.dev/yuneco/articles/jotai-atom-testing"
}
},
{
"count": 1,
"url": "https://deezer.io",
"tags": [
"nodejs",
"article"
],
"example": {
"title": "Node.js 20 upgrade: a journey through unexpected HEAP issues with Kubernetes | by Ztec | Sep, 2024 | Deezer I/O",
"url": "https://deezer.io/node-js-20-upgrade-a-journey-through-unexpected-heap-issues-with-kubernetes-27ae3d325646"
}
}
]
95 changes: 61 additions & 34 deletions data/web-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,7 @@
"rssUrl": "https://deno.com/feed"
},
{
"count": 25,
"url": "https://devblogs.microsoft.com",
"tags": [
"TypeScript",
"ReleaseNote",
"article",
"V8",
"performance"
],
"example": {
"title": "Announcing TypeScript 5.6 - TypeScript",
"url": "https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/"
},
"rssUrl": "https://devblogs.microsoft.com/typescript/author/danielrosenwasser/feed/"
},
{
"count": 25,
"count": 26,
"url": "https://webkit.org",
"tags": [
"safari",
Expand All @@ -125,11 +109,27 @@
"privacy"
],
"example": {
"title": "WebKit Features in Safari 18.0 | WebKit",
"url": "https://webkit.org/blog/15865/webkit-features-in-safari-18-0/"
"title": "Release Notes for Safari Technology Preview 204 | WebKit",
"url": "https://webkit.org/blog/15978/release-notes-for-safari-technology-preview-204/"
},
"rssUrl": "https://webkit.org/feed/"
},
{
"count": 25,
"url": "https://devblogs.microsoft.com",
"tags": [
"TypeScript",
"ReleaseNote",
"article",
"V8",
"performance"
],
"example": {
"title": "Announcing TypeScript 5.6 - TypeScript",
"url": "https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/"
},
"rssUrl": "https://devblogs.microsoft.com/typescript/author/danielrosenwasser/feed/"
},
{
"count": 20,
"url": "https://web.dev",
Expand Down Expand Up @@ -2236,6 +2236,21 @@
},
"rssUrl": "https://kettanaito.com/blog/rss.xml"
},
{
"count": 2,
"url": "https://github.com/chakra-ui/ark",
"tags": [
"JavaScript",
"React",
"library",
"ReleaseNote"
],
"example": {
"title": "Release @ark-ui/[email protected] · chakra-ui/ark",
"url": "https://github.com/chakra-ui/ark/releases/tag/%40ark-ui%2Freact%404.0.0"
},
"rssUrl": "https://github.com/chakra-ui/ark/releases.atom"
},
{
"count": 1,
"url": "https://github.com/mozilla/pdf.js",
Expand Down Expand Up @@ -8293,21 +8308,6 @@
"url": "https://codeanlabs.com/blog/research/cve-2024-4367-arbitrary-js-execution-in-pdf-js/"
}
},
{
"count": 1,
"url": "https://github.com/chakra-ui/ark",
"tags": [
"JavaScript",
"React",
"library",
"ReleaseNote"
],
"example": {
"title": "Release @ark-ui/[email protected] · chakra-ui/ark",
"url": "https://github.com/chakra-ui/ark/releases/tag/%40ark-ui%2Freact%403.0.0"
},
"rssUrl": "https://github.com/chakra-ui/ark/releases.atom"
},
{
"count": 1,
"url": "https://github.com/andrico1234/the-dilemmas-youll-face?tab=readme-ov-file",
Expand Down Expand Up @@ -9533,5 +9533,32 @@
"title": "The Nine Node Pillars",
"url": "https://www.platformatichq.com/node-principles"
}
},
{
"count": 1,
"url": "https://zenn.dev/yuneco/",
"tags": [
"React",
"test",
"article"
],
"example": {
"title": "Jotaiのatomを自由にテストしたいときに見る記事",
"url": "https://zenn.dev/yuneco/articles/jotai-atom-testing"
},
"rssUrl": "https://zenn.dev/yuneco/feed"
},
{
"count": 1,
"url": "https://deezer.io",
"tags": [
"nodejs",
"article"
],
"example": {
"title": "Node.js 20 upgrade: a journey through unexpected HEAP issues with Kubernetes | by Ztec | Sep, 2024 | Deezer I/O",
"url": "https://deezer.io/node-js-20-upgrade-a-journey-through-unexpected-heap-issues-with-kubernetes-27ae3d325646"
},
"rssUrl": "https://deezer.io/feed"
}
]
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main.js

Large diffs are not rendered by default.

0 comments on commit 87c99e9

Please sign in to comment.