Skip to content

Commit b90d6ce

Browse files
authored
Merge branch 'main' into topic/navidrome
2 parents 9f99214 + a73b6be commit b90d6ce

File tree

71 files changed

+340
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+340
-74
lines changed

.github/workflows/collections-renames.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: github.repository_owner == 'github'
1818
steps:
19-
- uses: actions/checkout@v5.0.0
19+
- uses: actions/checkout@v6.0.1
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
22+
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
2323
with:
2424
bundler-cache: true
2525

@@ -30,7 +30,7 @@ jobs:
3030
run: bundle exec rake collections
3131

3232
- name: Commit changes and open PR
33-
uses: peter-evans/create-pull-request@v7
33+
uses: peter-evans/create-pull-request@v8
3434
with:
3535
commit-message: "✨ Autofixing renamed/removed collection items ✨"
3636
committer: "github-actions[bot] <actions@github.com>"

.github/workflows/jekyll_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: 📂 checkout
24-
uses: actions/checkout@v5.0.0
24+
uses: actions/checkout@v6.0.1
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
27+
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5.0.0
16+
- uses: actions/checkout@v6.0.1
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@v1.265.0
19+
uses: ruby/setup-ruby@v1.284.0
2020
with:
2121
bundler-cache: true
2222

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for actions/stale to close stale PRs
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@v10.1.0
17+
- uses: actions/stale@v10.1.1
1818
with:
1919
stale-pr-message: >
2020
This pull request has been automatically marked as stale because it has not

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- all
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5.0.0
25+
- uses: actions/checkout@v6.0.1
2626
with:
2727
fetch-depth: 0
2828

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Ruby
4545
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
46-
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
46+
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
4747
with:
4848
bundler-cache: true
4949

Gemfile

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

