Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump fs-extra from 9.1.0 to 11.1.1 #12

Closed
wants to merge 25 commits into from

Commits on Aug 25, 2023

  1. Create dependabot.yml (#3)

    * Create dependabot.yml
    
    * Make scans daily.
    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cd02ff9 View commit details
    Browse the repository at this point in the history
  2. Bump loader-utils from 1.4.0 to 1.4.2 (#1)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v1.4.0...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9e0c131 View commit details
    Browse the repository at this point in the history
  3. Bump json5 from 1.0.1 to 1.0.2 (#2)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7e63398 View commit details
    Browse the repository at this point in the history
  4. Bump typescript from 3.9.10 to 5.2.2 (#4)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 5.2.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v3.9.10...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    36fb5e7 View commit details
    Browse the repository at this point in the history
  5. Bump glob from 7.2.3 to 10.3.3 (#5)

    Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.3.3.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v7.2.3...v10.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e7387d6 View commit details
    Browse the repository at this point in the history
  6. Bump yargs from 16.2.0 to 17.7.2 (#7)

    Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.7.2.
    - [Release notes](https://github.com/yargs/yargs/releases)
    - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
    - [Commits](yargs/yargs@v16.2.0...v17.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: yargs
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0327040 View commit details
    Browse the repository at this point in the history
  7. Bump chalk from 4.1.2 to 5.3.0 (#6)

    Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0.
    - [Release notes](https://github.com/chalk/chalk/releases)
    - [Commits](chalk/chalk@v4.1.2...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: chalk
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b4a2987 View commit details
    Browse the repository at this point in the history
  8. Create workflows (#8)

    * Create codeql.yml
    
    * Create automerge.yml
    
    * Create dependency-review.yml
    
    * Create osv-scanner.yml
    
    * Update codeql.yml
    
    * Create linter.yml
    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    24ec882 View commit details
    Browse the repository at this point in the history
  9. Delete linter.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    48668fd View commit details
    Browse the repository at this point in the history
  10. Update codeql.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e63e882 View commit details
    Browse the repository at this point in the history
  11. Create npm.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8b1c4e9 View commit details
    Browse the repository at this point in the history
  12. Update package.json

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b239a9c View commit details
    Browse the repository at this point in the history
  13. Update npm.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ee04f4b View commit details
    Browse the repository at this point in the history
  14. Update npm.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    32011aa View commit details
    Browse the repository at this point in the history
  15. Update npm.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9f1e955 View commit details
    Browse the repository at this point in the history
  16. Update npm.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    37f9646 View commit details
    Browse the repository at this point in the history
  17. Update npm.yml

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d11783e View commit details
    Browse the repository at this point in the history
  18. Update package.json

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    be4968b View commit details
    Browse the repository at this point in the history
  19. Update package.json

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    20770ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e0826bf View commit details
    Browse the repository at this point in the history
  21. Update package.json

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f0c67f3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e6c99f0 View commit details
    Browse the repository at this point in the history
  23. Update package.json

    thomasleplus authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2274bbb View commit details
    Browse the repository at this point in the history
  24. Bump fs-extra from 9.1.0 to 11.1.1

    Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 11.1.1.
    - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
    - [Commits](jprichardson/node-fs-extra@9.1.0...11.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: fs-extra
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0ee1314 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d3f6696 View commit details
    Browse the repository at this point in the history