-
Notifications
You must be signed in to change notification settings - Fork 50
Comparing changes
Open a pull request
base repository: open-feature/spec
base: v0.5.1
head repository: open-feature/spec
compare: v0.5.2
- 10 commits
- 12 files changed
- 9 contributors
Commits on Oct 24, 2022
-
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `.github/workflows/pr-checks.yaml` (github-actions) * `package.json` (npm) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Enable Renovate Dependency Dashboard creation. - If Renovate detects semantic commits, it will use semantic commit type `fix` for dependencies and `chore` for all others. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories. - Autodetect whether to pin dependencies or maintain ranges. - Rate limit PR creation to a maximum of two per hour. - Limit to maximum 10 open PRs at any time. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - A collection of workarounds for known problems with packages. 🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. --- ### What to Expect With your current configuration, Renovate will create 5 Pull Requests: <details> <summary>chore(deps): pin dependencies</summary> - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `main` - Pin [markdown-link-check](https://togithub.com/tcort/markdown-link-check) to `3.10.2` - Pin [markdown-toc](https://togithub.com/jonschlinkert/markdown-toc) to `1.2.0` - Pin [markdownlint-cli](https://togithub.com/igorshubovych/markdownlint-cli) to `0.31.1` - Pin [prettier](https://togithub.com/prettier/prettier) to `2.6.2` </details> <details> <summary>chore(deps): update dependency markdown-link-check to v3.10.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/markdown-link-check-3.x` - Merge into: `main` - Upgrade [markdown-link-check](https://togithub.com/tcort/markdown-link-check) to `3.10.3` </details> <details> <summary>chore(deps): update dependency markdownlint-cli to v0.32.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/markdownlint-cli-0.x` - Merge into: `main` - Upgrade [markdownlint-cli](https://togithub.com/igorshubovych/markdownlint-cli) to `0.32.2` </details> <details> <summary>chore(deps): update dependency prettier to v2.7.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/prettier-2.x` - Merge into: `main` - Upgrade [prettier](https://togithub.com/prettier/prettier) to `2.7.1` </details> <details> <summary>chore(deps): update actions/setup-python action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-python-4.x` - Merge into: `main` - Upgrade [actions/setup-python](https://togithub.com/actions/setup-python) to `v4` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for `prhourlylimit` for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/spec). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3445d95 - Browse repository at this point
Copy the full SHA 3445d95View commit details
Commits on Nov 9, 2022
-
Remove @oleg-nenashev from CODEOWNERS (#160)
I am not doing the reviews anymore Signed-off-by: Oleg Nenashev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb3c21a - Browse repository at this point
Copy the full SHA bb3c21aView commit details -
docs: small changes/corrections (#159)
Signed-off-by: David Hirsch <[email protected]> ## This PR small corrections to docs Signed-off-by: David Hirsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f1561d - Browse repository at this point
Copy the full SHA 0f1561dView commit details
Commits on Nov 24, 2022
-
Rephrase sentence about evaluation tools (#162)
Signed-off-by: Meg McRoberts <[email protected]>
Meg McRoberts authoredNov 24, 2022 Configuration menu - View commit details
-
Copy full SHA for c49b306 - Browse repository at this point
Copy the full SHA c49b306View commit details
Commits on Nov 28, 2022
-
chore(deps): update dependency markdownlint-cli to ^0.32.0 (#155)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint-cli](https://togithub.com/igorshubovych/markdownlint-cli) | [`^0.31.1` -> `^0.32.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.31.1/0.32.2) | [](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>igorshubovych/markdownlint-cli</summary> ### [`v0.32.2`](https://togithub.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.2): 0.32.2 [Compare Source](https://togithub.com/igorshubovych/markdownlint-cli/compare/v0.32.1...v0.32.2) - Update `markdownlint` dependency to `0.26.2` - Improve `MD037`/`MD051`/`MD053` - Update all dependencies via `Dependabot` ### [`v0.32.1`](https://togithub.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.1): 0.32.1 [Compare Source](https://togithub.com/igorshubovych/markdownlint-cli/compare/v0.32.0...v0.32.1) - Update `markdownlint` dependency to `0.26.1` - Improve `MD051` - Update all dependencies via `Dependabot` ### [`v0.32.0`](https://togithub.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.0): 0.32.0 [Compare Source](https://togithub.com/igorshubovych/markdownlint-cli/compare/v0.31.1...v0.32.0) - Update `markdownlint` dependency to `0.26.0` - Add `MD051`/`link-fragments`: Link fragments should be valid - Add `MD052`/`reference-links-images`: Reference links and images should use a label that is defined - Add `MD053`/`link-image-reference-definitions`: Link and image reference definitions should be needed (auto-fixable) - Improve `MD010`/`MD031`/`MD035`/`MD039`/`MD042`/`MD044`/`MD049`/`MD050` - Add `markdownlint-disable-line` inline comment - Support `~` paths in configuration files - Improve performance - Add `.markdownlint.jsonc` to list of supported configuration files - Remove support for end-of-life Node version 12 - Update all dependencies via `Dependabot` </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/spec). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f0fdd8 - Browse repository at this point
Copy the full SHA 7f0fdd8View commit details
Commits on Nov 30, 2022
-
chore: clarify timezone requirement (#150)
A small change to make the timezone info on the `Datetime` type optional. Some SDKs already do not include timezone info. Since it's loosening this definition, this is non-breaking. Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Steve Arch <[email protected]> Co-authored-by: Michael Beemer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5270ae8 - Browse repository at this point
Copy the full SHA 5270ae8View commit details
Commits on Dec 2, 2022
-
Fix usage of wrong type instead of resolution details (#161)
Evaluation details and flag evaluation names usages for resolution details type were fixed. Signed-off-by: Nikita Bishonen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 136c26a - Browse repository at this point
Copy the full SHA 136c26aView commit details
Commits on Dec 19, 2022
-
docs: include STATIC and CACHED in provider reasons (#166)
Signed-off-by: Skye Gill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 928d513 - Browse repository at this point
Copy the full SHA 928d513View commit details
Commits on Jan 5, 2023
-
chore(deps): update actions/setup-python action to v4 (#157)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/setup-python</summary> ### [`v4`](https://togithub.com/actions/setup-python/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-python/compare/v3...v4) </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/spec). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ebe27b - Browse repository at this point
Copy the full SHA 8ebe27bView commit details
Commits on Jan 12, 2023
-
fix: links and link checks (#172)
Signed-off-by: Todd Baert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ed7442 - Browse repository at this point
Copy the full SHA 7ed7442View commit details
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.5.1...v0.5.2