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

build(deps): bump lodash, karma-sauce-launcher and semantic-release #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

Bumps lodash to 4.17.21 and updates ancestor dependencies lodash, karma-sauce-launcher and semantic-release. These dependencies need to be updated together.

Updates lodash from 3.2.0 to 4.17.21

Release notes

Sourced from lodash's releases.

4.0.0

lodash v4.0.0

2015 was big year! Lodash became the most depended on npm package, passed 1 billion downloads, & its v3 release saw massive adoption!

The year was also one of collaboration, as discussions began on merging Lodash & Underscore. Much of Lodash v4 is proofing out the ideas from those discussions. Lodash v4 would not be possible without the collaboration & contributions of the Underscore core team. In the spirit of merging our teams have blended with several members contributing to both libraries.

For 2016 & lodash v4.0.0 we wanted to cut loose, push forward, & take things up a notch!

Modern only

With v4 we’re breaking free from old projects, old environments, & dropping old IE < 9 support!

4 kB Core

Lodash’s kitchen-sink size will continue to grow as new methods & functionality are added. However, we now offer a 4 kB (gzipped) core build that’s compatible with Backbone v1.2.4 for folks who want Lodash without lugging around the kitchen sink.

More ES6

We’ve continued to embrace ES6 with methods like _.isSymbol, added support for cloning & comparing array buffers, maps, sets, & symbols, converting iterators to arrays, & iterable _(…).

In addition, we’ve published an es-build & pulled babel-plugin-lodash into core to make tree-shaking a breeze.

More Modular

Pop quiz! 📣

What category path does the bindAll method belong to? Is it

A) require('lodash/function/bindAll') B) require('lodash/utility/bindAll') C) require('lodash/util/bindAll')

Don’t know? Well, with v4 it doesn’t matter because now module paths are as simple as

var bindAll = require('lodash/bindAll');

We’ve also reduced module complexity making it easier to create smaller bundles. This has helped Lodash adoption with libraries like Async & Redux!

1st Class FP

With v3 we introduced lodash-fp. We learned a lot & with v4 we decided to pull it into core.

Now you can get immutable, auto-curried, iteratee-first, data-last methods as simply as

var _ = require('lodash/fp');
var object = { 'a': 1 };
</tr></table> 

... (truncated)

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 karma-sauce-launcher from 0.3.1 to 4.3.6

Release notes

Sourced from karma-sauce-launcher's releases.

v4.3.6

4.3.6 (2021-04-09)

Bug Fixes

  • correctly report test names and status (1aee063)

v4.3.5

4.3.5 (2021-01-24)

Bug Fixes

  • add old logs into Sauce (9cf957f)

v4.3.4

4.3.4 (2020-11-30)

Bug Fixes

  • fix reporter with browsers not launched through launcher (39943d7), closes #232

v4.3.3

4.3.3 (2020-10-30)

Bug Fixes

  • update (dev)dependencies (c86ffe7)
  • update sending custom information to Sauce Labs (6090ea8)

v4.3.2

4.3.2 (2020-10-30)

Bug Fixes

  • Call launcher done callback (6050150)

v4.3.1

4.3.1 (2020-10-29)

Bug Fixes

  • fixes issues with older browsers / caps (97315f3)

v4.3.0

... (truncated)

Changelog

Sourced from karma-sauce-launcher's changelog.

4.3.6 (2021-04-09)

Bug Fixes

  • correctly report test names and status (1aee063)

4.3.5 (2021-01-24)

Bug Fixes

  • add old logs into Sauce (9cf957f)

4.3.4 (2020-11-30)

Bug Fixes

  • fix reporter with browsers not launched through launcher (39943d7), closes #232

4.3.3 (2020-10-30)

Bug Fixes

  • update (dev)dependencies (c86ffe7)
  • update sending custom information to Sauce Labs (6090ea8)

4.3.2 (2020-10-30)

Bug Fixes

  • Call launcher done callback (6050150)

4.3.1 (2020-10-29)

Bug Fixes

  • fixes issues with older browsers / caps (97315f3)

4.3.0 (2020-10-29)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by karmarunnerbot, a new releaser for karma-sauce-launcher since your current version.


Updates semantic-release from 4.3.5 to 19.0.5

Release notes

Sourced from semantic-release's releases.

v19.0.5

19.0.5 (2022-08-23)

Reverts

v19.0.4

19.0.4 (2022-08-22)

Bug Fixes

v19.0.3

19.0.3 (2022-06-09)

Bug Fixes

  • log-repo: use the original form of the repo url to remove the need to mask credentials (#2459) (58a226f), closes #2449

v19.0.2

19.0.2 (2022-01-18)

Bug Fixes

  • npm-plugin: upgraded to the stable version (0eca144)

v19.0.1

19.0.1 (2022-01-18)

Bug Fixes

  • npm-plugin: upgraded to the latest beta version (8097afb)

v19.0.0

19.0.0 (2022-01-18)

Bug Fixes

  • npm-plugin: upgraded to the beta, which upgrades npm to v8 (f634b8c)

... (truncated)

Commits
  • 8f07522 Revert "fix(deps): update dependency yargs to v17" (#2534)
  • 2f4bcef docs: add semantic-release-react-native to plugin list (#2523)
  • f419080 fix(deps): update dependency yargs to v17 (#1912)
  • 3bbf08c test(integration): upgrade the gitbox image to support arm architecture in ad...
  • 846f4c2 build(deps): bump terser from 5.14.0 to 5.14.2 (#2513)
  • bd294eb docs(plugin-list): add semantic-release-space plugin (#2502)
  • c69445e docs: remove deprecated keyword in gitlab-ci.md (#2498)
  • d80e2ea build(deps-dev): bump got from 11.8.3 to 11.8.5 (#2485)
  • 9589a96 docs: fix typos (#2476)
  • ec89bab docs: replace issue templates with forms (#2474)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by semantic-release-bot, a new releaser for semantic-release since your current version.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

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 dependencies [lodash](https://github.com/lodash/lodash), [karma-sauce-launcher](https://github.com/karma-runner/karma-sauce-launcher) and [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together.


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

Updates `karma-sauce-launcher` from 0.3.1 to 4.3.6
- [Release notes](https://github.com/karma-runner/karma-sauce-launcher/releases)
- [Changelog](https://github.com/karma-runner/karma-sauce-launcher/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-sauce-launcher@v0.3.1...v4.3.6)

Updates `semantic-release` from 4.3.5 to 19.0.5
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v4.3.5...v19.0.5)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: karma-sauce-launcher
  dependency-type: direct:development
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2022
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.

None yet

0 participants