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 the npm group across 1 directory with 3 updates #5

Merged
merged 1 commit into from
May 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Updates the requirements on rimraf, rollup-plugin-license and semantic-release to permit the latest version.
Updates rimraf to 5.0.7

Changelog

Sourced from rimraf's changelog.

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript
  • ship CJS/ESM hybrid module
  • Error on unknown arguments to the bin. (Previously they were silently ignored.)

v3.0

  • Add --preserve-root option to executable (default true)
  • Drop support for Node.js below version 6

v2.7

... (truncated)

Commits

Updates rollup-plugin-license to 3.4.0

Changelog

Sourced from rollup-plugin-license's changelog.

3.4.0 (2024-04-18)

  • release: prepare next release (1c6c911)
  • release: release version (a576572)
  • chore: add changelog update workflow (5f4ed57)
  • chore: update changelog (a48e164)
  • chore: update readme (8254eae)
  • chore(ci): add node 21 (80cefa0)
  • chore(ci): remove invalid option (16e4d5d)
  • chore(ci): update actions/checkout to version 4.1.2 (9742e59)
  • chore(ci): use node 20 (184cc0b)
  • chore(deps-dev): bump gulp from 4.0.2 to 5.0.0 (#1702) (f9d39d5), closes #1702
  • chore(deps-dev): bump rollup from 4.12.1 to 4.13.0 (#1692) (51ceaf8), closes #1692
  • chore(deps-dev): bump rollup from 4.13.0 to 4.13.2 (#1700) (f2d3210), closes #1700
  • chore(deps-dev): bump rollup from 4.13.2 to 4.14.0 (#1705) (72fa64b), closes #1705
  • chore(deps-dev): bump rollup from 4.14.0 to 4.14.1 (#1708) (7226c85), closes #1708
  • chore(deps-dev): bump rollup from 4.14.1 to 4.14.2 (#1710) (15f1b92), closes #1710
  • chore(deps-dev): bump rollup from 4.14.2 to 4.14.3 (#1712) (dbd15b5), closes #1712
  • chore(deps-dev): bump the babel group with 2 updates (#1695) (8f07c26), closes #1695
  • chore(deps-dev): bump the babel group with 2 updates (#1696) (2288801), closes #1696
  • chore(deps-dev): bump the babel group with 2 updates (#1704) (94c9ba3), closes #1704
  • chore(deps-dev): bump the typescript-eslint group with 2 updates (#1691) (16d4524), closes #1691
  • chore(deps-dev): bump the typescript-eslint group with 2 updates (#1693) (037c525), closes #1693
  • chore(deps-dev): bump the typescript-eslint group with 2 updates (#1694) (8ef73df), closes #1694
  • chore(deps-dev): bump the typescript-eslint group with 2 updates (#1698) (256733e), closes #1698
  • chore(deps-dev): bump the typescript-eslint group with 2 updates (#1703) (31394bc), closes #1703
  • chore(deps-dev): bump the typescript-eslint group with 2 updates (#1707) (90d1a1f), closes #1707
  • chore(deps-dev): bump the typescript-eslint group with 2 updates (#1711) (60af719), closes #1711
  • chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 (#1697) (262e020), closes #1697
  • chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 (#1706) (44f4291), closes #1706
  • chore(deps-dev): bump typescript from 5.4.4 to 5.4.5 (#1709) (2cc74c9), closes #1709
  • feat: optionally include self dependency (66a2963)
  • refactor: use map instead of object for internal cache (6f50da5)
  • refactor: use map instead of object for internal dependencies store (4d1282c)
  • refactor: use set instead of array (d7db768)

3.3.1 (2024-03-10)

  • release: prepare next release (eb46211)
  • release: release version (8ea2668)
  • fix: add missing multipleVersions option to validated schema (889dfbc)
  • chore: add publish action (a589059)
  • chore: update publish workflow (a64478a)
  • chore: upgrade actions/checkout to version 4.1.1 (6b052d6)
  • chore: upgrade actions/setup-node to version 4.1.1 (d01b0fb)

... (truncated)

Commits
  • a576572 release: release version
  • 60af719 chore(deps-dev): bump the typescript-eslint group with 2 updates (#1711)
  • dbd15b5 chore(deps-dev): bump rollup from 4.14.2 to 4.14.3 (#1712)
  • 184cc0b chore(ci): use node 20
  • 9742e59 chore(ci): update actions/checkout to version 4.1.2
  • 80cefa0 chore(ci): add node 21
  • 15f1b92 chore(deps-dev): bump rollup from 4.14.1 to 4.14.2 (#1710)
  • 2cc74c9 chore(deps-dev): bump typescript from 5.4.4 to 5.4.5 (#1709)
  • 90d1a1f chore(deps-dev): bump the typescript-eslint group with 2 updates (#1707)
  • 7226c85 chore(deps-dev): bump rollup from 4.14.0 to 4.14.1 (#1708)
  • Additional commits viewable in compare view

Updates semantic-release to 23.1.1

Release notes

Sourced from semantic-release's releases.

v23.1.1

23.1.1 (2024-05-10)

Bug Fixes

Commits
  • 73bcd0b fix(deps): update dependency execa to v9 (#3296)
  • 39a421d ci(action): update actions/checkout action to v4.1.5 (#3295)
  • 663fccd ci(action): update ossf/scorecard-action action to v2.3.3 (#3298)
  • 3a18bf8 Merge pull request #3300 from semantic-release/beta
  • 81cdc49 ci(action): update github/codeql-action action to v3.25.4 (#3294)
  • 95d8736 feat: add main branch to default release branch config (#1737)
  • ba76cbb chore(deps): update dependency sinon to v17.0.2 (#3293)
  • 3c80615 docs(configuration): add micromatch note for branches configuration key (#3287)
  • f3ac97b docs: Remove non-existing plugin from plugins-list.md (#3291)
  • e3a3a38 chore(deps): lock file maintenance (#3289)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  dependency-group: npm
- dependency-name: rollup-plugin-license
  dependency-type: direct:development
  dependency-group: npm
- dependency-name: semantic-release
  dependency-type: direct:development
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 20, 2024
@songdaegeun songdaegeun merged commit 4732a04 into main May 22, 2024
0 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-420aa674be branch May 22, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant