docs: updating links for new repo name#1520
Merged
stephenplusplus merged 1 commit intogoogleapis:masterfrom Aug 23, 2016
callmehiphop:doc-links
Merged
docs: updating links for new repo name#1520stephenplusplus merged 1 commit intogoogleapis:masterfrom callmehiphop:doc-links
stephenplusplus merged 1 commit intogoogleapis:masterfrom
callmehiphop:doc-links
Conversation
Contributor
Author
|
@stephenplusplus did I miss anything? |
Contributor
|
Maybe, but we'll just get them as we find them! |
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.21` -> `1.1.22`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.21/1.1.22) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>compodoc/compodoc (@​compodoc/compodoc)</summary> ### [`v1.1.22`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1122) [Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.21...1.1.22) ##### Merged - Added Russian translation [#​1386](https://togithub.com/compodoc/compodoc/pull/1386), Thanks [RusFjord](https://togithub.com/RusFjord) - docs: updated the tags in the readme file [#​1365](https://togithub.com/compodoc/compodoc/pull/1365), Thanks [alkavats1](https://togithub.com/alkavats1) ##### Bug fixes - fix(app): [@​example](https://togithub.com/example) render twice for methods ([f5d6f97](https://togithub.com/compodoc/compodoc/commit/f5d6f97)), closes [#​1385](https://togithub.com/compodoc/compodoc/issues/1385) - fix(app): interfaces multiple extends support ([229f407](https://togithub.com/compodoc/compodoc/commit/229f407)), closes [#​1364](https://togithub.com/compodoc/compodoc/issues/1364) - fix(app): relax [@​angular-devkit/schematics](https://togithub.com/angular-devkit/schematics) version for Angular v14.x support ([51fe4b9](https://togithub.com/compodoc/compodoc/commit/51fe4b9)), closes [#​1362](https://togithub.com/compodoc/compodoc/issues/1362) - fix(app): disableLifeCycleHooks for pipes and services ([753b74d](https://togithub.com/compodoc/compodoc/commit/753b74d)), closes [#​1369](https://togithub.com/compodoc/compodoc/issues/1369) - fix(app): json export and disableSourceCode - template and style sources should not be added ([6a85f1b](https://togithub.com/compodoc/compodoc/commit/6a85f1b)), closes [#​1370](https://togithub.com/compodoc/compodoc/issues/1370) - fix(app): remove inside dependency no longer used, bump dev/Dependencies ([91865b7](https://togithub.com/compodoc/compodoc/commit/91865b7)), closes [#​1355](https://togithub.com/compodoc/compodoc/issues/1355) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gax-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
sofisl
pushed a commit
that referenced
this pull request
Feb 25, 2026
sofisl
pushed a commit
that referenced
this pull request
Feb 26, 2026
Source-Link: googleapis/synthtool@b801276 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ba3f2990fefe465f89834e4c46f847ddb141afa54daa6a1d462928fa679ed143 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
sofisl
pushed a commit
that referenced
this pull request
Feb 26, 2026
🤖 I have created a release \*beep\* \*boop\* --- ## [5.16.0](https://www.github.com/googleapis/nodejs-spanner/compare/v5.15.2...v5.16.0) (2021-12-09) ### Features * add eslintignore for sameple generated code ([#1302](https://www.github.com/googleapis/nodejs-spanner/issues/1302)) ([#1520](https://www.github.com/googleapis/nodejs-spanner/issues/1520)) ([f835b72](https://www.github.com/googleapis/nodejs-spanner/commit/f835b721210d01b11d7f5751ee06f13518e7fe0f)) ### Bug Fixes * **build:** set default branch to main ([#1469](https://www.github.com/googleapis/nodejs-spanner/issues/1469)) ([152985a](https://www.github.com/googleapis/nodejs-spanner/commit/152985a1f783534e6b3e3ce332a1333dec67269d)) * **cloud-rad:** move comments for TSDoc ([#1509](https://www.github.com/googleapis/nodejs-spanner/issues/1509)) ([1c49922](https://www.github.com/googleapis/nodejs-spanner/commit/1c49922c75bd56dbd0456318bee8a336eb088156)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
GautamSharda
pushed a commit
that referenced
this pull request
Mar 11, 2026
…move configs to Node 12 (#1418) (#1520) * build: make ci testing conditional on engines field in package.json, move configs to Node 12 (#1418) * build: make ci testing conditional on engines field in package.json, move configs to Node 12 Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@2800f5a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:dc7bfb4c4bf50496abbdd24bd9e4aaa833dc75248c0a9e3a7f807feda5258873 * samples: fix another potentially flaky test * tests: remove extra import Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <bencoe@google.com> Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com> Co-authored-by: Megan Potter <mzp@google.com>
sofisl
pushed a commit
that referenced
this pull request
Mar 17, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
thiyaguk09
pushed a commit
to thiyaguk09/google-cloud-node-fork
that referenced
this pull request
Mar 18, 2026
* feat: add precondition checks to file operations (googleapis#1520) * feat: add precondition options to relevant bucket operations (googleapis#1521) Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
feywind
added a commit
that referenced
this pull request
Mar 27, 2026
…move configs to Node 12 (#1418) (#1520) * build: make ci testing conditional on engines field in package.json, move configs to Node 12 (#1418) * build: make ci testing conditional on engines field in package.json, move configs to Node 12 Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@2800f5a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:dc7bfb4c4bf50496abbdd24bd9e4aaa833dc75248c0a9e3a7f807feda5258873 * samples: fix another potentially flaky test * tests: remove extra import Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <bencoe@google.com> Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com> Co-authored-by: Megan Potter <mzp@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.