Skip to content

Commit

Permalink
Bump site-shared from 9de39ab to 65d653b (#11259)
Browse files Browse the repository at this point in the history
Bumps [site-shared](https://github.com/dart-lang/site-shared) from
`9de39ab` to `65d653b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dart-lang/site-shared/commit/65d653b60a0678075fe7e29c3d632d2ddfbd82b8"><code>65d653b</code></a>
Share <code>gitignore</code> file across repo and add analyze
<code>analysis_defaults</code> (<a
href="https://redirect.github.com/dart-lang/site-shared/issues/232">#232</a>)</li>
<li><a
href="https://github.com/dart-lang/site-shared/commit/ebfd00f26b53c7829f2a001c505d6cdf7f56630d"><code>ebfd00f</code></a>
Use <code>pkgs/</code> instead of <code>packages/</code> to align with
other org mono repos (<a
href="https://redirect.github.com/dart-lang/site-shared/issues/230">#230</a>)</li>
<li>See full diff in <a
href="https://github.com/dart-lang/site-shared/compare/9de39ab9473cc66d531f73451570b3050b82d356...65d653b60a0678075fe7e29c3d632d2ddfbd82b8">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Parker Lougheed <[email protected]>
  • Loading branch information
dependabot[bot] and parlough authored Oct 11, 2024
1 parent 40a348a commit 5705fd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function (eleventyConfig) {
});

eleventyConfig.addPassthroughCopy('src/content/assets/js');
eleventyConfig.addPassthroughCopy({'site-shared/packages/inject_dartpad/lib/inject_dartpad.js': 'assets/js/inject_dartpad.js'});
eleventyConfig.addPassthroughCopy({'site-shared/pkgs/inject_dartpad/lib/inject_dartpad.js': 'assets/js/inject_dartpad.js'});
eleventyConfig.addPassthroughCopy('src/content/assets/images', { expand: true });
eleventyConfig.addPassthroughCopy('src/content/cookbook/img-files', { expand: true });
eleventyConfig.addPassthroughCopy('src/content/f', {
Expand Down
2 changes: 1 addition & 1 deletion site-shared
Submodule site-shared updated 50 files
+86 −60 .github/workflows/dart.yml
+9 −5 .gitignore
+0 −5 README.md
+0 −1 doc/README.md
+15 −0 doc/README.md
+1 −1 doc/code-excerpts.md
+0 −15 doc/index.md
+1 −1 mono_repo.yaml
+0 −14 packages/analysis_defaults/.gitignore
+0 −2 packages/excerpter/.gitignore
+0 −11 packages/inject_dartpad/.gitignore
+0 −0 pkgs/analysis_defaults/analysis_options.yaml
+0 −0 pkgs/analysis_defaults/lib/analysis.yaml
+10 −0 pkgs/analysis_defaults/mono_pkg.yaml
+0 −0 pkgs/analysis_defaults/pubspec.yaml
+0 −0 pkgs/excerpter/CHANGELOG.md
+0 −0 pkgs/excerpter/LICENSE
+0 −0 pkgs/excerpter/README.md
+0 −0 pkgs/excerpter/analysis_options.yaml
+0 −0 pkgs/excerpter/bin/excerpter.dart
+0 −0 pkgs/excerpter/lib/excerpter.dart
+0 −0 pkgs/excerpter/lib/src/extract.dart
+0 −0 pkgs/excerpter/lib/src/inject.dart
+0 −0 pkgs/excerpter/lib/src/transform.dart
+0 −0 pkgs/excerpter/lib/src/update.dart
+1 −1 pkgs/excerpter/mono_pkg.yaml
+1 −1 pkgs/excerpter/pubspec.yaml
+0 −0 pkgs/excerpter/test/cli_test.dart
+0 −0 pkgs/excerpter/test/transform_test.dart
+0 −0 pkgs/excerpter/test/updater_test.dart
+0 −0 pkgs/excerpter/test_data/example/dartdoc.dart
+0 −0 pkgs/excerpter/test_data/example/plaster.dart
+0 −0 pkgs/excerpter/test_data/example/simple_main.dart
+0 −0 pkgs/excerpter/test_data/example/simple_region.dart
+0 −0 pkgs/excerpter/test_data/example/transforms.dart
+0 −0 pkgs/excerpter/test_data/expected/dartdoc.md
+0 −0 pkgs/excerpter/test_data/expected/plaster.md
+0 −0 pkgs/excerpter/test_data/expected/simple.md
+0 −0 pkgs/excerpter/test_data/expected/transforms.md
+0 −0 pkgs/excerpter/test_data/src/dartdoc.md
+0 −0 pkgs/excerpter/test_data/src/plaster.md
+0 −0 pkgs/excerpter/test_data/src/simple.md
+0 −0 pkgs/excerpter/test_data/src/transforms.md
+0 −0 pkgs/inject_dartpad/README.md
+1 −0 pkgs/inject_dartpad/analysis_options.yaml
+0 −0 pkgs/inject_dartpad/build.yaml
+0 −0 pkgs/inject_dartpad/lib/inject_dartpad.js
+1 −1 pkgs/inject_dartpad/mono_pkg.yaml
+0 −0 pkgs/inject_dartpad/pubspec.yaml
+0 −0 pkgs/inject_dartpad/tool/compile.dart
+0 −0 pkgs/inject_dartpad/web/inject_dartpad.dart
4 changes: 2 additions & 2 deletions tool/flutter_site/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ environment:
dependencies:
args: ^2.4.2
excerpter:
path: ../../site-shared/packages/excerpter
path: ../../site-shared/pkgs/excerpter
io: ^1.0.4
linkcheck: ^3.0.0
path: ^1.9.0

dev_dependencies:
analysis_defaults:
path: ../../site-shared/packages/analysis_defaults
path: ../../site-shared/pkgs/analysis_defaults

0 comments on commit 5705fd7

Please sign in to comment.