Skip to content

Commit b928612

Browse files
authored
Merge branch 'main' into patch-2
2 parents 86a5758 + c35870b commit b928612

File tree

12 files changed

+153
-96
lines changed

12 files changed

+153
-96
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d
36+
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3
3737
with:
3838
languages: ${{ matrix.language }}
3939
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,7 +44,7 @@ jobs:
4444
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545
# If this step fails, then you should remove it and run the build manually (see below)
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d
47+
uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3
4848

4949
# ℹ️ Command-line programs to run using the OS shell.
5050
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
5858
# make release
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d
61+
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
submodules: recursive
7979
- name: Enable Corepack
8080
run: corepack enable
81-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
81+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
8282
with:
8383
node-version: ${{ env.NODE_VERSION }}
8484
cache: 'pnpm'

examples/codelabs

Submodule codelabs updated 609 files

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
{ "source": "/go/golden-workflow", "destination": "https://docs.google.com/document/d/1MuIUz9pyE_bBZPbtMCj3pYgkdgG4s4Egh6FMknTngKw", "type": 301 },
428428
{ "source": "/go/google-apis", "destination": "/data-and-backend/google-apis?utm_source=go-link&utm_medium=referral&utm_campaign=go-google-apis", "type": 301 },
429429
{ "source": "/go/google-testing-v2", "destination": "https://docs.google.com/document/d/1Sg_CsGa3VxMNOXFKvoXEPNneD6OUuXIUsmFEjhluhDw", "type": 301 },
430+
{ "source": "/go/google-maps-advanced-markers", "destination": "https://docs.google.com/document/d/1HRyq_aFcYeSKDDyYetce_1Z9Q-GR9ONX_46JioAScQk/edit?usp=sharing", "type": 301 },
430431
{ "source": "/go/handling-synchronous-keyboard-events", "destination": "https://docs.google.com/document/d/1rWXSjkb2ZKv-cpg26lVK0aZi4cVeXJ8j7YmSJdq2TOM/edit", "type": 301 },
431432
{ "source": "/go/hermetic-xcode-installation", "destination": "https://docs.google.com/document/d/1EcXm4Woq48GR_ky07mEJka6NfV1vFBN2OHDEeGfPk34/edit?resourcekey=0-0Gjtt1I66mGJ8AwiCTlFNw", "type": 301 },
432433
{ "source": "/go/hero-refactor", "destination": "https://docs.google.com/document/d/1JZVqykFjhDXcJyj_Ep5gfTmF-Eu4pQXXNRcLCN04tls/edit?usp=sharing", "type": 301 },

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node": ">=20.12.0",
1313
"pnpm": ">=9.1.0"
1414
},
15-
"packageManager": "pnpm@9.10.0",
15+
"packageManager": "pnpm@9.11.0",
1616
"scripts": {
1717
"serve": "PRODUCTION=false eleventy --serve",
1818
"build-site-for-staging": "PRODUCTION=false eleventy",
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"@11ty/eleventy": "3.0.0-alpha.20",
26-
"firebase-tools": "^13.17.0",
27-
"hast-util-from-html": "^2.0.2",
26+
"firebase-tools": "^13.18.0",
27+
"hast-util-from-html": "^2.0.3",
2828
"hast-util-select": "^6.0.2",
2929
"hast-util-to-text": "^4.0.2",
3030
"html-minifier-terser": "^7.2.0",
@@ -35,7 +35,7 @@
3535
"markdown-it-container": "^4.0.0",
3636
"markdown-it-deflist": "^3.0.0",
3737
"markdown-it-footnote": "^4.0.0",
38-
"sass": "^1.78.0",
39-
"shiki": "^1.17.7"
38+
"sass": "^1.79.3",
39+
"shiki": "^1.18.0"
4040
}
4141
}

0 commit comments

Comments
 (0)