Glob - Github action to match glob patterns and retrieve the relative file paths.

Overview

CI Update release version. Public workflows that use this action.

Ubuntu Mac OS Windows

glob

Search for files matching glob patterns.

...
    steps:
      - uses: actions/checkout@v2
      - name: Glob match
        uses: tj-actions/[email protected]
        id: glob
        with:
          files: |
            *.yml
            *.md
      - name: Show all matching files
        run: |
          echo "${{ steps.glob.outputs.paths }}"
        ## Returns: /home/runner/work/glob/glob/action.yml|...

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
files string true File patterns
files-separator string false \n Separator used to split the files
input
follow-symbolic-links string false true Indicates whether to follow symbolic links
separator string false ` `
strip-top-level-dir string false true Strip the $GITHUB_WORKSPACE from the paths
output
token string false ${{ github.token }} The GitHub token used to create
an authenticated client

Outputs

OUTPUT TYPE DESCRIPTION
paths string Relative paths using the specified patterns

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/glob/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.
Comments
  • [BUG] Looking for __init__.py is failing

    [BUG] Looking for __init__.py is failing

    Is there an existing issue for this?

    • [X] I have searched the existing issues

    Does this issue exist in the latest version?

    • [X] I'm using the latest release

    Describe the bug?

    I'm trying to use this GH workflow to verify whether a specific init.py file was modified or not. I've tried to use regex, specific paths, and other options as well but it keeps failing with the following error: image

    Step content: - name: Get changed files id: changed-files uses: tj-actions/[email protected] with: files: | commons/__init__.py

    To Reproduce

    Add the following step:

          - name: Get changed files
            id: changed-files
            uses: tj-actions/[email protected]
            with:
              files: |
                commons/__init__.py
    

    What OS are you seeing the problem on?

    ubuntu-latest or ubuntu-20.04

    Expected behavior?

    To succeed

    Relevant log output

    grep: : No such file or directory
      grep: : No such file or directory
      grep: : No such file or directory
      grep: : No such file or directory
      /home/runner/work/_actions/tj-actions/changed-files/v34.6.1/get-changed-paths.sh: line 91: echo: write error: Broken pipe
    

    Anything else?

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct
    bug 
    opened by giladlevy7 12
  • [gitignore] optionally include directories that are a part of gitignore in the glob

    [gitignore] optionally include directories that are a part of gitignore in the glob

    Is this feature missing in the latest version?

    • [X] I'm using the latest release

    Is your feature request related to a problem? Please describe.

    Currently the globing will filter out directories that are included in the gitignore file. I have a job where build artifacts are produced in a gitignored directory and I need to gather produced files based on a glob. This action won't let me do so in it's current state.

    Describe the solution you'd like?

    I would like to be able to provide an option to skip the gitignore filter in some capacity. We could skip the entire gitignore filtering or we could provide gitignore entries to exclude from the filtering process.

    Describe alternatives you've considered?

    No response

    Anything else?

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct
    enhancement 
    opened by CNDW 2
  • Bump @actions/core from 1.8.0 to 1.8.2

    Bump @actions/core from 1.8.0 to 1.8.2

    Bumps @actions/core from 1.8.0 to 1.8.2.

    Changelog

    Sourced from @​actions/core's changelog.

    1.8.2

    • Update to v2.0.1 of @actions/http-client #1087

    1.8.1

    • Update to v2.0.0 of @actions/http-client
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • Bump @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0

    Bump @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0

    Bumps @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.46.0

    5.46.0 (2022-12-08)

    Bug Fixes

    • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#6079) (d91a5fc)

    Features

    • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#6174) (8a91cbd)
    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.46.0 (2022-12-08)

    Bug Fixes

    • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#6079) (d91a5fc)

    Features

    • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#6174) (8a91cbd)
    Commits
    • 1e1573a chore: publish v5.46.0
    • d91a5fc fix(eslint-plugin): [ban-types] update message to suggest object instead of...
    • 8a91cbd feat(eslint-plugin): [prefer-nullish-coalescing] logic and test for strict nu...
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump @types/node from 18.11.11 to 18.11.12

    Bump @types/node from 18.11.11 to 18.11.12

    Bumps @types/node from 18.11.11 to 18.11.12.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump @typescript-eslint/parser from 5.45.1 to 5.46.0

    Bump @typescript-eslint/parser from 5.45.1 to 5.46.0

    Bumps @typescript-eslint/parser from 5.45.1 to 5.46.0.

    Release notes

    Sourced from @​typescript-eslint/parser's releases.

    v5.46.0

    5.46.0 (2022-12-08)

    Bug Fixes

    • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#6079) (d91a5fc)

    Features

    • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#6174) (8a91cbd)
    Changelog

    Sourced from @​typescript-eslint/parser's changelog.

    5.46.0 (2022-12-08)

    Note: Version bump only for package @​typescript-eslint/parser

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump prettier from 2.8.0 to 2.8.1

    Bump prettier from 2.8.0 to 2.8.1

    Bumps prettier from 2.8.0 to 2.8.1.

    Release notes

    Sourced from prettier's releases.

    2.8.1

    🔗 Changelog

    Changelog

    Sourced from prettier's changelog.

    2.8.1

    diff

    Fix SCSS map in arguments (#9184 by @​agamkrbit)

    // Input
    $display-breakpoints: map-deep-merge(
      (
        "print-only": "only print",
        "screen-only": "only screen",
        "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
      ),
      $display-breakpoints
    );
    

    // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints );

    // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints );

    Support auto accessors syntax (#13919 by @​sosukesuzuki)

    Support for Auto Accessors Syntax landed in TypeScript 4.9.

    (Doesn't work well with babel-ts parser)

    class Foo {
      accessor foo: number = 3;
    </tr></table> 
    

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump typescript from 4.9.3 to 4.9.4

    Bump typescript from 4.9.3 to 4.9.4

    Bumps typescript from 4.9.3 to 4.9.4.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.9.4

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Changes:

    • e2868216f637e875a74c675845625eb15dcfe9a2 Bump version to 4.9.4 and LKG.
    • eb5419fc8d980859b98553586dfb5f40d811a745 Cherry-pick #51704 to release 4.9 (#51712)
    • b4d382b9b12460adf2da4cc0d1429cf19f8dc8be Cherry-pick changes for narrowing to tagged literal types.
    • e7a02f43fce47e1a39259ada5460bcc33c8e98b5 Port of #51626 and #51689 to release-4.9 (#51627)
    • 1727912f0437a7f367d90040fc4b0b4f3efd017a Cherry-pick fix around visitEachChild to release-4.9. (#51544)

    This list of changes was auto generated.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • [BUG] wrong file patterns created from .gitignore entries

    [BUG] wrong file patterns created from .gitignore entries

    Is there an existing issue for this?

    • [X] I have searched the existing issues

    Does this issue exist in the latest version?

    • [X] I'm using the latest release

    Describe the bug?

    The file patterns generated from .gitignore entries are generated incorrectly.

    An entry with /foo becomes !/path/to/work/dir/**/foo which incorrectly matches all directories named foo instead of matching only the root-level

    To Reproduce

    1. create .gitignore entry starting with /
    2. turn on debug output and look at output of generated file patterns

    What OS are you seeing the problem on?

    ubuntu-latest or ubuntu-20.04

    Expected behavior?

    Correct file pattern in the example would be !/path/to/work/dir/foo

    Relevant log output

    No response

    Anything else?

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct
    bug 
    opened by nerdbeere 1
  • [BUG] Invalid pattern with relative path in .gitignore

    [BUG] Invalid pattern with relative path in .gitignore

    Is there an existing issue for this?

    • [X] I have searched the existing issues

    Does this issue exist in the latest version?

    • [X] I'm using the latest release

    Describe the bug?

    With the latest release we get

    Invalid pattern */./*.yaml'. Relative pathing '.' and '..' is not allowed.
    

    Since our .gitignore has ./*.yaml.

    To Reproduce

    1. Place ./*.yaml in .gitignore
    2. Try to use the action

    What OS are you seeing the problem on?

    all

    Expected behavior?

    No errors.

    Relevant log output

    No response

    Anything else?

    No response

    Code of Conduct

    • [X] I agree to follow this project's Code of Conduct
    bug 
    opened by chicocvenancio 1
  • Update dependency temp-dir to v3

    Update dependency temp-dir to v3

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | temp-dir | 2.0.0 -> 3.0.0 | age | adoption | passing | confidence |


    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: Renovate will not automatically rebase this PR, because other commits have been found.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

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

    dependencies 
    opened by renovate[bot] 1
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    Awaiting Schedule

    These updates are awaiting their schedule. Click on a checkbox to get an update now.

    • [ ] chore(deps): lock file maintenance

    Detected dependencies

    github-actions
    .github/workflows/auto-approve.yml
    • hmarr/auto-approve-action v3
    .github/workflows/auto-merge.yml
    • pascalgn/automerge-action v0.15.5
    .github/workflows/codacy-analysis.yml
    • actions/checkout v3
    • codacy/codacy-analysis-cli-action v4.2.0
    • github/codeql-action v2
    .github/workflows/codeql.yml
    • actions/checkout v3
    • github/codeql-action v2
    • github/codeql-action v2
    • github/codeql-action v2
    .github/workflows/greetings.yml
    • actions/first-interaction v1
    .github/workflows/sync-release-version.yml
    • actions/checkout v3
    • tj-actions/release-tagger v2
    • tj-actions/sync-release-version v13
    • tj-actions/github-changelog-generator v1.17
    • peter-evans/create-pull-request v4.2.3
    .github/workflows/test.yml
    • actions/checkout v3
    • actions/setup-node v3.5.1
    • tj-actions/eslint-changed-files v18
    • tj-actions/verify-changed-files v13
    • actions/upload-artifact v3
    • codacy/codacy-coverage-reporter-action v1
    • actions/checkout v3
    • actions/download-artifact v3
    .github/workflows/update-readme.yml
    • actions/checkout v3.2.0
    • tj-actions/auto-doc v1.7.2
    • tj-actions/remark v3
    • tj-actions/verify-changed-files v13
    • peter-evans/create-pull-request v4.2.3
    npm
    package.json
    • @actions/core 1.10.0
    • @actions/exec 1.1.1
    • @actions/glob 0.3.0
    • uuid 9.0.0
    • @types/jest 29.2.5
    • @types/node 18.11.18
    • @types/uuid 9.0.0
    • @typescript-eslint/eslint-plugin 5.47.1
    • @typescript-eslint/parser 5.47.1
    • @vercel/ncc 0.36.0
    • eslint 8.31.0
    • eslint-plugin-github 4.6.0
    • eslint-plugin-jest 27.2.0
    • jest 29.3.1
    • prettier 2.8.1
    • ts-jest 29.0.3
    • typescript 4.9.4

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 1
Releases(v16.8)
  • v16.8(Jan 2, 2023)

    What's Changed

    • Upgraded to v16.7 by @jackton1 in https://github.com/tj-actions/glob/pull/586
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/587
    • chore(deps): update typescript-eslint monorepo to v5.47.0 by @renovate in https://github.com/tj-actions/glob/pull/588
    • Bump tj-actions/eslint-changed-files from 17 to 18 by @dependabot in https://github.com/tj-actions/glob/pull/589
    • chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/590
    • chore(deps): update dependency @types/node to v18.11.18 by @renovate in https://github.com/tj-actions/glob/pull/591
    • chore(deps): update typescript-eslint monorepo to v5.47.1 by @renovate in https://github.com/tj-actions/glob/pull/592
    • chore(deps): update tj-actions/github-changelog-generator action to v1.17 by @renovate in https://github.com/tj-actions/glob/pull/593
    • chore: improve test coverage by @jackton1 in https://github.com/tj-actions/glob/pull/594
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/595
    • chore(deps): update dependency @types/jest to v29.2.5 by @renovate in https://github.com/tj-actions/glob/pull/596
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/597
    • chore(deps): update tj-actions/auto-doc action to v1.7.2 by @renovate in https://github.com/tj-actions/glob/pull/598
    • chore(deps): update dependency eslint to v8.31.0 by @renovate in https://github.com/tj-actions/glob/pull/599
    • chore(deps): update dependency eslint-plugin-jest to v27.2.0 by @renovate in https://github.com/tj-actions/glob/pull/600
    • chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/602
    • chore: update-default by @jackton1 in https://github.com/tj-actions/glob/pull/601
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/603

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.8

    Source code(tar.gz)
    Source code(zip)
  • v16(Nov 8, 2022)

    Changes in v16.8

    What's Changed

    • Upgraded to v16.7 by @jackton1 in https://github.com/tj-actions/glob/pull/586
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/587
    • chore(deps): update typescript-eslint monorepo to v5.47.0 by @renovate in https://github.com/tj-actions/glob/pull/588
    • Bump tj-actions/eslint-changed-files from 17 to 18 by @dependabot in https://github.com/tj-actions/glob/pull/589
    • chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/590
    • chore(deps): update dependency @types/node to v18.11.18 by @renovate in https://github.com/tj-actions/glob/pull/591
    • chore(deps): update typescript-eslint monorepo to v5.47.1 by @renovate in https://github.com/tj-actions/glob/pull/592
    • chore(deps): update tj-actions/github-changelog-generator action to v1.17 by @renovate in https://github.com/tj-actions/glob/pull/593
    • chore: improve test coverage by @jackton1 in https://github.com/tj-actions/glob/pull/594
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/595
    • chore(deps): update dependency @types/jest to v29.2.5 by @renovate in https://github.com/tj-actions/glob/pull/596
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/597
    • chore(deps): update tj-actions/auto-doc action to v1.7.2 by @renovate in https://github.com/tj-actions/glob/pull/598
    • chore(deps): update dependency eslint to v8.31.0 by @renovate in https://github.com/tj-actions/glob/pull/599
    • chore(deps): update dependency eslint-plugin-jest to v27.2.0 by @renovate in https://github.com/tj-actions/glob/pull/600
    • chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/602
    • chore: update-default by @jackton1 in https://github.com/tj-actions/glob/pull/601
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/603

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.8


    Changes in v16.7

    What's Changed

    • chore: remove ubuntu 18.04 from test by @jackton1 in https://github.com/tj-actions/glob/pull/575
    • Update tj-actions/verify-changed-files action to v13 by @renovate in https://github.com/tj-actions/glob/pull/574
    • Update tj-actions/auto-doc action to v1.6.0 by @renovate in https://github.com/tj-actions/glob/pull/573
    • Update dependency eslint-plugin-jest to v27.1.7 by @renovate in https://github.com/tj-actions/glob/pull/576
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/577
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/578
    • Update dependency @types/node to v18.11.16 by @renovate in https://github.com/tj-actions/glob/pull/579
    • Update dependency eslint to v8.30.0 by @renovate in https://github.com/tj-actions/glob/pull/580
    • Update dependency @types/node to v18.11.17 by @renovate in https://github.com/tj-actions/glob/pull/581
    • chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/583
    • feat: add new diff input by @jackton1 in https://github.com/tj-actions/glob/pull/584
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/585

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.7


    Changes in v16.6

    What's Changed

    • Upgraded to v16.5 by @jackton1 in https://github.com/tj-actions/glob/pull/567
    • Update dependency @types/node to v18.11.15 by @renovate in https://github.com/tj-actions/glob/pull/568
    • feat: add support for matching files in .gitignore by @jackton1 in https://github.com/tj-actions/glob/pull/569
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/570

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.6


    Changes in v16.5

    What's Changed

    • Upgraded to v16.4 by @jackton1 in https://github.com/tj-actions/glob/pull/561
    • Bump @types/node from 18.11.13 to 18.11.14 by @dependabot in https://github.com/tj-actions/glob/pull/562
    • Roll back dependency @types/node to 18.11.13 by @renovate in https://github.com/tj-actions/glob/pull/563
    • Update dependency @types/node to v18.11.14 by @renovate in https://github.com/tj-actions/glob/pull/564
    • feat: exit on failure to create tempfile by @jackton1 in https://github.com/tj-actions/glob/pull/565
    • chore: remove unused code by @jackton1 in https://github.com/tj-actions/glob/pull/566

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.5


    Changes in v16.4

    What's Changed

    • Bump hmarr/auto-approve-action from 2 to 3 by @dependabot in https://github.com/tj-actions/glob/pull/519
    • chore: update excluded patterns by @jackton1 in https://github.com/tj-actions/glob/pull/520
    • Update dependency eslint to v8.28.0 by @renovate in https://github.com/tj-actions/glob/pull/522
    • chore: fix typo by @jackton1 in https://github.com/tj-actions/glob/pull/521
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/523
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/524
    • Update typescript-eslint monorepo to v5.44.0 by @renovate in https://github.com/tj-actions/glob/pull/525
    • Update peter-evans/create-pull-request action to v4.2.1 by @renovate in https://github.com/tj-actions/glob/pull/526
    • Bump prettier from 2.7.1 to 2.8.0 by @dependabot in https://github.com/tj-actions/glob/pull/528
    • Update peter-evans/create-pull-request action to v4.2.2 by @renovate in https://github.com/tj-actions/glob/pull/529
    • Update dependency eslint-plugin-jest to v27.1.6 by @renovate in https://github.com/tj-actions/glob/pull/530
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/531
    • Update peter-evans/create-pull-request action to v4.2.3 by @renovate in https://github.com/tj-actions/glob/pull/532
    • Update typescript-eslint monorepo to v5.45.0 by @renovate in https://github.com/tj-actions/glob/pull/533
    • Update dependency @types/uuid to v9 by @renovate in https://github.com/tj-actions/glob/pull/534
    • Update dependency @types/node to v18.11.10 by @renovate in https://github.com/tj-actions/glob/pull/535
    • Update dependency eslint to v8.29.0 by @renovate in https://github.com/tj-actions/glob/pull/536
    • Update tj-actions/auto-doc action to v1.5.0 by @renovate in https://github.com/tj-actions/glob/pull/537
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/538
    • Update dependency @types/jest to v29.2.4 by @renovate in https://github.com/tj-actions/glob/pull/539
    • Update typescript-eslint monorepo to v5.45.1 by @renovate in https://github.com/tj-actions/glob/pull/541
    • Update dependency @types/node to v18.11.11 by @renovate in https://github.com/tj-actions/glob/pull/540
    • Update dependency @vercel/ncc to v0.36.0 by @renovate in https://github.com/tj-actions/glob/pull/542
    • Update dependency eslint-plugin-github to v4.6.0 by @renovate in https://github.com/tj-actions/glob/pull/543
    • Update dependency typescript to v4.9.4 by @renovate in https://github.com/tj-actions/glob/pull/545
    • Update dependency prettier to v2.8.1 by @renovate in https://github.com/tj-actions/glob/pull/544
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/553
    • Update dependency @types/node to v18.11.13 by @renovate in https://github.com/tj-actions/glob/pull/549
    • Update typescript-eslint monorepo to v5.46.0 by @renovate in https://github.com/tj-actions/glob/pull/548
    • Update typescript-eslint monorepo to v5.46.1 by @renovate in https://github.com/tj-actions/glob/pull/555
    • Update actions/checkout action to v3.2.0 by @renovate in https://github.com/tj-actions/glob/pull/556
    • fix: error comparing changes from fork PR's by @jackton1 in https://github.com/tj-actions/glob/pull/557
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/558
    • Upgraded to v16.4 by @jackton1 in https://github.com/tj-actions/glob/pull/559
    • fix: invalid input by @jackton1 in https://github.com/tj-actions/glob/pull/560

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.4


    Changes in v16.3

    What's Changed

    • chore: update readme by @jackton1 in https://github.com/tj-actions/glob/pull/518

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.3


    Changes in v16.2

    What's Changed

    • Update dependency typescript to v4.9.3 by @renovate in https://github.com/tj-actions/glob/pull/515
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/516

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.2


    Changes in v16.1

    What's Changed

    • Upgraded to v16 by @jackton1 in https://github.com/tj-actions/glob/pull/508
    • Update dependency jest to v29.3.1 by @renovate in https://github.com/tj-actions/glob/pull/509
    • Update dependency eslint-plugin-jest to v27.1.5 by @renovate in https://github.com/tj-actions/glob/pull/510
    • chore: rename jest setup file by @jackton1 in https://github.com/tj-actions/glob/pull/511
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/512
    • Update typescript-eslint monorepo to v5.43.0 by @renovate in https://github.com/tj-actions/glob/pull/513
    • Update dependency @types/jest to v29.2.3 by @renovate in https://github.com/tj-actions/glob/pull/514
    • chore: update release workflows by @jackton1 in https://github.com/tj-actions/glob/pull/517

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.1


    Source code(tar.gz)
    Source code(zip)
  • v16.7(Dec 19, 2022)

    What's Changed

    • chore: remove ubuntu 18.04 from test by @jackton1 in https://github.com/tj-actions/glob/pull/575
    • Update tj-actions/verify-changed-files action to v13 by @renovate in https://github.com/tj-actions/glob/pull/574
    • Update tj-actions/auto-doc action to v1.6.0 by @renovate in https://github.com/tj-actions/glob/pull/573
    • Update dependency eslint-plugin-jest to v27.1.7 by @renovate in https://github.com/tj-actions/glob/pull/576
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/577
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/578
    • Update dependency @types/node to v18.11.16 by @renovate in https://github.com/tj-actions/glob/pull/579
    • Update dependency eslint to v8.30.0 by @renovate in https://github.com/tj-actions/glob/pull/580
    • Update dependency @types/node to v18.11.17 by @renovate in https://github.com/tj-actions/glob/pull/581
    • chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/583
    • feat: add new diff input by @jackton1 in https://github.com/tj-actions/glob/pull/584
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/585

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.7

    Source code(tar.gz)
    Source code(zip)
  • v16.6(Dec 15, 2022)

    What's Changed

    • Upgraded to v16.5 by @jackton1 in https://github.com/tj-actions/glob/pull/567
    • Update dependency @types/node to v18.11.15 by @renovate in https://github.com/tj-actions/glob/pull/568
    • feat: add support for matching files in .gitignore by @jackton1 in https://github.com/tj-actions/glob/pull/569
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/570

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.6

    Source code(tar.gz)
    Source code(zip)
  • v16.5(Dec 13, 2022)

    What's Changed

    • Upgraded to v16.4 by @jackton1 in https://github.com/tj-actions/glob/pull/561
    • Bump @types/node from 18.11.13 to 18.11.14 by @dependabot in https://github.com/tj-actions/glob/pull/562
    • Roll back dependency @types/node to 18.11.13 by @renovate in https://github.com/tj-actions/glob/pull/563
    • Update dependency @types/node to v18.11.14 by @renovate in https://github.com/tj-actions/glob/pull/564
    • feat: exit on failure to create tempfile by @jackton1 in https://github.com/tj-actions/glob/pull/565
    • chore: remove unused code by @jackton1 in https://github.com/tj-actions/glob/pull/566

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.5

    Source code(tar.gz)
    Source code(zip)
  • v16.4(Dec 12, 2022)

    What's Changed

    • Bump hmarr/auto-approve-action from 2 to 3 by @dependabot in https://github.com/tj-actions/glob/pull/519
    • chore: update excluded patterns by @jackton1 in https://github.com/tj-actions/glob/pull/520
    • Update dependency eslint to v8.28.0 by @renovate in https://github.com/tj-actions/glob/pull/522
    • chore: fix typo by @jackton1 in https://github.com/tj-actions/glob/pull/521
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/523
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/524
    • Update typescript-eslint monorepo to v5.44.0 by @renovate in https://github.com/tj-actions/glob/pull/525
    • Update peter-evans/create-pull-request action to v4.2.1 by @renovate in https://github.com/tj-actions/glob/pull/526
    • Bump prettier from 2.7.1 to 2.8.0 by @dependabot in https://github.com/tj-actions/glob/pull/528
    • Update peter-evans/create-pull-request action to v4.2.2 by @renovate in https://github.com/tj-actions/glob/pull/529
    • Update dependency eslint-plugin-jest to v27.1.6 by @renovate in https://github.com/tj-actions/glob/pull/530
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/531
    • Update peter-evans/create-pull-request action to v4.2.3 by @renovate in https://github.com/tj-actions/glob/pull/532
    • Update typescript-eslint monorepo to v5.45.0 by @renovate in https://github.com/tj-actions/glob/pull/533
    • Update dependency @types/uuid to v9 by @renovate in https://github.com/tj-actions/glob/pull/534
    • Update dependency @types/node to v18.11.10 by @renovate in https://github.com/tj-actions/glob/pull/535
    • Update dependency eslint to v8.29.0 by @renovate in https://github.com/tj-actions/glob/pull/536
    • Update tj-actions/auto-doc action to v1.5.0 by @renovate in https://github.com/tj-actions/glob/pull/537
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/538
    • Update dependency @types/jest to v29.2.4 by @renovate in https://github.com/tj-actions/glob/pull/539
    • Update typescript-eslint monorepo to v5.45.1 by @renovate in https://github.com/tj-actions/glob/pull/541
    • Update dependency @types/node to v18.11.11 by @renovate in https://github.com/tj-actions/glob/pull/540
    • Update dependency @vercel/ncc to v0.36.0 by @renovate in https://github.com/tj-actions/glob/pull/542
    • Update dependency eslint-plugin-github to v4.6.0 by @renovate in https://github.com/tj-actions/glob/pull/543
    • Update dependency typescript to v4.9.4 by @renovate in https://github.com/tj-actions/glob/pull/545
    • Update dependency prettier to v2.8.1 by @renovate in https://github.com/tj-actions/glob/pull/544
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/553
    • Update dependency @types/node to v18.11.13 by @renovate in https://github.com/tj-actions/glob/pull/549
    • Update typescript-eslint monorepo to v5.46.0 by @renovate in https://github.com/tj-actions/glob/pull/548
    • Update typescript-eslint monorepo to v5.46.1 by @renovate in https://github.com/tj-actions/glob/pull/555
    • Update actions/checkout action to v3.2.0 by @renovate in https://github.com/tj-actions/glob/pull/556
    • fix: error comparing changes from fork PR's by @jackton1 in https://github.com/tj-actions/glob/pull/557
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/558
    • Upgraded to v16.4 by @jackton1 in https://github.com/tj-actions/glob/pull/559
    • fix: invalid input by @jackton1 in https://github.com/tj-actions/glob/pull/560

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.4

    Source code(tar.gz)
    Source code(zip)
  • v16.3(Nov 15, 2022)

    What's Changed

    • chore: update readme by @jackton1 in https://github.com/tj-actions/glob/pull/518

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.3

    Source code(tar.gz)
    Source code(zip)
  • v16.2(Nov 15, 2022)

    What's Changed

    • Update dependency typescript to v4.9.3 by @renovate in https://github.com/tj-actions/glob/pull/515
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/516

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.2

    Source code(tar.gz)
    Source code(zip)
  • v16.1(Nov 15, 2022)

    What's Changed

    • Upgraded to v16 by @jackton1 in https://github.com/tj-actions/glob/pull/508
    • Update dependency jest to v29.3.1 by @renovate in https://github.com/tj-actions/glob/pull/509
    • Update dependency eslint-plugin-jest to v27.1.5 by @renovate in https://github.com/tj-actions/glob/pull/510
    • chore: rename jest setup file by @jackton1 in https://github.com/tj-actions/glob/pull/511
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/512
    • Update typescript-eslint monorepo to v5.43.0 by @renovate in https://github.com/tj-actions/glob/pull/513
    • Update dependency @types/jest to v29.2.3 by @renovate in https://github.com/tj-actions/glob/pull/514
    • chore: update release workflows by @jackton1 in https://github.com/tj-actions/glob/pull/517

    Full Changelog: https://github.com/tj-actions/glob/compare/v16...v16.1

    Source code(tar.gz)
    Source code(zip)
  • v15.3(Nov 6, 2022)

    What's Changed

    • Upgraded to v15.2 by @jackton1 in https://github.com/tj-actions/glob/pull/497
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/498
    • Update dependency eslint to v8.27.0 by @renovate in https://github.com/tj-actions/glob/pull/499
    • feat: update to include two and three dot diff by @jackton1 in https://github.com/tj-actions/glob/pull/500
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/501
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/502

    Full Changelog: https://github.com/tj-actions/glob/compare/v15...v15.3

    Source code(tar.gz)
    Source code(zip)
  • v15(Oct 11, 2022)

    Changes in v15.0

    What's Changed

    • Upgraded to v14.0 by @jackton1 in https://github.com/tj-actions/glob/pull/436
    • Bump @types/node from 18.8.1 to 18.8.2 by @dependabot in https://github.com/tj-actions/glob/pull/437
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/438
    • Update dependency eslint-plugin-jest to v27.1.1 by @renovate in https://github.com/tj-actions/glob/pull/439
    • Update actions/first-interaction action to v1.1.1 by @renovate in https://github.com/tj-actions/glob/pull/440
    • Update dependency @types/jest to v29.1.2 by @renovate in https://github.com/tj-actions/glob/pull/441
    • Bump @types/node from 18.8.2 to 18.8.3 by @dependabot in https://github.com/tj-actions/glob/pull/442
    • Update dependency eslint to v8.25.0 by @renovate in https://github.com/tj-actions/glob/pull/443
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/444
    • Update typescript-eslint monorepo to v5.40.0 by @renovate in https://github.com/tj-actions/glob/pull/446
    • Bump @types/node from 18.8.3 to 18.8.4 by @dependabot in https://github.com/tj-actions/glob/pull/447
    • feat: upgrade to node16 by @jackton1 in https://github.com/tj-actions/glob/pull/449

    Full Changelog: https://github.com/tj-actions/glob/compare/v14...v15.0


    Changes in v15.1

    What's Changed

    • Upgraded to v15.0 by @jackton1 in https://github.com/tj-actions/glob/pull/450
    • Update dependency eslint-plugin-github to v4.4.0 by @renovate in https://github.com/tj-actions/glob/pull/452
    • Bump @types/node from 18.8.4 to 18.8.5 by @dependabot in https://github.com/tj-actions/glob/pull/453
    • Update actions/setup-node action to v3.5.1 by @renovate in https://github.com/tj-actions/glob/pull/454
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/455
    • Update tj-actions/eslint-changed-files action to v17 by @renovate in https://github.com/tj-actions/glob/pull/456
    • Update dependency jest to v29.2.0 by @renovate in https://github.com/tj-actions/glob/pull/457
    • Update dependency eslint-plugin-jest to v27.1.2 by @renovate in https://github.com/tj-actions/glob/pull/458
    • Update tj-actions/verify-changed-files action to v12 by @renovate in https://github.com/tj-actions/glob/pull/459
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/460
    • Bump @types/node from 18.8.5 to 18.11.0 by @dependabot in https://github.com/tj-actions/glob/pull/461
    • Update peter-evans/create-pull-request action to v4.1.4 by @renovate in https://github.com/tj-actions/glob/pull/462
    • Update typescript-eslint monorepo to v5.40.1 by @renovate in https://github.com/tj-actions/glob/pull/464
    • Update pascalgn/automerge-action action to v0.15.5 by @renovate in https://github.com/tj-actions/glob/pull/463
    • Update peter-evans/create-pull-request action to v4.2.0 by @renovate in https://github.com/tj-actions/glob/pull/465
    • Update dependency @types/jest to v29.2.0 by @renovate in https://github.com/tj-actions/glob/pull/466
    • Update dependency jest to v29.2.1 by @renovate in https://github.com/tj-actions/glob/pull/467
    • Update dependency eslint-plugin-jest to v27.1.3 by @renovate in https://github.com/tj-actions/glob/pull/468
    • Bump @types/node from 18.11.0 to 18.11.2 by @dependabot in https://github.com/tj-actions/glob/pull/469
    • Bump @types/node from 18.11.2 to 18.11.3 by @dependabot in https://github.com/tj-actions/glob/pull/470
    • Update dependency eslint to v8.26.0 by @renovate in https://github.com/tj-actions/glob/pull/471
    • fix: bug using relative paths in .gitignore by @jackton1 in https://github.com/tj-actions/glob/pull/451

    Full Changelog: https://github.com/tj-actions/glob/compare/v15...v15.1


    Changes in v15.2

    What's Changed

    • Upgraded to v15.1 by @jackton1 in https://github.com/tj-actions/glob/pull/472
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/473
    • Bump @types/node from 18.11.3 to 18.11.4 by @dependabot in https://github.com/tj-actions/glob/pull/474
    • Update typescript-eslint monorepo to v5.41.0 by @renovate in https://github.com/tj-actions/glob/pull/475
    • Update dependency jest to v29.2.2 by @renovate in https://github.com/tj-actions/glob/pull/476
    • Update dependency @types/node to v18.11.5 by @renovate in https://github.com/tj-actions/glob/pull/477
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/478
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/479
    • Update dependency @types/node to v18.11.6 by @renovate in https://github.com/tj-actions/glob/pull/480
    • Update dependency @types/node to v18.11.7 by @renovate in https://github.com/tj-actions/glob/pull/481
    • Update tj-actions/auto-doc action to v1.4.2 by @renovate in https://github.com/tj-actions/glob/pull/482
    • Update tj-actions/auto-doc action to v1.4.3 by @renovate in https://github.com/tj-actions/glob/pull/484
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/483
    • Update dependency @types/node to v18.11.8 by @renovate in https://github.com/tj-actions/glob/pull/485
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/486
    • Update typescript-eslint monorepo to v5.42.0 by @renovate in https://github.com/tj-actions/glob/pull/488
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/487
    • Update dependency @types/jest to v29.2.1 by @renovate in https://github.com/tj-actions/glob/pull/489
    • Bump @types/node from 18.11.8 to 18.11.9 by @dependabot in https://github.com/tj-actions/glob/pull/491
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/492
    • Update dependency eslint-plugin-github to v4.4.1 by @renovate in https://github.com/tj-actions/glob/pull/493
    • Update dependency @types/jest to v29.2.2 by @renovate in https://github.com/tj-actions/glob/pull/494
    • Update dependency eslint-plugin-jest to v27.1.4 by @renovate in https://github.com/tj-actions/glob/pull/495
    • chore: update default excluded files by @jackton1 in https://github.com/tj-actions/glob/pull/496

    Full Changelog: https://github.com/tj-actions/glob/compare/v15...v15.2


    Changes in v15.3

    What's Changed

    • Upgraded to v15.2 by @jackton1 in https://github.com/tj-actions/glob/pull/497
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/498
    • Update dependency eslint to v8.27.0 by @renovate in https://github.com/tj-actions/glob/pull/499
    • feat: update to include two and three dot diff by @jackton1 in https://github.com/tj-actions/glob/pull/500
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/501
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/502

    Full Changelog: https://github.com/tj-actions/glob/compare/v15...v15.3


    Source code(tar.gz)
    Source code(zip)
  • v15.2(Nov 5, 2022)

    What's Changed

    • Upgraded to v15.1 by @jackton1 in https://github.com/tj-actions/glob/pull/472
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/473
    • Bump @types/node from 18.11.3 to 18.11.4 by @dependabot in https://github.com/tj-actions/glob/pull/474
    • Update typescript-eslint monorepo to v5.41.0 by @renovate in https://github.com/tj-actions/glob/pull/475
    • Update dependency jest to v29.2.2 by @renovate in https://github.com/tj-actions/glob/pull/476
    • Update dependency @types/node to v18.11.5 by @renovate in https://github.com/tj-actions/glob/pull/477
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/478
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/479
    • Update dependency @types/node to v18.11.6 by @renovate in https://github.com/tj-actions/glob/pull/480
    • Update dependency @types/node to v18.11.7 by @renovate in https://github.com/tj-actions/glob/pull/481
    • Update tj-actions/auto-doc action to v1.4.2 by @renovate in https://github.com/tj-actions/glob/pull/482
    • Update tj-actions/auto-doc action to v1.4.3 by @renovate in https://github.com/tj-actions/glob/pull/484
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/483
    • Update dependency @types/node to v18.11.8 by @renovate in https://github.com/tj-actions/glob/pull/485
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/486
    • Update typescript-eslint monorepo to v5.42.0 by @renovate in https://github.com/tj-actions/glob/pull/488
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/487
    • Update dependency @types/jest to v29.2.1 by @renovate in https://github.com/tj-actions/glob/pull/489
    • Bump @types/node from 18.11.8 to 18.11.9 by @dependabot in https://github.com/tj-actions/glob/pull/491
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/492
    • Update dependency eslint-plugin-github to v4.4.1 by @renovate in https://github.com/tj-actions/glob/pull/493
    • Update dependency @types/jest to v29.2.2 by @renovate in https://github.com/tj-actions/glob/pull/494
    • Update dependency eslint-plugin-jest to v27.1.4 by @renovate in https://github.com/tj-actions/glob/pull/495
    • chore: update default excluded files by @jackton1 in https://github.com/tj-actions/glob/pull/496

    Full Changelog: https://github.com/tj-actions/glob/compare/v15...v15.2

    Source code(tar.gz)
    Source code(zip)
  • v15.1(Oct 23, 2022)

    What's Changed

    • Upgraded to v15.0 by @jackton1 in https://github.com/tj-actions/glob/pull/450
    • Update dependency eslint-plugin-github to v4.4.0 by @renovate in https://github.com/tj-actions/glob/pull/452
    • Bump @types/node from 18.8.4 to 18.8.5 by @dependabot in https://github.com/tj-actions/glob/pull/453
    • Update actions/setup-node action to v3.5.1 by @renovate in https://github.com/tj-actions/glob/pull/454
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/455
    • Update tj-actions/eslint-changed-files action to v17 by @renovate in https://github.com/tj-actions/glob/pull/456
    • Update dependency jest to v29.2.0 by @renovate in https://github.com/tj-actions/glob/pull/457
    • Update dependency eslint-plugin-jest to v27.1.2 by @renovate in https://github.com/tj-actions/glob/pull/458
    • Update tj-actions/verify-changed-files action to v12 by @renovate in https://github.com/tj-actions/glob/pull/459
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/460
    • Bump @types/node from 18.8.5 to 18.11.0 by @dependabot in https://github.com/tj-actions/glob/pull/461
    • Update peter-evans/create-pull-request action to v4.1.4 by @renovate in https://github.com/tj-actions/glob/pull/462
    • Update typescript-eslint monorepo to v5.40.1 by @renovate in https://github.com/tj-actions/glob/pull/464
    • Update pascalgn/automerge-action action to v0.15.5 by @renovate in https://github.com/tj-actions/glob/pull/463
    • Update peter-evans/create-pull-request action to v4.2.0 by @renovate in https://github.com/tj-actions/glob/pull/465
    • Update dependency @types/jest to v29.2.0 by @renovate in https://github.com/tj-actions/glob/pull/466
    • Update dependency jest to v29.2.1 by @renovate in https://github.com/tj-actions/glob/pull/467
    • Update dependency eslint-plugin-jest to v27.1.3 by @renovate in https://github.com/tj-actions/glob/pull/468
    • Bump @types/node from 18.11.0 to 18.11.2 by @dependabot in https://github.com/tj-actions/glob/pull/469
    • Bump @types/node from 18.11.2 to 18.11.3 by @dependabot in https://github.com/tj-actions/glob/pull/470
    • Update dependency eslint to v8.26.0 by @renovate in https://github.com/tj-actions/glob/pull/471
    • fix: bug using relative paths in .gitignore by @jackton1 in https://github.com/tj-actions/glob/pull/451

    Full Changelog: https://github.com/tj-actions/glob/compare/v15...v15.1

    Source code(tar.gz)
    Source code(zip)
  • v15.0(Oct 11, 2022)

    What's Changed

    • Upgraded to v14.0 by @jackton1 in https://github.com/tj-actions/glob/pull/436
    • Bump @types/node from 18.8.1 to 18.8.2 by @dependabot in https://github.com/tj-actions/glob/pull/437
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/438
    • Update dependency eslint-plugin-jest to v27.1.1 by @renovate in https://github.com/tj-actions/glob/pull/439
    • Update actions/first-interaction action to v1.1.1 by @renovate in https://github.com/tj-actions/glob/pull/440
    • Update dependency @types/jest to v29.1.2 by @renovate in https://github.com/tj-actions/glob/pull/441
    • Bump @types/node from 18.8.2 to 18.8.3 by @dependabot in https://github.com/tj-actions/glob/pull/442
    • Update dependency eslint to v8.25.0 by @renovate in https://github.com/tj-actions/glob/pull/443
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/444
    • Update typescript-eslint monorepo to v5.40.0 by @renovate in https://github.com/tj-actions/glob/pull/446
    • Bump @types/node from 18.8.3 to 18.8.4 by @dependabot in https://github.com/tj-actions/glob/pull/447
    • feat: upgrade to node16 by @jackton1 in https://github.com/tj-actions/glob/pull/449

    Full Changelog: https://github.com/tj-actions/glob/compare/v14...v15.0

    Source code(tar.gz)
    Source code(zip)
  • v14.0(Oct 4, 2022)

    What's Changed

    • Upgraded to v13.3 by @jackton1 in https://github.com/tj-actions/glob/pull/431
    • Bump @types/node from 18.8.0 to 18.8.1 by @dependabot in https://github.com/tj-actions/glob/pull/432
    • Update actions/checkout action to v3.1.0 by @renovate in https://github.com/tj-actions/glob/pull/433
    • feat: add support for using .gitignore by @jackton1 in https://github.com/tj-actions/glob/pull/434
    • chore: check if gitignore exists. by @jackton1 in https://github.com/tj-actions/glob/pull/435

    Full Changelog: https://github.com/tj-actions/glob/compare/v13...v14.0

    Source code(tar.gz)
    Source code(zip)
  • v14(Oct 4, 2022)

    Changes in v14.0

    What's Changed

    • Upgraded to v13.3 by @jackton1 in https://github.com/tj-actions/glob/pull/431
    • Bump @types/node from 18.8.0 to 18.8.1 by @dependabot in https://github.com/tj-actions/glob/pull/432
    • Update actions/checkout action to v3.1.0 by @renovate in https://github.com/tj-actions/glob/pull/433
    • feat: add support for using .gitignore by @jackton1 in https://github.com/tj-actions/glob/pull/434
    • chore: check if gitignore exists. by @jackton1 in https://github.com/tj-actions/glob/pull/435

    Full Changelog: https://github.com/tj-actions/glob/compare/v13...v14.0


    Source code(tar.gz)
    Source code(zip)
  • v13.3(Oct 4, 2022)

    What's Changed

    • Upgraded to v13.2 by @jackton1 in https://github.com/tj-actions/glob/pull/406
    • Update tj-actions/eslint-changed-files action to v15 by @renovate in https://github.com/tj-actions/glob/pull/407
    • Update tj-actions/eslint-changed-files action to v16 by @renovate in https://github.com/tj-actions/glob/pull/408
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/409
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/410
    • Bump @types/node from 18.7.18 to 18.7.21 by @dependabot in https://github.com/tj-actions/glob/pull/412
    • Update typescript-eslint monorepo to v5.38.1 by @renovate in https://github.com/tj-actions/glob/pull/414
    • Bump @types/node from 18.7.21 to 18.7.23 by @dependabot in https://github.com/tj-actions/glob/pull/415
    • Update actions/setup-node action to v3.5.0 by @renovate in https://github.com/tj-actions/glob/pull/416
    • Update dependency typescript to v4.8.4 by @renovate in https://github.com/tj-actions/glob/pull/417
    • Update peter-evans/create-pull-request action to v4.1.3 by @renovate in https://github.com/tj-actions/glob/pull/418
    • Update dependency jest to v29.1.1 by @renovate in https://github.com/tj-actions/glob/pull/419
    • Bump @types/jest from 29.0.3 to 29.1.0 by @dependabot in https://github.com/tj-actions/glob/pull/420
    • Update dependency ts-jest to v29.0.3 by @renovate in https://github.com/tj-actions/glob/pull/421
    • Update dependency @actions/core to v1.10.0 by @renovate in https://github.com/tj-actions/glob/pull/422
    • Update dependency @types/jest to v29.1.1 by @renovate in https://github.com/tj-actions/glob/pull/423
    • Update dependency jest to v29.1.2 by @renovate in https://github.com/tj-actions/glob/pull/424
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/425
    • Bump @types/node from 18.7.23 to 18.8.0 by @dependabot in https://github.com/tj-actions/glob/pull/426
    • Update dependency @typescript-eslint/eslint-plugin to v5.39.0 by @renovate in https://github.com/tj-actions/glob/pull/427
    • Update dependency @typescript-eslint/parser to v5.39.0 by @renovate in https://github.com/tj-actions/glob/pull/428
    • Update dependency eslint-plugin-jest to v27.1.0 by @renovate in https://github.com/tj-actions/glob/pull/429
    • Bump temp-dir from 2.0.0 to 3.0.0 by @dependabot in https://github.com/tj-actions/glob/pull/411
    • chore: remove unused package by @jackton1 in https://github.com/tj-actions/glob/pull/430

    Full Changelog: https://github.com/tj-actions/glob/compare/v13...v13.3

    Source code(tar.gz)
    Source code(zip)
  • v13(Aug 26, 2022)

    Changes in v13.1

    What's Changed

    • Upgraded to v13 by @jackton1 in https://github.com/tj-actions/glob/pull/359
    • Update dependency jest to v29.0.1 by @renovate in https://github.com/tj-actions/glob/pull/360
    • Update dependency eslint to v8.23.0 by @renovate in https://github.com/tj-actions/glob/pull/361
    • Update dependency eslint-plugin-jest to v26.9.0 by @renovate in https://github.com/tj-actions/glob/pull/362
    • Update dependency eslint-plugin-jest to v27 by @renovate in https://github.com/tj-actions/glob/pull/363
    • Update dependency eslint-plugin-jest to v27.0.1 by @renovate in https://github.com/tj-actions/glob/pull/364
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/365
    • Update dependency @types/jest to v29 by @renovate in https://github.com/tj-actions/glob/pull/366
    • Update typescript-eslint monorepo to v5.36.0 by @renovate in https://github.com/tj-actions/glob/pull/367
    • Bump @types/node from 18.7.13 to 18.7.14 by @dependabot in https://github.com/tj-actions/glob/pull/368
    • Update typescript-eslint monorepo to v5.36.1 by @renovate in https://github.com/tj-actions/glob/pull/369
    • Update dependency jest to v29.0.2 by @renovate in https://github.com/tj-actions/glob/pull/370
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/371
    • Bump @types/node from 18.7.14 to 18.7.15 by @dependabot in https://github.com/tj-actions/glob/pull/372
    • Update typescript-eslint monorepo to v5.36.2 by @renovate in https://github.com/tj-actions/glob/pull/373
    • Update dependency uuid to v9 by @renovate in https://github.com/tj-actions/glob/pull/374
    • Bump @types/node from 18.7.15 to 18.7.16 by @dependabot in https://github.com/tj-actions/glob/pull/375
    • Update dependency eslint-plugin-jest to v27.0.2 by @renovate in https://github.com/tj-actions/glob/pull/376
    • Update dependency typescript to v4.8.3 by @renovate in https://github.com/tj-actions/glob/pull/377
    • Update dependency ts-jest to v29 by @renovate in https://github.com/tj-actions/glob/pull/378
    • Update dependency eslint-plugin-jest to v27.0.3 by @renovate in https://github.com/tj-actions/glob/pull/379
    • Update tj-actions/github-changelog-generator action to v1.15 by @renovate in https://github.com/tj-actions/glob/pull/380
    • Update dependency eslint-plugin-jest to v27.0.4 by @renovate in https://github.com/tj-actions/glob/pull/381
    • Update dependency jest to v29.0.3 by @renovate in https://github.com/tj-actions/glob/pull/382
    • Update dependency @types/jest to v29.0.1 by @renovate in https://github.com/tj-actions/glob/pull/383
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/384
    • Bump eslint from 8.23.0 to 8.23.1 by @dependabot in https://github.com/tj-actions/glob/pull/385
    • Roll back dependency eslint to 8.23.0 by @renovate in https://github.com/tj-actions/glob/pull/386
    • Update dependency eslint to v8.23.1 by @renovate in https://github.com/tj-actions/glob/pull/387
    • Update typescript-eslint monorepo to v5.37.0 by @renovate in https://github.com/tj-actions/glob/pull/388
    • Bump @types/node from 18.7.16 to 18.7.17 by @dependabot in https://github.com/tj-actions/glob/pull/389
    • Update dependency @types/jest to v29.0.2 by @renovate in https://github.com/tj-actions/glob/pull/390
    • Update dependency ts-jest to v29.0.1 by @renovate in https://github.com/tj-actions/glob/pull/391

    Full Changelog: https://github.com/tj-actions/glob/compare/v13...v13.1


    Changes in v13.2

    What's Changed

    • Upgraded to v13.1 by @jackton1 in https://github.com/tj-actions/glob/pull/392
    • Bump tj-actions/eslint-changed-files from 13.3 to 14 by @dependabot in https://github.com/tj-actions/glob/pull/393
    • Bump @types/node from 18.7.17 to 18.7.18 by @dependabot in https://github.com/tj-actions/glob/pull/394
    • Update dependency @types/jest to v29.0.3 by @renovate in https://github.com/tj-actions/glob/pull/395
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/396
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/397
    • Update typescript-eslint monorepo to v5.38.0 by @renovate in https://github.com/tj-actions/glob/pull/398
    • Update tj-actions/sync-release-version action to v13 by @renovate in https://github.com/tj-actions/glob/pull/399
    • Update codacy/codacy-analysis-cli-action action to v4.2.0 by @renovate in https://github.com/tj-actions/glob/pull/400
    • Update peter-evans/create-pull-request action to v4.1.2 by @renovate in https://github.com/tj-actions/glob/pull/401
    • Update dependency eslint to v8.24.0 by @renovate in https://github.com/tj-actions/glob/pull/402
    • Update dependency ts-jest to v29.0.2 by @renovate in https://github.com/tj-actions/glob/pull/403
    • feat: add support for returning boolean if custom patterns are used by @jackton1 in https://github.com/tj-actions/glob/pull/404
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/405

    Full Changelog: https://github.com/tj-actions/glob/compare/v13.1...v13.2


    Changes in v13.3

    What's Changed

    • Upgraded to v13.2 by @jackton1 in https://github.com/tj-actions/glob/pull/406
    • Update tj-actions/eslint-changed-files action to v15 by @renovate in https://github.com/tj-actions/glob/pull/407
    • Update tj-actions/eslint-changed-files action to v16 by @renovate in https://github.com/tj-actions/glob/pull/408
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/409
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/410
    • Bump @types/node from 18.7.18 to 18.7.21 by @dependabot in https://github.com/tj-actions/glob/pull/412
    • Update typescript-eslint monorepo to v5.38.1 by @renovate in https://github.com/tj-actions/glob/pull/414
    • Bump @types/node from 18.7.21 to 18.7.23 by @dependabot in https://github.com/tj-actions/glob/pull/415
    • Update actions/setup-node action to v3.5.0 by @renovate in https://github.com/tj-actions/glob/pull/416
    • Update dependency typescript to v4.8.4 by @renovate in https://github.com/tj-actions/glob/pull/417
    • Update peter-evans/create-pull-request action to v4.1.3 by @renovate in https://github.com/tj-actions/glob/pull/418
    • Update dependency jest to v29.1.1 by @renovate in https://github.com/tj-actions/glob/pull/419
    • Bump @types/jest from 29.0.3 to 29.1.0 by @dependabot in https://github.com/tj-actions/glob/pull/420
    • Update dependency ts-jest to v29.0.3 by @renovate in https://github.com/tj-actions/glob/pull/421
    • Update dependency @actions/core to v1.10.0 by @renovate in https://github.com/tj-actions/glob/pull/422
    • Update dependency @types/jest to v29.1.1 by @renovate in https://github.com/tj-actions/glob/pull/423
    • Update dependency jest to v29.1.2 by @renovate in https://github.com/tj-actions/glob/pull/424
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/425
    • Bump @types/node from 18.7.23 to 18.8.0 by @dependabot in https://github.com/tj-actions/glob/pull/426
    • Update dependency @typescript-eslint/eslint-plugin to v5.39.0 by @renovate in https://github.com/tj-actions/glob/pull/427
    • Update dependency @typescript-eslint/parser to v5.39.0 by @renovate in https://github.com/tj-actions/glob/pull/428
    • Update dependency eslint-plugin-jest to v27.1.0 by @renovate in https://github.com/tj-actions/glob/pull/429
    • Bump temp-dir from 2.0.0 to 3.0.0 by @dependabot in https://github.com/tj-actions/glob/pull/411
    • chore: remove unused package by @jackton1 in https://github.com/tj-actions/glob/pull/430

    Full Changelog: https://github.com/tj-actions/glob/compare/v13...v13.3


    Source code(tar.gz)
    Source code(zip)
  • v13.2(Sep 25, 2022)

    What's Changed

    • Upgraded to v13.1 by @jackton1 in https://github.com/tj-actions/glob/pull/392
    • Bump tj-actions/eslint-changed-files from 13.3 to 14 by @dependabot in https://github.com/tj-actions/glob/pull/393
    • Bump @types/node from 18.7.17 to 18.7.18 by @dependabot in https://github.com/tj-actions/glob/pull/394
    • Update dependency @types/jest to v29.0.3 by @renovate in https://github.com/tj-actions/glob/pull/395
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/396
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/397
    • Update typescript-eslint monorepo to v5.38.0 by @renovate in https://github.com/tj-actions/glob/pull/398
    • Update tj-actions/sync-release-version action to v13 by @renovate in https://github.com/tj-actions/glob/pull/399
    • Update codacy/codacy-analysis-cli-action action to v4.2.0 by @renovate in https://github.com/tj-actions/glob/pull/400
    • Update peter-evans/create-pull-request action to v4.1.2 by @renovate in https://github.com/tj-actions/glob/pull/401
    • Update dependency eslint to v8.24.0 by @renovate in https://github.com/tj-actions/glob/pull/402
    • Update dependency ts-jest to v29.0.2 by @renovate in https://github.com/tj-actions/glob/pull/403
    • feat: add support for returning boolean if custom patterns are used by @jackton1 in https://github.com/tj-actions/glob/pull/404
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/405

    Full Changelog: https://github.com/tj-actions/glob/compare/v13.1...v13.2

    Source code(tar.gz)
    Source code(zip)
  • v13.1(Sep 14, 2022)

    What's Changed

    • Upgraded to v13 by @jackton1 in https://github.com/tj-actions/glob/pull/359
    • Update dependency jest to v29.0.1 by @renovate in https://github.com/tj-actions/glob/pull/360
    • Update dependency eslint to v8.23.0 by @renovate in https://github.com/tj-actions/glob/pull/361
    • Update dependency eslint-plugin-jest to v26.9.0 by @renovate in https://github.com/tj-actions/glob/pull/362
    • Update dependency eslint-plugin-jest to v27 by @renovate in https://github.com/tj-actions/glob/pull/363
    • Update dependency eslint-plugin-jest to v27.0.1 by @renovate in https://github.com/tj-actions/glob/pull/364
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/365
    • Update dependency @types/jest to v29 by @renovate in https://github.com/tj-actions/glob/pull/366
    • Update typescript-eslint monorepo to v5.36.0 by @renovate in https://github.com/tj-actions/glob/pull/367
    • Bump @types/node from 18.7.13 to 18.7.14 by @dependabot in https://github.com/tj-actions/glob/pull/368
    • Update typescript-eslint monorepo to v5.36.1 by @renovate in https://github.com/tj-actions/glob/pull/369
    • Update dependency jest to v29.0.2 by @renovate in https://github.com/tj-actions/glob/pull/370
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/371
    • Bump @types/node from 18.7.14 to 18.7.15 by @dependabot in https://github.com/tj-actions/glob/pull/372
    • Update typescript-eslint monorepo to v5.36.2 by @renovate in https://github.com/tj-actions/glob/pull/373
    • Update dependency uuid to v9 by @renovate in https://github.com/tj-actions/glob/pull/374
    • Bump @types/node from 18.7.15 to 18.7.16 by @dependabot in https://github.com/tj-actions/glob/pull/375
    • Update dependency eslint-plugin-jest to v27.0.2 by @renovate in https://github.com/tj-actions/glob/pull/376
    • Update dependency typescript to v4.8.3 by @renovate in https://github.com/tj-actions/glob/pull/377
    • Update dependency ts-jest to v29 by @renovate in https://github.com/tj-actions/glob/pull/378
    • Update dependency eslint-plugin-jest to v27.0.3 by @renovate in https://github.com/tj-actions/glob/pull/379
    • Update tj-actions/github-changelog-generator action to v1.15 by @renovate in https://github.com/tj-actions/glob/pull/380
    • Update dependency eslint-plugin-jest to v27.0.4 by @renovate in https://github.com/tj-actions/glob/pull/381
    • Update dependency jest to v29.0.3 by @renovate in https://github.com/tj-actions/glob/pull/382
    • Update dependency @types/jest to v29.0.1 by @renovate in https://github.com/tj-actions/glob/pull/383
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/384
    • Bump eslint from 8.23.0 to 8.23.1 by @dependabot in https://github.com/tj-actions/glob/pull/385
    • Roll back dependency eslint to 8.23.0 by @renovate in https://github.com/tj-actions/glob/pull/386
    • Update dependency eslint to v8.23.1 by @renovate in https://github.com/tj-actions/glob/pull/387
    • Update typescript-eslint monorepo to v5.37.0 by @renovate in https://github.com/tj-actions/glob/pull/388
    • Bump @types/node from 18.7.16 to 18.7.17 by @dependabot in https://github.com/tj-actions/glob/pull/389
    • Update dependency @types/jest to v29.0.2 by @renovate in https://github.com/tj-actions/glob/pull/390
    • Update dependency ts-jest to v29.0.1 by @renovate in https://github.com/tj-actions/glob/pull/391

    Full Changelog: https://github.com/tj-actions/glob/compare/v13...v13.1

    Source code(tar.gz)
    Source code(zip)
  • v12(Aug 23, 2022)

    🔥 🔥 BREAKING CHANGE 🔥 🔥

    • feat: exclude match directory by @jackton1 in https://github.com/tj-actions/glob/pull/346

    What's Changed

    • Upgraded to v11.1 by @jackton1 in https://github.com/tj-actions/glob/pull/345

    Full Changelog: https://github.com/tj-actions/glob/compare/v11.1...v12

    Source code(tar.gz)
    Source code(zip)
  • v11.1(Aug 22, 2022)

    What's Changed

    • Upgraded to v11 by @jackton1 in https://github.com/tj-actions/glob/pull/344
    • Update typescript-eslint monorepo to v5.34.0 by @renovate in https://github.com/tj-actions/glob/pull/343

    Full Changelog: https://github.com/tj-actions/glob/compare/v11...v11.1

    Source code(tar.gz)
    Source code(zip)
  • v11(Aug 22, 2022)

    What's Changed

    • Pin dependencies by @renovate in https://github.com/tj-actions/glob/pull/311
    • Upgraded to v10 by @jackton1 in https://github.com/tj-actions/glob/pull/313
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/312
    • Update dependency eslint-plugin-jest to v26.8.1 by @renovate in https://github.com/tj-actions/glob/pull/315
    • Update dependency @actions/core to v1.9.1 by @renovate in https://github.com/tj-actions/glob/pull/314
    • Bump @types/node from 18.6.4 to 18.6.5 by @dependabot in https://github.com/tj-actions/glob/pull/316
    • Update dependency eslint-plugin-jest to v26.8.2 by @renovate in https://github.com/tj-actions/glob/pull/317
    • Bump @types/node from 18.6.5 to 18.7.1 by @dependabot in https://github.com/tj-actions/glob/pull/318
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/319
    • Update dependency eslint to v8.22.0 by @renovate in https://github.com/tj-actions/glob/pull/320
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/321
    • Bump @types/node from 18.7.1 to 18.7.3 by @dependabot in https://github.com/tj-actions/glob/pull/322
    • Update dependency eslint-plugin-jest to v26.8.3 by @renovate in https://github.com/tj-actions/glob/pull/323
    • Update dependency ts-jest to v28.0.8 by @renovate in https://github.com/tj-actions/glob/pull/324
    • Update dependency @typescript-eslint/parser to v5.33.1 by @renovate in https://github.com/tj-actions/glob/pull/325
    • Update dependency @typescript-eslint/eslint-plugin to v5.33.1 by @renovate in https://github.com/tj-actions/glob/pull/326
    • Update dependency @types/jest to v28.1.7 by @renovate in https://github.com/tj-actions/glob/pull/327
    • Bump @types/node from 18.7.3 to 18.7.5 by @dependabot in https://github.com/tj-actions/glob/pull/328
    • Bump peter-evans/create-pull-request from 4.0.4 to 4.1.0 by @dependabot in https://github.com/tj-actions/glob/pull/329
    • Bump @types/node from 18.7.5 to 18.7.6 by @dependabot in https://github.com/tj-actions/glob/pull/330
    • Update peter-evans/create-pull-request action to v4.1.1 by @renovate in https://github.com/tj-actions/glob/pull/331
    • Update tj-actions/auto-doc action to v1.4.0 by @renovate in https://github.com/tj-actions/glob/pull/332
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/333
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/334
    • Update dependency eslint-plugin-jest to v26.8.4 by @renovate in https://github.com/tj-actions/glob/pull/335
    • Update dependency eslint-plugin-jest to v26.8.5 by @renovate in https://github.com/tj-actions/glob/pull/336
    • Update dependency eslint-plugin-jest to v26.8.6 by @renovate in https://github.com/tj-actions/glob/pull/337
    • Update dependency eslint-plugin-jest to v26.8.7 by @renovate in https://github.com/tj-actions/glob/pull/338
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/339
    • Bump @types/node from 18.7.6 to 18.7.9 by @dependabot in https://github.com/tj-actions/glob/pull/340
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/341
    • fix: bug with excludes by @jackton1 in https://github.com/tj-actions/glob/pull/342

    Full Changelog: https://github.com/tj-actions/glob/compare/v10...v11

    Source code(tar.gz)
    Source code(zip)
  • v10(Aug 8, 2022)

    What's Changed

    • Upgraded to v9.2 by @jackton1 in https://github.com/tj-actions/glob/pull/222
    • Update dependency @types/jest to v27.5.2 by @renovate in https://github.com/tj-actions/glob/pull/224
    • Update dependency @types/jest to v28 by @renovate in https://github.com/tj-actions/glob/pull/225
    • Update tj-actions/eslint-changed-files action to v12 by @renovate in https://github.com/tj-actions/glob/pull/226
    • Update dependency ts-jest to v28.0.4 by @renovate in https://github.com/tj-actions/glob/pull/227
    • Update peter-evans/create-pull-request action to v4.0.4 by @renovate in https://github.com/tj-actions/glob/pull/228
    • Bump @types/node from 17.0.36 to 17.0.38 by @dependabot in https://github.com/tj-actions/glob/pull/223
    • Update dependency typescript to v4.7.3 by @renovate in https://github.com/tj-actions/glob/pull/229
    • Update dependency eslint to v8.17.0 by @renovate in https://github.com/tj-actions/glob/pull/230
    • Update dependency @types/jest to v28.1.1 by @renovate in https://github.com/tj-actions/glob/pull/231
    • Update dependency eslint-plugin-jest to v26.5.0 by @renovate in https://github.com/tj-actions/glob/pull/232
    • Update dependency eslint-plugin-jest to v26.5.1 by @renovate in https://github.com/tj-actions/glob/pull/233
    • Update dependency eslint-plugin-jest to v26.5.3 by @renovate in https://github.com/tj-actions/glob/pull/234
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/235
    • Update actions/setup-node action to v3.3.0 by @renovate in https://github.com/tj-actions/glob/pull/237
    • Update dependency @typescript-eslint/parser to v5.27.1 by @renovate in https://github.com/tj-actions/glob/pull/238
    • Update dependency jest to v28.1.1 by @renovate in https://github.com/tj-actions/glob/pull/239
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/240
    • Bump @types/node from 17.0.38 to 17.0.40 by @dependabot in https://github.com/tj-actions/glob/pull/236
    • Bump @types/node from 17.0.40 to 17.0.41 by @dependabot in https://github.com/tj-actions/glob/pull/241
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/242
    • Update dependency @typescript-eslint/parser to v5.28.0 by @renovate in https://github.com/tj-actions/glob/pull/244
    • Bump @types/node from 17.0.41 to 17.0.42 by @dependabot in https://github.com/tj-actions/glob/pull/243
    • Update dependency ts-jest to v28.0.5 by @renovate in https://github.com/tj-actions/glob/pull/245
    • Update dependency prettier to v2.7.0 by @renovate in https://github.com/tj-actions/glob/pull/246
    • Bump @types/node from 17.0.42 to 17.0.43 by @dependabot in https://github.com/tj-actions/glob/pull/247
    • Update codacy/codacy-analysis-cli-action action to v4.1.0 by @renovate in https://github.com/tj-actions/glob/pull/248
    • Update dependency @actions/core to v1.9.0 by @renovate in https://github.com/tj-actions/glob/pull/249
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/250
    • Bump @types/node from 17.0.43 to 18.0.0 by @dependabot in https://github.com/tj-actions/glob/pull/251
    • Update dependency prettier to v2.7.1 by @renovate in https://github.com/tj-actions/glob/pull/252
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/253
    • Update dependency @types/jest to v28.1.2 by @renovate in https://github.com/tj-actions/glob/pull/254
    • Update dependency typescript to v4.7.4 by @renovate in https://github.com/tj-actions/glob/pull/255
    • Update dependency eslint to v8.18.0 by @renovate in https://github.com/tj-actions/glob/pull/256
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/257
    • Update dependency @typescript-eslint/parser to v5.29.0 by @renovate in https://github.com/tj-actions/glob/pull/258
    • Update dependency @types/jest to v28.1.3 by @renovate in https://github.com/tj-actions/glob/pull/259
    • Bump tj-actions/verify-changed-files from 9 to 10 by @dependabot in https://github.com/tj-actions/glob/pull/260
    • Update tj-actions/eslint-changed-files action to v13 by @renovate in https://github.com/tj-actions/glob/pull/261
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/262
    • Update dependency eslint-plugin-prettier to v4.1.0 by @renovate in https://github.com/tj-actions/glob/pull/263
    • Update dependency @typescript-eslint/parser to v5.30.0 by @renovate in https://github.com/tj-actions/glob/pull/264
    • Update dependency jest to v28.1.2 by @renovate in https://github.com/tj-actions/glob/pull/265
    • Update dependency eslint-plugin-prettier to v4.2.1 by @renovate in https://github.com/tj-actions/glob/pull/266
    • Update dependency @types/jest to v28.1.4 by @renovate in https://github.com/tj-actions/glob/pull/267
    • Update tj-actions/github-changelog-generator action to v1.14 by @renovate in https://github.com/tj-actions/glob/pull/268
    • Update dependency @typescript-eslint/parser to v5.30.3 by @renovate in https://github.com/tj-actions/glob/pull/269
    • Update dependency eslint to v8.19.0 by @renovate in https://github.com/tj-actions/glob/pull/270
    • Update dependency @typescript-eslint/parser to v5.30.4 by @renovate in https://github.com/tj-actions/glob/pull/271
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/272
    • Bump @types/node from 18.0.0 to 18.0.1 by @dependabot in https://github.com/tj-actions/glob/pull/273
    • Update dependency @typescript-eslint/parser to v5.30.5 by @renovate in https://github.com/tj-actions/glob/pull/274
    • Bump @types/node from 18.0.1 to 18.0.3 by @dependabot in https://github.com/tj-actions/glob/pull/275
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/276
    • Update actions/setup-node action to v3.4.0 by @renovate in https://github.com/tj-actions/glob/pull/277
    • Update dependency @typescript-eslint/parser to v5.30.6 by @renovate in https://github.com/tj-actions/glob/pull/278
    • Update dependency @types/jest to v28.1.5 by @renovate in https://github.com/tj-actions/glob/pull/279
    • Update dependency jest to v28.1.3 by @renovate in https://github.com/tj-actions/glob/pull/280
    • Bump @types/node from 18.0.3 to 18.0.4 by @dependabot in https://github.com/tj-actions/glob/pull/281
    • Update actions/setup-node action to v3.4.1 by @renovate in https://github.com/tj-actions/glob/pull/282
    • Update dependency ts-jest to v28.0.6 by @renovate in https://github.com/tj-actions/glob/pull/283
    • Update dependency eslint-plugin-jest to v26.6.0 by @renovate in https://github.com/tj-actions/glob/pull/284
    • Update dependency @types/jest to v28.1.6 by @renovate in https://github.com/tj-actions/glob/pull/285
    • Update dependency ts-jest to v28.0.7 by @renovate in https://github.com/tj-actions/glob/pull/286
    • Update dependency eslint to v8.20.0 by @renovate in https://github.com/tj-actions/glob/pull/287
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/288
    • Bump @types/node from 18.0.4 to 18.0.6 by @dependabot in https://github.com/tj-actions/glob/pull/289
    • Update dependency @typescript-eslint/parser to v5.30.7 by @renovate in https://github.com/tj-actions/glob/pull/290
    • Update dependency eslint-plugin-github to v4.3.7 by @renovate in https://github.com/tj-actions/glob/pull/291
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/292
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/293
    • Bump @types/node from 18.0.6 to 18.6.1 by @dependabot in https://github.com/tj-actions/glob/pull/294
    • Update dependency @typescript-eslint/parser to v5.31.0 by @renovate in https://github.com/tj-actions/glob/pull/295
    • Bump @types/node from 18.6.1 to 18.6.2 by @dependabot in https://github.com/tj-actions/glob/pull/297
    • Bump tj-actions/auto-doc from 1.2.15 to 1.3.0 by @dependabot in https://github.com/tj-actions/glob/pull/296
    • Update tj-actions/auto-doc action to v1.3.1 by @renovate in https://github.com/tj-actions/glob/pull/298
    • Update dependency eslint-plugin-jest to v26.7.0 by @renovate in https://github.com/tj-actions/glob/pull/299
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/300
    • Bump eslint from 8.20.0 to 8.21.0 by @dependabot in https://github.com/tj-actions/glob/pull/301
    • Bump @types/node from 18.6.2 to 18.6.3 by @dependabot in https://github.com/tj-actions/glob/pull/302
    • Update dependency @typescript-eslint/parser to v5.32.0 by @renovate in https://github.com/tj-actions/glob/pull/303
    • Bump @types/node from 18.6.3 to 18.6.4 by @dependabot in https://github.com/tj-actions/glob/pull/305
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/304
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/306
    • Update dependency eslint-plugin-jest to v26.8.0 by @renovate in https://github.com/tj-actions/glob/pull/307
    • feat: remove unused glob pattern validation. by @jackton1 in https://github.com/tj-actions/glob/pull/308
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/309
    • Update dependency @typescript-eslint/parser to v5.33.0 by @renovate in https://github.com/tj-actions/glob/pull/310

    Full Changelog: https://github.com/tj-actions/glob/compare/v9.2...v10

    Source code(tar.gz)
    Source code(zip)
  • v9.2(May 31, 2022)

    What's Changed

    • Upgraded to v9.1 by @jackton1 in https://github.com/tj-actions/glob/pull/220
    • fix: invalid error message by @jackton1 in https://github.com/tj-actions/glob/pull/221

    Full Changelog: https://github.com/tj-actions/glob/compare/v9.1...v9.2

    Source code(tar.gz)
    Source code(zip)
  • v9.1(May 31, 2022)

    What's Changed

    • Upgraded to v9 by @jackton1 in https://github.com/tj-actions/glob/pull/218
    • fix: using nested paths with file patterns by @jackton1 in https://github.com/tj-actions/glob/pull/219

    Full Changelog: https://github.com/tj-actions/glob/compare/v9...v9.1

    Source code(tar.gz)
    Source code(zip)
  • v9(May 31, 2022)

    What's Changed

    • Upgraded to v8 by @jackton1 in https://github.com/tj-actions/glob/pull/212
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/214
    • Update dependency @typescript-eslint/parser to v5.27.0 by @renovate in https://github.com/tj-actions/glob/pull/215
    • Update dependency eslint-plugin-jest to v26.4.6 by @renovate in https://github.com/tj-actions/glob/pull/216
    • Updated README.md by @jackton1 in https://github.com/tj-actions/glob/pull/217
    • Bump @types/node from 17.0.35 to 17.0.36 by @dependabot in https://github.com/tj-actions/glob/pull/213

    Full Changelog: https://github.com/tj-actions/glob/compare/v8...v9

    Source code(tar.gz)
    Source code(zip)
  • v8(May 30, 2022)

    What's Changed

    • Upgraded to v7.20 by @jackton1 in https://github.com/tj-actions/glob/pull/187
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/188
    • Update dependency eslint-plugin-jest to v26.2.1 by @renovate in https://github.com/tj-actions/glob/pull/189
    • Update dependency eslint-plugin-jest to v26.2.2 by @renovate in https://github.com/tj-actions/glob/pull/190
    • Update actions/setup-node action to v3.2.0 by @renovate in https://github.com/tj-actions/glob/pull/191
    • Update dependency @typescript-eslint/parser to v5.24.0 by @renovate in https://github.com/tj-actions/glob/pull/192
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/193
    • Update dependency @typescript-eslint/parser to v5.25.0 by @renovate in https://github.com/tj-actions/glob/pull/195
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/196
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/198
    • Update dependency eslint to v8.16.0 by @renovate in https://github.com/tj-actions/glob/pull/199
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/200
    • Update tj-actions/auto-doc action to v1.2.15 by @renovate in https://github.com/tj-actions/glob/pull/201
    • Update dependency @typescript-eslint/parser to v5.26.0 by @renovate in https://github.com/tj-actions/glob/pull/202
    • Update dependency ts-jest to v28.0.3 by @renovate in https://github.com/tj-actions/glob/pull/203
    • Update dependency typescript to v4.7.2 by @renovate in https://github.com/tj-actions/glob/pull/204
    • Bump @types/node from 17.0.33 to 17.0.35 by @dependabot in https://github.com/tj-actions/glob/pull/197
    • Update dependency @vercel/ncc to v0.34.0 by @renovate in https://github.com/tj-actions/glob/pull/205
    • Update dependency eslint-plugin-jest to v26.3.0 by @renovate in https://github.com/tj-actions/glob/pull/206
    • Update dependency eslint-plugin-jest to v26.4.2 by @renovate in https://github.com/tj-actions/glob/pull/207
    • Update dependency eslint-plugin-jest to v26.4.3 by @renovate in https://github.com/tj-actions/glob/pull/208
    • Update dependency eslint-plugin-jest to v26.4.5 by @renovate in https://github.com/tj-actions/glob/pull/209
    • Lock file maintenance by @renovate in https://github.com/tj-actions/glob/pull/210
    • feat: add support for using the current path as the directory for all path inputs by @jackton1 in https://github.com/tj-actions/glob/pull/211

    Full Changelog: https://github.com/tj-actions/glob/compare/v7.20...v8

    Source code(tar.gz)
    Source code(zip)
  • v7.20(May 14, 2022)

    What's Changed

    • Upgraded to v7.19 by @jackton1 in https://github.com/tj-actions/glob/pull/185
    • chore: Update warning message by @jackton1 in https://github.com/tj-actions/glob/pull/186

    Full Changelog: https://github.com/tj-actions/glob/compare/v7.19...v7.20

    Source code(tar.gz)
    Source code(zip)
  • v7.19(May 14, 2022)

    What's Changed

    • Upgraded to v7.18 by @jackton1 in https://github.com/tj-actions/glob/pull/183
    • chore: Updated the warning message by @jackton1 in https://github.com/tj-actions/glob/pull/184

    Full Changelog: https://github.com/tj-actions/glob/compare/v7.18...v7.19

    Source code(tar.gz)
    Source code(zip)
Owner
tj-actions
tj-actions
A full-stack application for junior developers to find jobs that match their skill-level, find gigs in order to boost their resume, and showcase a portfolio.

Junior is a full-stack web application that was created to facilitate junior developers in finding jobs that match their skill-level, boosting their resume through finding and completing gigs, and providing a way to easily showcase a portfolio

Karolina 5 Oct 25, 2022
Utilities library built on top of Next.js providing feature extensions and helpers for common patterns

nextjs-utilites This library provides many helpful utilities for use in Next.js projects. Prerequisites This project requires NodeJS (version 8 or lat

Snehil K 5 Sep 7, 2022
A free book that talks about design patterns/techniques used while developing with React.

React in patterns ?? A free book that talks about design patterns/techniques used while developing with React. Book GitBook Web PDF Mobi ePub Translat

Krasimir Tsonev 12.3k Jan 7, 2023
GitHub action that compares basehead commits and provides all changed files in a pull request or push.

Get PR/push Files Get all added/modified/removed/renamed files in a pull request or push's commits. You can choose to get all files, only added files,

Ruslan Dulina 3 May 21, 2022
GitHub action to get notification whenever vaccine slot is availble in cowin portal :tada:

Covid Vaccine availability notifier Setup Fork this repo Update the config at src/config.js Delete the db file src/db.json module.exports = { // opt

Ameer Jhan 32 Jul 27, 2022
Github-ci-cd-react - I followed CI/CD course from codedamn to learn how to implement github actions in a project, in this practical lesson with codedamn am using ReactJS

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Okechukwu Somtochukwu 1 Jan 2, 2022
🌊 A flexible and fun JavaScript file upload library

A JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user

pqina 13.1k Dec 31, 2022
This is a starter file with base SvelteKit skeleton configurations with Open Props, Jit Props, and PostCSS configured.

create-svelte Everything you need to build a Svelte project, powered by create-svelte; Creating a project If you're seeing this, you've probably alrea

Brittney Postma 4 Jul 22, 2022
.properties file parser, JSON converter and Webpack loader.

properties-file .properties file parser, JSON converter and Webpack loader. Installation ?? ⚠ in June 2022 we have released version 2 of this package

Avansai 6 Dec 15, 2022
frida runtime (no python required, only a single file),One-click support for ios smashing shell

fd 简要介绍 要是你看不懂中文可以使用chrome翻译功能 frida 运行时(不需要python,只有单一个文件) fd 使用fd前请确认手机上有frida-server a brief introdction English can use chrome translation frida r

null 181 Dec 30, 2022
Next-multipart - Easy & Simple File Uploads for Next.js

Next-Multipart Next-multipart is a small utility library to ease the process of file uploads with Next.js. It uses formidable under the hood, but with

Tim Raderschad 10 Nov 11, 2022
A web-app built with next.js that can automatically install mods into a new Minecraft or MultiMC Launcher Profile using the File System Access API

Mod Installer This is a Next.js App which automatically installs fabric mods on your PC and creates a Minecraft Launcher Profile for you. Idea & Inspi

Emma Böcker 18 Nov 27, 2022
This repo is for educational and demonstration purposes only, this project is to demonstrate usage of apollo/client and github API and firebase.

Gissues Gissues is a web application that allows you to search for issues in GitHub. It is built for new developers who want to learn more about GitHu

Shikhar 10 Oct 1, 2022
A react component available on npm to easily link to your project on github and is made using React, TypeScript and styled-components.

fork-me-corner fork-me-corner is a react component available on npm to easily link to your project on github and is made using React, TypeScript and s

Victor Dantas 9 Jun 30, 2022
A Chrome T-Rex game remake using javascript and threejs. Online demo: https://rossning92.github.io/t-rex

T-Rex Game in 3D A Chrome T-rex game remake using javascript and threejs. Build the code Make sure you have node 12+ installed: https://nodejs.org/en/

null 79 Dec 29, 2022
This is my portfolio GitHub clone website. The frontend is build using NextJS and TailwindCSS.

Github Clone Portfolio Website Tech Stack used: NextJS Tailwind CSS The contact form in this website is connected to Notion. If you want to integrate

Unnati Bamania 22 Oct 5, 2022
:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

React Color 13 Different Pickers - Sketch, Photoshop, Chrome and many more Make Your Own - Use the building block components to make your own Demo Liv

case 11.2k Jan 6, 2023
Github organization location changer.

GOLC Github organization location changer Installation Github: git clone https://github.com/I2rys/GOLC NPM Packages: npm i axios Usage node index.js

Trac3D1y 2 Jul 12, 2022
Github Leaderboard API - Most popular users, repositories, etc.

Github Leaderboard API Data pengguna, repositori, organisasi populer yang ada di Github dan diurutkan berdasarkan jumlah dari informasi tertentu, misa

Feri Irawan 15 Dec 22, 2022