Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump conf to ^13.1.0 - autoclosed #16792

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
conf ^5.0.0 -> ^13.1.0 age adoption passing confidence

Release Notes

sindresorhus/conf (conf)

v13.1.0

Compare Source

v13.0.1

Compare Source

  • Fix validation being incorrectly run before schema change (#​194) 529e762

v13.0.0

Compare Source

Breaking

This is only a breaking change if you use the schema option.

v12.0.0

Compare Source

Breaking

v11.0.2

Compare Source

  • Fix types for .delete() to allow access by dot notation (#​182) 5b9a6e3

v11.0.1

Compare Source

v11.0.0

Compare Source

Breaking
  • Require Node.js 14 cea3d68
  • This package is now pure ESM. Please read this.
  • The projectName option is now required unless you use the cwd option.
    • Previously, the package fetched the package name from the closest package.json, but this is no longer possible with ESM.
    • If you target Node.js 18 or later, it's quite easy to read package.json.
  • The projectVersion option is now required if you use the migration option.
  • Remove encryption migration 80e1ff0
    • Make sure to upgrade to v10 first if you upgrade from a version earlier than v5.

v10.2.0

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.3

Compare Source

  • Upgrade some dependencies f19ee6b

v10.0.2

Compare Source

v10.0.1

Compare Source

  • Fix issue with onDidChange not always being called (#​143) 3a53356

v10.0.0

Compare Source

Breaking

v9.0.2

Compare Source

v9.0.1

Compare Source

  • Fix .reset() to correctly handle falsy default values (#​141) 735225e

v9.0.0

Compare Source

  • Make the clearInvalidConfig option false by default b291021
    A lot of people found the previous default surprising.

v8.0.0

Compare Source

Breaking
  • Fix .clear() behavior (#​136) 259ba9b
    Previously, it would not reset the values back to the default ones specified in the defaults or schema option. It correctly does this now.
  • Update ajv to version 7. This might affect user using the schema option.

v7.1.2

Compare Source

v7.1.1

Compare Source

  • Export Options TypeScript type 71477a7

v7.1.0

Compare Source

  • Use atomically package instead of write-file-atomic (#​115) 6c624a0

v7.0.1

Compare Source

v7.0.0

Compare Source

Breaking
Improvements
  • Move to TypeScript (#​104) 41b0c10
    This hopefully should result in better types.

v6.2.4

Compare Source

  • Fix issue with package.json inference when using the cwd option (#​107) 3ef2da0

v6.2.3

Compare Source

v6.2.2

Compare Source

v6.2.1

Compare Source

v6.2.0

Compare Source

  • Warning: The migrations option is buggy. Don't use it at this time.
  • Add semver range capabilities into migrations (#​88) df3a256

v6.1.0

Compare Source

v6.0.1

Compare Source

  • Fix the TypeScript types (#​90) b5a4676
    The types were accidentally looser than intended.

v6.0.0

Compare Source

Breaking for TypeScript users
Enhancements
Fixes
  • Add temporary workaround for Conf being packaged in a Snap app 68bbb46

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies label Mar 2, 2025
@mui-bot
Copy link

mui-bot commented Mar 2, 2025

Deploy preview: https://deploy-preview-16792--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 85ad43e

@LukasTy
Copy link
Member

LukasTy commented Mar 11, 2025

@hasdfa correct me if I'm wrong, but conf is used at dev runtime, hence, to maintain the current declaration of engines.node, we have to limit the updates to before v12, where they increased min node version to 18? 🤔

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 11, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/conf-13.x branch from 8a9acac to 84dd7ff Compare March 11, 2025 08:34
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 11, 2025
@hasdfa
Copy link
Member

hasdfa commented Mar 11, 2025

@LukasTy Yes, conf is used only in dev runtime, and in production it will be stripped.
I think we may stay with the current version to avoid any conflicts with Node.js versions, is that okay?

@LukasTy
Copy link
Member

LukasTy commented Mar 11, 2025

I think we may stay with the current version to avoid any conflicts with Node.js versions, is that okay?

WDYT about bumping to ^10 since v11 introduced ESM?
Or do you prefer specifically sticking with the current major for some reason? 🤔

@hasdfa
Copy link
Member

hasdfa commented Mar 11, 2025

Okay, I will make some updates on x-telemetry package again soon, so maybe will do that update in the same PR and we can close this

Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 13, 2025
@renovate renovate bot force-pushed the renovate/conf-13.x branch from 84dd7ff to 7fb38b6 Compare March 13, 2025 09:08
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 13, 2025
@hasdfa
Copy link
Member

hasdfa commented Mar 18, 2025

Should be solved in #17008

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 24, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/conf-13.x branch from 7fb38b6 to 85ad43e Compare March 24, 2025 08:44
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 24, 2025
@renovate renovate bot changed the title Bump conf to ^13.1.0 Bump conf to ^13.1.0 - autoclosed Mar 24, 2025
@renovate renovate bot closed this Mar 24, 2025
@renovate renovate bot deleted the renovate/conf-13.x branch March 24, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants