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

Update Node dependencies #639

Merged
merged 2 commits into from Mar 13, 2022
Merged

Update Node dependencies #639

merged 2 commits into from Mar 13, 2022

Conversation

ggrossetie
Copy link
Owner

@ggrossetie ggrossetie commented Mar 12, 2022

This PR contains the following updates:

Package Type Update Change
@fortawesome/fontawesome-svg-core (source) dependencies minor 1.2.36 -> 1.3.0
@fortawesome/free-brands-svg-icons (source) dependencies major 5.15.4 -> 6.0.0
@fortawesome/free-regular-svg-icons (source) dependencies major 5.15.4 -> 6.0.0
@fortawesome/free-solid-svg-icons (source) dependencies major 5.15.4 -> 6.0.0
chai (source) devDependencies patch 4.3.4 -> 4.3.6
chokidar dependencies patch 3.5.2 -> 3.5.3
fs-extra dependencies patch 10.0.0 -> 10.0.1
mocha (source) devDependencies minor 9.1.3 -> 9.2.2
sinon (source) devDependencies major ^12.0.1 -> ^13.0.0
yargs (source) dependencies major 16.2.0 -> 17.3.1

Release Notes

FortAwesome/Font-Awesome

v6.0.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

chaijs/chai

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

paulmillr/chokidar

v3.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@3.5.2...3.5.3

jprichardson/node-fs-extra

v10.0.1

Compare Source

  • Add sideEffects: false to package.json (#​941)
mochajs/mocha

v9.2.2

Compare Source

🐛 Fixes

🔩 Other

v9.2.1

Compare Source

🐛 Fixes

v9.2.0

Compare Source

🎉 Enhancements

🔩 Other

v9.1.4

Compare Source

🐛 Fixes

🔩 Other

sinonjs/sinon

v13.0.1

Compare Source

  • ec4223f9
    Bump nise to fix sinonjs/nise#​193 (Carl-Erik Kopseng)
  • f329a010
    Add unimported to workflow (#​2441) (Morgan Roderick)
  • 7f16cec9
    Enable updates to same major version (Carl-Erik Kopseng)
  • f784d7ad
    Re-introduce new version.sh script to version hook (Joel Bradshaw)

    This was inadvertently removed during merge conflicts, and is required
    for any of the new release process stuff to work

  • 51c508ab
    Add dry run mode to npm version (#​2436) (Joel Bradshaw)
    • Add DRY_RUN flag to skip publish/push

    • Allow overriding branch names for testing

  • 05341dcf
    Update npm version scripts to manage new releases branch (Joel Bradshaw)
  • fe658261
    Remove release archives from master (Joel Bradshaw)

    These archives made it difficult to find things in the GitHub interface,
    and take up a lot of space in a checked-out repo for something that is
    not useful to most people checking out the repository.

    The main purpose of these archives is to make old versions and
    documentation available on the Sinon website that is run out of this
    repo. This can be supported by using a separate branch for website
    releases, and to maintain the archives.

    Following this commit, the npm version scripts will be updated to
    automatically handle archiving the releases in the new releases branch
    and keeping it up to date with master.

    Also remove the directories we removed from .prettierignore, since they
    don't exist any more.

Released by Carl-Erik Kopseng on 2022-02-01.

v13.0.0

Compare Source

  • cf3d6c0c
    Upgrade packages (#​2431) (Carl-Erik Kopseng)
    • Update all @​sinonjs/ packages

    • Upgrade to fake-timers 9

    • chore: ensure always using latest LTS release

  • 41710467
    Adjust deploy scripts to archive old releases in a separate branch, move existing releases out of master (#​2426) (Joel Bradshaw)

    Co-authored-by: Carl-Erik Kopseng carlerik@gmail.com

  • c80a7266
    Bump node-fetch from 2.6.1 to 2.6.7 (#​2430) (dependabot[bot])

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • a00f14a9
    Add explicit export for ./* (#​2413) (なつき)
  • b82ca7ad
    Bump cached-path-relative from 1.0.2 to 1.1.0 (#​2428) (dependabot[bot])
  • a9ea1427
    Add documentation for assert.calledOnceWithMatch (#​2424) (Mathias Schreck)
  • 1d5ab86b
    Be more general in stripping off stack frames to fix Firefox tests (#​2425) (Joel Bradshaw)
  • 56b06129
    Check call count type (#​2410) (Joel Bradshaw)
  • 7863e2df
    Fix #​2414: make Sinon available on homepage (Carl-Erik Kopseng)
  • fabaabdd
    Bump nokogiri from 1.11.4 to 1.13.1 (#​2423) (dependabot[bot])
  • dbc0fbd2
    Bump shelljs from 0.8.4 to 0.8.5 (#​2422) (dependabot[bot])
  • fb8b3d72
    Run Prettier (Carl-Erik Kopseng)
  • 12a45939
    Fix 2377: Throw error when trying to stub non-configurable or non-writable properties (#​2417) (Stuart Dotson)

    Fixes issue #​2377 by throwing an error when trying to stub non-configurable or non-writable properties

Released by Carl-Erik Kopseng on 2022-01-28.

yargs/yargs

v17.3.1

Compare Source

v17.3.0

Compare Source

Features
  • fallback to default bash completion (74c0ba5)
Bug Fixes
17.2.1 (2021-09-25)
Bug Fixes

v17.2.1

Compare Source

v17.2.0

Compare Source

Features
Bug Fixes
17.1.1 (2021-08-13)
Bug Fixes
  • positional array defaults should not be combined with provided values (#​2006) (832222d)

v17.1.1

Compare Source

v17.1.0

Compare Source

Features
Bug Fixes
17.0.1 (2021-05-03)
Bug Fixes

v17.0.1

Compare Source

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • node: drop Node 10 (#​1919)
  • implicitly private methods are now actually private
  • deprecated reset() method is now private (call yargs() instead).
  • yargs-factory: refactor yargs-factory to use class (#​1895)
  • .positional() now allowed at root level of yargs.
  • coerce: coerce is now applied before validation.
  • async: yargs now returns a promise if async or check are asynchronous.
  • middleware: global middleware now applied when no command is configured.
  • #​1823 contains the following breaking API changes:
    • now returns a promise if handler is async.
    • onFinishCommand removed, in favor of being able to await promise.
    • getCompletion now invokes callback with err and `completions, returns promise of completions.
Features
Bug Fixes
Code Refactoring
  • coerce: coerce is now applied before validation. (8b95f57)
  • deprecated reset() method is now private (call yargs() instead). (376f892)
  • implicitly private methods are now actually private (376f892)
  • yargs-factory: refactor yargs-factory to use class (#​1895) (376f892)

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie merged commit dd1f3e9 into main Mar 13, 2022
@ggrossetie ggrossetie deleted the renovate/node-dependencies branch March 13, 2022 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants