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

chore(deps): update dependency cosmiconfig to v8.3.6 #9630

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cosmiconfig 8.1.3 -> 8.3.6 age adoption passing confidence

Release Notes

cosmiconfig/cosmiconfig (cosmiconfig)

v8.3.6

Compare Source

  • Ignore search place if accessing it causes ENOTDIR (i.e. if access of a subpath of a file is attempted)

v8.3.5

Compare Source

  • Fixed regression in transform option

v8.3.4

Compare Source

  • Fixed crash in older node versions

v8.3.3

Compare Source

  • Added back node 14 compat to package.json

v8.3.2

Compare Source

  • Fixed some issues with TypeScript config loading

v8.3.1

Compare Source

  • Fixed crash when stopDir was given but undefined

v8.3.0

Compare Source

  • Add support for TypeScript configuration files

v8.2.0

Compare Source

  • Add support for ECMAScript modules (ESM) to the asynchronous API. End users running Node versions that support ESM can provide .mjs files, or .js files whose nearest parent package.json file contains "type": "module".
    • ${moduleName}rc.mjs and ${moduleName}.config.mjs are included in the default searchPlaces of the asynchronous API.
    • The synchronous API does not support ECMAScript modules, so does not look for .mjs files.
    • To learn more, read "Loading JS modules".

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Aug 24, 2023

⚠️ No Changeset found

Latest commit: 6d05946

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Aug 24, 2023

💻 Website Preview

The latest changes are available as preview in: https://e92e95fe.graphql-code-generator.pages.dev

@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch from 996ba1c to 8213ff6 Compare August 25, 2023 03:10
@github-actions
Copy link
Contributor

github-actions bot commented Aug 25, 2023

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/core 4.0.1-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/add 5.0.1-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/fragment-matcher 5.0.1-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/introspection 4.0.1-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/schema-ast 4.0.1-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/visitor-plugin-common 4.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 4.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 4.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 5.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 4.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.1.1-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/testing 3.0.1-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎
@graphql-codegen/plugin-helpers 5.0.2-alpha-20230913172508-6d059464c npm ↗︎ unpkg ↗︎

@renovate renovate bot changed the title chore(deps): update dependency cosmiconfig to v8.2.0 chore(deps): update dependency cosmiconfig to v8.3.0 Sep 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency cosmiconfig to v8.3.0 chore(deps): update dependency cosmiconfig to v8.3.2 Sep 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency cosmiconfig to v8.3.2 chore(deps): update dependency cosmiconfig to v8.3.3 Sep 3, 2023
@renovate renovate bot changed the title chore(deps): update dependency cosmiconfig to v8.3.3 chore(deps): update dependency cosmiconfig to v8.3.4 Sep 4, 2023
@renovate renovate bot changed the title chore(deps): update dependency cosmiconfig to v8.3.4 chore(deps): update dependency cosmiconfig to v8.3.5 Sep 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency cosmiconfig to v8.3.5 chore(deps): update dependency cosmiconfig to v8.3.6 Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants