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

chore(deps): bump lodash and runjs #19

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps lodash to 4.17.21 and updates ancestor dependency runjs. These dependencies need to be updated together.

Updates lodash from 4.17.4 to 4.17.21

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.


Updates runjs from 4.3.2 to 4.4.2

Release notes

Sourced from runjs's releases.

v4.4.0

  • source code migrated from Flow/Babel to TypeScript
Changelog

Sourced from runjs's changelog.

5.1.0

API:

  • sh function now accepts different set of options. Most importantly it does not accept stdio option anymore. By default it will be always in stdio=pipe mode for stdout and stderr process streams. It will also print out results to the terminal unless silent=true option given.

  • sh function accepts also transform option which allows to transform output of shell process. Usefull if we want to add prefixes to the output.

  • introducing prefixTransform function. It is dedicated for usage along with sh function as value for transform option.

5.0.0

API:

  • help function as second argument now accepts only string, for third argument accepts detailed help information about options and params
  • removing option and options helper, now options will be passed always as a first argument to the task
  • introducing rawArgs function, which returns raw, unparsed args which were provided to the task
  • renaming run function to sh
  • introducing cli function which exposes tasks functions to the cli

Mechanics:

  • options are always passed as a first argument to the task function
  • calling tasks occurs through npx task not npx run script or by calling tasksfile.js directly (node tasksfile.js). Tasks file now behaves like a CLI script
  • to be able to call tasks from tasksfile.js they must be exposed by cli function. Exporting tasks functions won't do the job anymore.
  • to be able to call a task through npx task, entry to npm scripts must be added: "task": "node ./tasksfile.js". npx task always try to execute task npm script, it's just an alias.
  • namespaces now can have default task
  • removing autocomplete feature, as it required too much configuration and it seems not used by the users
  • full support for TypeScript. Types files are included within the project. Using TypeScript for tasksfile is possible. It just require different entry in npm scripts: "task": "ts-node ./tasksfile.ts"

Other:

  • renaming project from runjs to tasksfile

... (truncated)

Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [runjs](https://github.com/pawelgalazka/runjs). These dependencies need to be updated together.


Updates `lodash` from 4.17.4 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.4...4.17.21)

Updates `runjs` from 4.3.2 to 4.4.2
- [Release notes](https://github.com/pawelgalazka/runjs/releases)
- [Changelog](https://github.com/pawelgalazka/tasksfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pawelgalazka/runjs/commits/v4.4.2)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: runjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2024
@ekoz ekoz merged commit 050e360 into master Apr 23, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-52686b2236 branch April 23, 2024 05:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant