Skip to content

Commit 5629f0f

Browse files
Merge branch 'main' into macros-page
2 parents dbe14c8 + 2ab89b3 commit 5629f0f

File tree

3 files changed

+10
-24
lines changed

3 files changed

+10
-24
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@11ty/eleventy": "3.0.0-alpha.10",
26-
"firebase-tools": "^13.8.2",
26+
"firebase-tools": "^13.8.3",
2727
"hast-util-from-html": "^2.0.1",
2828
"hast-util-select": "^6.0.2",
2929
"hast-util-to-text": "^4.0.2",
@@ -35,7 +35,7 @@
3535
"markdown-it-container": "^4.0.0",
3636
"markdown-it-deflist": "^3.0.0",
3737
"markdown-it-table": "^4.1.1",
38-
"sass": "^1.77.0",
38+
"sass": "^1.77.1",
3939
"shiki": "^1.5.1"
4040
}
4141
}

pnpm-lock.yaml

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/tools/pub/cmd/pub-upgrade.md

-14
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,6 @@ By default, pub precompiles executables
123123
in immediate dependencies (`--precompile`).
124124
To prevent precompilation, use `--no-precompile`.
125125

126-
### `--null-safety`
127-
128-
Gets the packages that
129-
[`dart pub outdated --mode=null-safety`][`dart pub outdated`]
130-
lists as _resolvable_,
131-
ignoring any upper-bound constraint in the `pubspec.yaml` file.
132-
Also updates `pubspec.yaml` with the new constraints.
133-
This command is similar to `--major-versions`.
134-
135-
:::tip
136-
Commit the `pubspec.yaml` file before running this command,
137-
so that you can undo the changes if necessary.
138-
:::
139-
140126
### `--major-versions`
141127

142128
Gets the packages that [`dart pub outdated`][] lists as _resolvable_,

0 commit comments

Comments
 (0)