-
Notifications
You must be signed in to change notification settings - Fork 3
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see whatβs changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: cloudquery/plugin-sdk-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.25
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cloudquery/plugin-sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.26
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 4 files changed
- 1 contributor
Commits on May 1, 2025
-
fix(deps): Update dependency prettier to v3.5.3 (#277)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`](https://renovatebot.com/diffs/npm/prettier/3.5.1/3.5.3) | --- ### Release Notes <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.5.3`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#353) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.5.2...3.5.3) [diff](https://redirect.github.com/prettier/prettier/compare/3.5.2...3.5.3) ##### Flow: Fix missing parentheses in `ConditionalTypeAnnotation` ([#​17196](https://redirect.github.com/prettier/prettier/pull/17196) by [@​fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```jsx // Input type T<U> = 'a' | ('b' extends U ? 'c' : empty); type T<U> = 'a' & ('b' extends U ? 'c' : empty); // Prettier 3.5.2 type T<U> = "a" | "b" extends U ? "c" : empty; type T<U> = "a" & "b" extends U ? "c" : empty; // Prettier 3.5.3 type T<U> = "a" | ("b" extends U ? "c" : empty); type T<U> = "a" & ("b" extends U ? "c" : empty); ``` ### [`v3.5.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#352) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.5.1...3.5.2) [diff](https://redirect.github.com/prettier/prettier/compare/3.5.1...3.5.2) ##### Remove `module-sync` condition ([#​17156](https://redirect.github.com/prettier/prettier/pull/17156) by [@​fisker](https://redirect.github.com/fisker)) In Prettier 3.5.0, [we added `module-sync` condition to `package.json`](https://prettier.io/blog/2025/02/09/3.5.0#use-esm-entrypoint-for-requireesm-16958-by-tats-u), so that `require("prettier")` can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the `module-sync` condition, so `require("prettier")` will still use the CommonJS version, we'll revisit until `require(ESM)` feature is more stable. </details> --- ### Configuration π **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 8376dba - Browse repository at this point
Copy the full SHA 8376dbaView commit details -
fix(deps): Update dependency winston-error-format to v3.0.2 (#278)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winston-error-format](https://redirect.github.com/ehmicky/winston-error-format) | dependencies | patch | [`3.0.1` -> `3.0.2`](https://renovatebot.com/diffs/npm/winston-error-format/3.0.1/3.0.2) | --- ### Release Notes <details> <summary>ehmicky/winston-error-format (winston-error-format)</summary> ### [`v3.0.2`](https://redirect.github.com/ehmicky/winston-error-format/blob/HEAD/CHANGELOG.md#302) [Compare Source](https://redirect.github.com/ehmicky/winston-error-format/compare/3.0.1...3.0.2) #### Documentation - Improve documentation in `README.md` </details> --- ### Configuration π **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for ba90ab7 - Browse repository at this point
Copy the full SHA ba90ab7View commit details
Commits on May 9, 2025
-
fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0β¦
β¦.34 (#280) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@cloudquery/plugin-pb-javascript](https://redirect.github.com/cloudquery/plugin-pb-javascript) | dependencies | patch | [`^0.0.33` -> `^0.0.34`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-pb-javascript/0.0.33/0.0.34) | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-javascript (@​cloudquery/plugin-pb-javascript)</summary> ### [`v0.0.34`](https://redirect.github.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0034-2025-05-09) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-javascript/compare/v0.0.33...v0.0.34) ##### Bug Fixes - **deps:** Update dependency [@​grpc/grpc-js](https://redirect.github.com/grpc/grpc-js) to v1.13.3 ([#​95](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/95)) ([e686c4d](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/e686c4d0e862e2f8bd4c1b4fc7bb721cf46d2aa4)) - **deps:** Update dependency typescript to v5.8.3 ([#​96](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/96)) ([4657f68](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/4657f68f02335cf0e60acc18579935e65a606de1)) </details> --- ### Configuration π **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 5473220 - Browse repository at this point
Copy the full SHA 5473220View commit details -
chore(main): Release v0.1.26 (#279)
π€ I have created a release *beep* *boop* --- ## [0.1.26](v0.1.25...v0.1.26) (2025-05-09) ### Bug Fixes * **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.34 ([#280](#280)) ([5473220](5473220)) * **deps:** Update dependency prettier to v3.5.3 ([#277](#277)) ([8376dba](8376dba)) * **deps:** Update dependency winston-error-format to v3.0.2 ([#278](#278)) ([ba90ab7](ba90ab7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for ad14f46 - Browse repository at this point
Copy the full SHA ad14f46View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.25...v0.1.26