Skip to content

Commit e4060be

Browse files
authored
Merge pull request #1504 from maxmind/jpoole/sco-8276-dev-site-build-works-again
dev-site build works again
2 parents bd38524 + 1440d34 commit e4060be

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: '22.6'
34+
node-version: '22.21'
3535

3636
- name: Install Node dependencies
3737
run: npm ci

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-node@v6
4343
with:
44-
node-version: '22.6'
44+
node-version: '22.21'
4545

4646
- name: Get cached dependencies
4747
uses: actions/cache@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.6.0
1+
v22.21.1

content/geoip/docs/databases/anonymous-ip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These are named `GeoIP2-Anonymous-IP-Blocks-IPv4.csv` and
6161
not.
6262
<br />
6363
<a
64-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection"
64+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection"
6565
>Learn more about anonymizer and proxy detection on our Knowledge
6666
Base.</a
6767
>
@@ -79,7 +79,7 @@ These are named `GeoIP2-Anonymous-IP-Blocks-IPv4.csv` and
7979
<code>is_hosting_provider</code> flag.
8080
<br />
8181
<a
82-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns"
82+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN"
8383
>Learn more about VPNs on our Knowledge Base.</a
8484
>
8585
</td>
@@ -93,7 +93,7 @@ These are named `GeoIP2-Anonymous-IP-Blocks-IPv4.csv` and
9393
description of <code>is_anonymous_vpn</code> flag). Blank if not.
9494
<br />
9595
<a
96-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers"
96+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider"
9797
>Learn more about hosting providers used for anonymizing on our
9898
Knowledge Base.</a
9999
>

content/geoip/docs/databases/anonymous-plus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ These are named `GeoIP-Anonymous-Plus-Blocks-Plusv4.csv` and
6868
not.
6969
<br />
7070
<a
71-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection"
71+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection"
7272
>Learn more about anonymizer and proxy detection on our Knowledge
7373
Base.</a
7474
>
@@ -86,7 +86,7 @@ These are named `GeoIP-Anonymous-Plus-Blocks-Plusv4.csv` and
8686
<code>is_hosting_provider</code> flag.
8787
<br />
8888
<a
89-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns"
89+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN"
9090
>Learn more about VPNs on our Knowledge Base.</a
9191
>
9292
</td>
@@ -100,7 +100,7 @@ These are named `GeoIP-Anonymous-Plus-Blocks-Plusv4.csv` and
100100
description of <code>is_anonymous_vpn</code> flag). Blank if not.
101101
<br />
102102
<a
103-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers"
103+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider"
104104
>Learn more about hosting providers used for anonymizing on our
105105
Knowledge Base.</a
106106
>

content/geoip/docs/web-services/responses.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ only.
266266

267267
**Note:** This field has been moved from the `traits` object to the `anonymizer` object. It is still returned in the `traits` object for backwards compatibility but is deprecated there.
268268

269-
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection)
269+
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection)
270270
{{</ geoip-schema-row >}}
271271

272272
{{< geoip-schema-row key="is_anonymous_vpn" valueType="boolean" insights="true">}}
@@ -276,15 +276,15 @@ only.
276276

277277
**Note:** This field has been moved from the `traits` object to the `anonymizer` object. It is still returned in the `traits` object for backwards compatibility but is deprecated there.
278278

279-
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns)
279+
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN)
280280
{{</ geoip-schema-row >}}
281281

282282
{{< geoip-schema-row key="is_hosting_provider" valueType="boolean" insights="true">}}
283283
This is `true` if the IP address belongs to a hosting or VPN provider (see description of `is_anonymous_vpn` flag). Otherwise, the key is not included in the `anonymizer` object.
284284

285285
**Note:** This field has been moved from the `traits` object to the `anonymizer` object. It is still returned in the `traits` object for backwards compatibility but is deprecated there.
286286

287-
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers)
287+
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider)
288288
{{</ geoip-schema-row >}}
289289

290290
{{< geoip-schema-row key="is_public_proxy" valueType="boolean" insights="true">}}
@@ -868,7 +868,7 @@ address.
868868

869869
This is `true` if the IP address belongs to any sort of anonymous network. Otherwise, the key is not included in the `traits` object.
870870

871-
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection)
871+
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection)
872872
{{</ geoip-schema-row >}}
873873

874874
{{< geoip-schema-row key="is_anonymous_vpn" valueType="boolean" insights="true">}}
@@ -878,7 +878,7 @@ address.
878878

879879
If a VPN provider does not register subnets under names associated with them, we will likely only flag their IP ranges using the `is_hosting_provider` flag.
880880

881-
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns)
881+
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN)
882882
{{</ geoip-schema-row >}}
883883

884884
{{< geoip-schema-row key="is_anycast" valueType="boolean" country="true" city="true" insights="true">}}
@@ -890,7 +890,7 @@ address.
890890

891891
This is `true` if the IP address belongs to a hosting or VPN provider (see description of `is_anonymous_vpn` flag). Otherwise, the key is not included in the `traits` object.
892892

893-
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers)
893+
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider)
894894
{{</ geoip-schema-row >}}
895895

896896
{{< geoip-schema-row key="is_public_proxy" valueType="boolean" insights="true">}}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript-eslint": "^8.47.0"
2828
},
2929
"engines": {
30-
"node": ">=22.6.0",
30+
"node": ">=22.21.1",
3131
"npm": ">=9"
3232
},
3333
"license": "MIT",

0 commit comments

Comments
 (0)