Skip to content

Commit 2bc88a0

Browse files
authored
Merge pull request #130 from Frederisk/dependabot/npm_and_yarn/fast-uri-3.1.2
Bump fast-uri from 3.1.0 to 3.1.2
2 parents 5db55eb + 330a858 commit 2bc88a0

4 files changed

Lines changed: 789 additions & 906 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: Build
88

99
on:
1010
push:
11-
branches: [main, master]
11+
branches: [ main, master ]
1212
pull_request:
13-
branches: [main, master]
13+
branches: [ main, master ]
1414
# schedule:
1515
# - cron: "35 23 * * 5"
1616

@@ -27,7 +27,7 @@ jobs:
2727
# Node.js 14 has been deprecated since Oct 2021
2828
# Node.js 15 has been deprecated since Apr 2021
2929
# Node.js 16 has been deprecated since Oct 2023
30-
nodejs_version: [24, 26]
30+
nodejs_version: [ 24 ]
3131

3232
steps:
3333
- name: Checkout repository
@@ -39,12 +39,11 @@ jobs:
3939
node-version: ${{ matrix.nodejs_version }}
4040
cache: 'yarn'
4141

42-
4342
- name: Initialize
4443
shell: bash
4544
# export DISPLAY=':99.0'
4645
# usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
47-
run: yarn install
46+
run: yarn install --frozen-lockfile
4847

4948
- name: Test for Linux
5049
if: runner.os == 'Linux'

.github/workflows/codeql-analysis.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,34 +43,34 @@ jobs:
4343
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
4444

4545
steps:
46-
- name: Checkout repository
47-
uses: actions/checkout@v4
46+
- name: Checkout repository
47+
uses: actions/checkout@v4
4848

49-
# Initializes the CodeQL tools for scanning.
50-
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v3
52-
with:
53-
languages: ${{ matrix.language }}
54-
# If you wish to specify custom queries, you can do so here or in a config file.
55-
# By default, queries listed here will override any specified in a config file.
56-
# Prefix the list here with "+" to use these queries and those in the config file.
57-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
49+
# Initializes the CodeQL tools for scanning.
50+
- name: Initialize CodeQL
51+
uses: github/codeql-action/init@v3
52+
with:
53+
languages: ${{ matrix.language }}
54+
# If you wish to specify custom queries, you can do so here or in a config file.
55+
# By default, queries listed here will override any specified in a config file.
56+
# Prefix the list here with "+" to use these queries and those in the config file.
57+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5858

59-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60-
# If this step fails, then you should remove it and run the build manually (see below)
61-
- name: Autobuild
62-
uses: github/codeql-action/autobuild@v3
59+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60+
# If this step fails, then you should remove it and run the build manually (see below)
61+
- name: Autobuild
62+
uses: github/codeql-action/autobuild@v3
6363

64-
# ℹ️ Command-line programs to run using the OS shell.
65-
# 📚 https://git.io/JvXDl
64+
# ℹ️ Command-line programs to run using the OS shell.
65+
# 📚 https://git.io/JvXDl
6666

67-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
68-
# and modify them (or add more) to build your code if your project
69-
# uses a compiled language
67+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
68+
# and modify them (or add more) to build your code if your project
69+
# uses a compiled language
7070

71-
#- run: |
72-
# make bootstrap
73-
# make release
71+
#- run: |
72+
# make bootstrap
73+
# make release
7474

75-
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@v3
75+
- name: Perform CodeQL Analysis
76+
uses: github/codeql-action/analyze@v3

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,12 @@
332332
"@types/glob": "^7.2.0",
333333
"@types/luxon": "^2.0.7",
334334
"@types/mocha": "^10.0.0",
335-
"@types/node": "^22.0.0",
335+
"@types/node": "^24.0.0",
336336
"@types/node-fetch": "^2.6.13",
337337
"@types/vscode": "^1.110.0",
338338
"@types/webpack-env": "^1.18.8",
339-
"@typescript-eslint/eslint-plugin": "^8.57.0",
340-
"@typescript-eslint/parser": "^8.57.0",
339+
"@typescript-eslint/eslint-plugin": "^8.59.2",
340+
"@typescript-eslint/parser": "^8.59.2",
341341
"@vscode/test-electron": "^2.5.2",
342342
"@vscode/test-web": "^0.0.80",
343343
"@vscode/vsce": "^3.7.1",
@@ -349,7 +349,7 @@
349349
"buffer": "^6.0.3",
350350
"circular-dependency-plugin": "^5.2.2",
351351
"crypto-browserify": "^3.12.0",
352-
"eslint": "^9.8.0",
352+
"eslint": "^9.39.4",
353353
"glob": "^7.2.0",
354354
"https-browserify": "^1.0.0",
355355
"js-yaml": "^4.1.1",
@@ -370,7 +370,7 @@
370370
"vm-browserify": "^1.1.2",
371371
"vscode-languageclient": "^9.0.1",
372372
"webpack": "^5.105.4",
373-
"webpack-cli": "^5.1.0"
373+
"webpack-cli": "^7.0.2"
374374
},
375375
"dependencies": {
376376
"cheerio": "^1.2.0",

0 commit comments

Comments
 (0)