Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
glob ^7.1.6 -> ^10.0.0 age adoption passing confidence

glob is only used during build in Makefile.js and tools\check-rule-examples.js. The current version 10.3.0 supports all Node.js versions supported by ESLint 9: https://github.com/isaacs/node-glob/blob/v10.3.0/package.json#L96.

The main differences from glob v7 are:


Release Notes

isaacs/node-glob (glob)

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.8

Compare Source

v10.3.7

Compare Source

v10.3.6

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

  • Add --default -p flag to provide a default pattern

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

  • Add glob cli

v10.1.0

Compare Source

  • Return '.' instead of the empty string '' when the current
    working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on
    Windows.

v10.0.0

Compare Source

  • No default exports, only named exports

v9.3.5

Compare Source

v9.3.4

Compare Source

v9.3.3

Compare Source

  • Upgraded minimatch to v8, adding support for any degree of
    nested extglob patterns.

v9.3.2

Compare Source

v9.3.1

Compare Source

v9.3.0

Compare Source

v9.2.1

Compare Source

v9.2.0

Compare Source

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

v8.1.0

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 29, 2023 12:27
@renovate renovate bot added dependencies Pull requests that update a dependency file deps:npm labels Dec 29, 2023
@eslint-github-bot eslint-github-bot bot added the chore This change is not user-facing label Dec 29, 2023
Copy link

netlify bot commented Dec 29, 2023

Deploy Preview for docs-eslint canceled.

Name Link
🔨 Latest commit 01f5718
🔍 Latest deploy log https://app.netlify.com/sites/docs-eslint/deploys/658edbef5c3444000872ba54

Copy link
Contributor Author

renovate bot commented Dec 29, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@fasttime fasttime marked this pull request as draft December 29, 2023 13:19
@fasttime
Copy link
Member

Converted to a draft because there are tests failing on Windows.

const globAsync = promisify(glob);

// determine which files to check
const filenames = (await Promise.all(patterns.map(pattern => globAsync(pattern, { nonull: true })))).flat();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nonull is no longer supported.

Comment on lines +58 to +61
// Remove OS-dependent path except base name.
const normalizedStderr =
// eslint-disable-next-line no-control-regex -- escaping control character
stderr.replace(/(?<=\x1B\[4m).*(?=bad-examples\.md)/u, "");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Windows, glob 10 now returns backslash-separated paths.

@fasttime
Copy link
Member

Tests are passing on Windows now. All Makefile tasks seem to work as usual.

@fasttime fasttime marked this pull request as ready for review December 29, 2023 16:14
Copy link
Contributor

@snitin315 snitin315 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Leaving it open for others to review.

Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for digging into this @fasttime!

@nzakas nzakas merged commit 750b8df into main Jan 2, 2024
@nzakas nzakas deleted the renovate/glob-10.x branch January 2, 2024 21:49
@eslint-github-bot eslint-github-bot bot locked and limited conversation to collaborators Jul 1, 2024
@eslint-github-bot eslint-github-bot bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Jul 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

archived due to age This issue has been archived; please open a new issue for any further discussion chore This change is not user-facing dependencies Pull requests that update a dependency file deps:npm

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants