Skip to content

Commit 53b761d

Browse files
Merge branch 'github:main' into twitter
2 parents 1dc1294 + 28347da commit 53b761d

File tree

9 files changed

+32
-21
lines changed

9 files changed

+32
-21
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Lint
33
on:
44
pull_request:
55
workflow_dispatch:
6+
merge_group:
67

78
permissions:
89
contents: write
@@ -20,6 +21,7 @@ jobs:
2021

2122
- name: Run linters
2223
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
24+
if: ${{ github.event_name == 'pull_request' }}
2325
with:
2426
auto_fix: true
2527
rubocop: true

.github/workflows/topic-commenter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
paths:
66
- 'topics/**'
77

8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
812
jobs:
913
comment:
1014
runs-on: ubuntu-latest

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", "~> 232", group: :jekyll_plugins
4-
53
gem "faraday-retry", "~> 2.2.1"
4+
gem "github-pages", "~> 232", group: :jekyll_plugins
5+
gem "nokogiri", "~> 1.18.3"
66

77
group :test do
88
gem "fastimage"

Gemfile.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,13 @@ GEM
235235
gemoji (>= 3, < 5)
236236
html-pipeline (~> 2.2)
237237
jekyll (>= 3.0, < 5.0)
238-
json (2.9.1)
238+
json (2.10.1)
239239
kramdown (2.4.0)
240240
rexml
241241
kramdown-parser-gfm (1.1.0)
242242
kramdown (~> 2.0)
243243
language_server-protocol (3.17.0.4)
244+
lint_roller (1.1.0)
244245
liquid (4.0.4)
245246
listen (3.9.0)
246247
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -259,24 +260,24 @@ GEM
259260
bigdecimal (~> 3.1)
260261
net-http (0.6.0)
261262
uri
262-
nokogiri (1.18.2)
263+
nokogiri (1.18.3)
263264
mini_portile2 (~> 2.8.2)
264265
racc (~> 1.4)
265-
nokogiri (1.18.2-aarch64-linux-gnu)
266+
nokogiri (1.18.3-aarch64-linux-gnu)
266267
racc (~> 1.4)
267-
nokogiri (1.18.2-aarch64-linux-musl)
268+
nokogiri (1.18.3-aarch64-linux-musl)
268269
racc (~> 1.4)
269-
nokogiri (1.18.2-arm-linux-gnu)
270+
nokogiri (1.18.3-arm-linux-gnu)
270271
racc (~> 1.4)
271-
nokogiri (1.18.2-arm-linux-musl)
272+
nokogiri (1.18.3-arm-linux-musl)
272273
racc (~> 1.4)
273-
nokogiri (1.18.2-arm64-darwin)
274+
nokogiri (1.18.3-arm64-darwin)
274275
racc (~> 1.4)
275-
nokogiri (1.18.2-x86_64-darwin)
276+
nokogiri (1.18.3-x86_64-darwin)
276277
racc (~> 1.4)
277-
nokogiri (1.18.2-x86_64-linux-gnu)
278+
nokogiri (1.18.3-x86_64-linux-gnu)
278279
racc (~> 1.4)
279-
nokogiri (1.18.2-x86_64-linux-musl)
280+
nokogiri (1.18.3-x86_64-linux-musl)
280281
racc (~> 1.4)
281282
octokit (4.25.1)
282283
faraday (>= 1, < 3)
@@ -300,9 +301,10 @@ GEM
300301
regexp_parser (2.10.0)
301302
rexml (3.4.0)
302303
rouge (3.30.0)
303-
rubocop (1.71.2)
304+
rubocop (1.72.2)
304305
json (~> 2.3)
305-
language_server-protocol (>= 3.17.0)
306+
language_server-protocol (~> 3.17.0.2)
307+
lint_roller (~> 1.1.0)
306308
parallel (~> 1.10)
307309
parser (>= 3.3.0.2)
308310
rainbow (>= 2.2.2, < 4.0)
@@ -312,9 +314,10 @@ GEM
312314
unicode-display_width (>= 2.4.0, < 4.0)
313315
rubocop-ast (1.38.0)
314316
parser (>= 3.3.1.0)
315-
rubocop-performance (1.23.1)
316-
rubocop (>= 1.48.1, < 2.0)
317-
rubocop-ast (>= 1.31.1, < 2.0)
317+
rubocop-performance (1.24.0)
318+
lint_roller (~> 1.1)
319+
rubocop (>= 1.72.1, < 2.0)
320+
rubocop-ast (>= 1.38.0, < 2.0)
318321
ruby-progressbar (1.13.0)
319322
rubyzip (2.4.1)
320323
safe_yaml (1.0.5)
@@ -361,6 +364,7 @@ DEPENDENCIES
361364
github-pages (~> 232)
362365
httparty
363366
minitest
367+
nokogiri (~> 1.18.3)
364368
octokit
365369
pry
366370
rake

collections/front-end-javascript-frameworks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ items:
2424
- sveltejs/svelte
2525
- neomjs/neo
2626
- preactjs/preact
27-
- ionic-team/stencil
27+
- stenciljs/core
2828
- withastro/astro
2929
- QwikDev/qwik
3030
- vercel/next.js

collections/load-testing/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ items:
2525
- rakyll/hey
2626
- RedisLabs/memtier_benchmark
2727
- rogerwelin/cassowary
28-
- satori-com/tcpkali
2928
- tsenart/vegeta
3029
- processone/tsung
3130
- wg/wrk

collections/programming-languages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ items:
6767
- imba/imba
6868
- Jackojc/cane
6969
- cython/cython
70-
- modular/mojo
70+
- modular/max
7171
- odin-lang/Odin
7272
- apache/groovy
7373
- ValeLang/Vale

collections/riscv-cores/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- SonalPinto/kronos
3030
- stevehoover/warp-v
3131
- stnolting/neorv32
32-
- riscv-steel/riscv-steel
32+
- rafaelcalcada/riscv-steel
3333
- klessydra/T13x
3434
- klessydra/T03x
3535
- klessydra/T02x

test/test_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def repository(item)
8888
rescue Octokit::TooManyRequests
8989
repos[:skip_requests] = true
9090
repos[item] = true
91+
rescue Octokit::NotFound
92+
repos[item] = nil
9193
end
9294

9395
def user(item)

0 commit comments

Comments
 (0)