33
gem "faraday", "2.14.0"
4-
gem "faraday-retry", "2.3.2"
4+
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.15.1"
6+
gem "json", "2.18.0"
77
gem "language_server-protocol", "3.17.0.5"
8-
gem "nokogiri", "~> 1.18.10"
9-
gem "rake", "13.3.0"
10-
gem "rubocop", "1.81.1"
8+
gem "nokogiri", "~> 1.19.0"
9+
gem "rake", "13.3.1"
10+
gem "rubocop", "1.82.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
ast (2.4.3)
2020
base64 (0.2.0)
2121
benchmark (0.4.1)
22-
bigdecimal (3.3.1)
22+
bigdecimal (4.0.1)
2323
coderay (1.1.3)
2424
coffee-script (2.4.1)
2525
coffee-script-source
@@ -45,9 +45,9 @@ GEM
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
48-
faraday-net_http (3.4.1)
49-
net-http (>= 0.5.0)
50-
faraday-retry (2.3.2)
48+
faraday-net_http (3.4.2)
49+
net-http (~> 0.5)
50+
faraday-retry (2.4.0)
5151
faraday (~> 2.0)
5252
fastimage (2.4.0)
5353
ffi (1.17.2)
@@ -119,12 +119,13 @@ GEM
119119
activesupport (>= 2)
120120
nokogiri (>= 1.4)
121121
http_parser.rb (0.8.0)
122-
httparty (0.23.2)
122+
httparty (0.24.2)
123123
csv
124124
mini_mime (>= 1.0.0)
125125
multi_xml (>= 0.5.2)
126126
i18n (1.14.7)
127127
concurrent-ruby (~> 1.0)
128+
io-console (0.8.2)
128129
jekyll (3.10.0)
129130
addressable (~> 2.4)
130131
colorator (~> 1.0)
@@ -235,7 +236,7 @@ GEM
235236
gemoji (>= 3, < 5)
236237
html-pipeline (~> 2.2)
237238
jekyll (>= 3.0, < 5.0)
238-
json (2.15.1)
239+
json (2.18.0)
239240
kramdown (2.4.0)
240241
rexml
241242
kramdown-parser-gfm (1.1.0)
@@ -255,67 +256,71 @@ GEM
255256
jekyll (>= 3.5, < 5.0)
256257
jekyll-feed (~> 0.9)
257258
jekyll-seo-tag (~> 2.1)
258-
minitest (5.26.0)
259-
multi_xml (0.7.2)
260-
bigdecimal (~> 3.1)
261-
net-http (0.6.0)
262-
uri
263-
nokogiri (1.18.10)
259+
minitest (6.0.1)
260+
prism (~> 1.5)
261+
multi_xml (0.8.1)
262+
bigdecimal (>= 3.1, < 5)
263+
net-http (0.9.1)
264+
uri (>= 0.11.1)
265+
nokogiri (1.19.0)
264266
mini_portile2 (~> 2.8.2)
265267
racc (~> 1.4)
266-
nokogiri (1.18.10-aarch64-linux-gnu)
268+
nokogiri (1.19.0-aarch64-linux-gnu)
267269
racc (~> 1.4)
268-
nokogiri (1.18.10-aarch64-linux-musl)
270+
nokogiri (1.19.0-aarch64-linux-musl)
269271
racc (~> 1.4)
270-
nokogiri (1.18.10-arm-linux-gnu)
272+
nokogiri (1.19.0-arm-linux-gnu)
271273
racc (~> 1.4)
272-
nokogiri (1.18.10-arm-linux-musl)
274+
nokogiri (1.19.0-arm-linux-musl)
273275
racc (~> 1.4)
274-
nokogiri (1.18.10-arm64-darwin)
276+
nokogiri (1.19.0-arm64-darwin)
275277
racc (~> 1.4)
276-
nokogiri (1.18.10-x86_64-darwin)
278+
nokogiri (1.19.0-x86_64-darwin)
277279
racc (~> 1.4)
278-
nokogiri (1.18.10-x86_64-linux-gnu)
280+
nokogiri (1.19.0-x86_64-linux-gnu)
279281
racc (~> 1.4)
280-
nokogiri (1.18.10-x86_64-linux-musl)
282+
nokogiri (1.19.0-x86_64-linux-musl)
281283
racc (~> 1.4)
282284
octokit (4.25.1)
283285
faraday (>= 1, < 3)
284286
sawyer (~> 0.9)
285287
parallel (1.27.0)
286-
parser (3.3.9.0)
288+
parser (3.3.10.0)
287289
ast (~> 2.4.1)
288290
racc
289291
pathutil (0.16.2)
290292
forwardable-extended (~> 2.6)
291-
prism (1.6.0)
292-
pry (0.15.2)
293+
prism (1.7.0)
294+
pry (0.16.0)
293295
coderay (~> 1.1)
294296
method_source (~> 1.0)
297+
reline (>= 0.6.0)
295298
public_suffix (5.1.1)
296299
racc (1.8.1)
297300
rainbow (3.1.1)
298-
rake (13.3.0)
301+
rake (13.3.1)
299302
rb-fsevent (0.11.2)
300303
rb-inotify (0.11.1)
301304
ffi (~> 1.0)
302305
regexp_parser (2.11.3)
306+
reline (0.6.3)
307+
io-console (~> 0.5)
303308
rexml (3.4.2)
304309
rouge (3.30.0)
305-
rubocop (1.81.1)
310+
rubocop (1.82.1)
306311
json (~> 2.3)
307312
language_server-protocol (~> 3.17.0.2)
308313
lint_roller (~> 1.1.0)
309314
parallel (~> 1.10)
310315
parser (>= 3.3.0.2)
311316
rainbow (>= 2.2.2, < 4.0)
312317
regexp_parser (>= 2.9.3, < 3.0)
313-
rubocop-ast (>= 1.47.1, < 2.0)
318+
rubocop-ast (>= 1.48.0, < 2.0)
314319
ruby-progressbar (~> 1.7)
315320
unicode-display_width (>= 2.4.0, < 4.0)
316-
rubocop-ast (1.47.1)
321+
rubocop-ast (1.49.0)
317322
parser (>= 3.3.7.2)
318-
prism (~> 1.4)
323+
prism (~> 1.7)
319324
rubocop-performance (1.26.1)
320325
lint_roller (~> 1.1)
321326
rubocop (>= 1.75.0, < 2.0)
@@ -340,9 +345,9 @@ GEM
340345
concurrent-ruby (~> 1.0)
341346
unicode-display_width (3.2.0)
342347
unicode-emoji (~> 4.1)
343-
unicode-emoji (4.1.0)
344-
uri (1.0.3)
345-
webrick (1.9.1)
348+
unicode-emoji (4.2.0)
349+
uri (1.1.1)
350+
webrick (1.9.2)
346351

347352
PLATFORMS
348353
aarch64-linux-gnu
@@ -362,18 +367,18 @@ PLATFORMS
362367

363368
DEPENDENCIES
364369
faraday (= 2.14.0)
365-
faraday-retry (= 2.3.2)
370+
faraday-retry (= 2.4.0)
366371
fastimage
367372
github-pages (~> 232)
368373
httparty
369-
json (= 2.15.1)
374+
json (= 2.18.0)
370375
language_server-protocol (= 3.17.0.5)
371376
minitest
372-
nokogiri (~> 1.18.10)
377+
nokogiri (~> 1.19.0)
373378
octokit
374379
pry
375-
rake (= 13.3.0)
376-
rubocop (= 1.81.1)
380+
rake (= 13.3.1)
381+
rubocop (= 1.82.1)
377382
rubocop-performance
378383
safe_yaml
379384
webrick

collections/cheatsheets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ items:
44
- detailyang/awesome-cheatsheet
55
- FavioVazquez/ds-cheatsheets
66
- gto76/python-cheatsheet
7-
- wilfredinni/python-cheatsheet
7+
- labex-labs/python-cheatsheet
88
- ihebski/DefaultCreds-cheat-sheet
99
- tldr-pages/tldr
1010
- cheat/cheat

collections/clean-code-linters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ items:
3838
- golangci/golangci-lint
3939
- nicklockwood/SwiftFormat
4040
- super-linter/super-linter
41+
- stylelint/stylelint
4142
display_name: Clean code linters
4243
created_by: holman
4344
---
14.4 KB
Loading

0 commit comments

Comments
 (0)