Skip to content

Commit

Permalink
chore(docs): update deps/renovate digest to 5000a62 (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: RahulGautamSingh <rahultesnik@gmail.com>
  • Loading branch information
renovate[bot] and RahulGautamSingh committed May 22, 2023
1 parent 6d2ac8c commit bdf1ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/sample.cy.ts
Expand Up @@ -30,7 +30,7 @@ describe('Basic Tests', () => {
});
cy.get('.md-footer__link--prev').click();
cy.location().should((loc) => {
if (prevUrl === '../..') prevUrl = '/';
if (prevUrl === '..') prevUrl = '/';
expect(loc.href.includes(prevUrl)).to.eq(true);
});
});
Expand Down
2 changes: 1 addition & 1 deletion deps/renovate
Submodule renovate updated 35 files
+1 −0 docs/usage/.pages
+1 −1 docs/usage/docker.md
+80 −47 docs/usage/getting-started/running.md
+75 −0 docs/usage/reading-list.md
+52 −28 lib/modules/datasource/npm/get.ts
+3 −24 lib/modules/datasource/rubygems/versions-datasource.ts
+2 −0 lib/modules/manager/api.ts
+23 −0 lib/modules/manager/bazel-module/bazel-dep.spec.ts
+28 −0 lib/modules/manager/bazel-module/bazel-dep.ts
+98 −0 lib/modules/manager/bazel-module/context.spec.ts
+154 −0 lib/modules/manager/bazel-module/context.ts
+58 −0 lib/modules/manager/bazel-module/extract.spec.ts
+20 −0 lib/modules/manager/bazel-module/extract.ts
+64 −0 lib/modules/manager/bazel-module/fragments.spec.ts
+117 −0 lib/modules/manager/bazel-module/fragments.ts
+14 −0 lib/modules/manager/bazel-module/index.ts
+44 −0 lib/modules/manager/bazel-module/parser.spec.ts
+48 −0 lib/modules/manager/bazel-module/parser.ts
+8 −0 lib/modules/manager/bazel-module/readme.md
+17 −0 lib/modules/manager/bazel-module/starlark.spec.ts
+16 −0 lib/modules/manager/bazel-module/starlark.ts
+1 −0 lib/modules/manager/npm/post-update/pnpm.spec.ts
+12 −1 lib/modules/manager/npm/post-update/pnpm.ts
+18 −6 lib/modules/platform/bitbucket/index.spec.ts
+8 −3 lib/modules/platform/bitbucket/index.ts
+1 −0 lib/modules/platform/bitbucket/types.ts
+6 −0 lib/modules/platform/github/index.md
+4 −0 lib/modules/versioning/composer/index.spec.ts
+11 −1 lib/modules/versioning/composer/index.ts
+70 −7 lib/util/http/bitbucket.spec.ts
+28 −35 lib/util/http/bitbucket.ts
+15 −0 lib/util/string.ts
+1 −0 lib/util/template/index.ts
+11 −11 package.json
+200 −95 yarn.lock

0 comments on commit bdf1ef0

Please sign in to comment.