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 lodash, airtable and aegir #9

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

Conversation

dependabot[bot]
Copy link

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

Bumps lodash to 4.17.21 and updates ancestor dependencies lodash, airtable and aegir. These dependencies need to be updated together.

Updates lodash from 2.4.1 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 airtable from 0.1.19 to 0.11.5

Release notes

Sourced from airtable's releases.

v0.11.5

  • Update select() and list() to support to use POST endpoint when GET url length would exceed Airtable's 16k character limit
  • Update select() and list() to explicitly choose to use GET or POST endpoint via new 'method' arg

v0.11.4

Add support for returnFieldsByFieldId param.

v0.11.3

Adds a UMD build to use for browser-targeted builds. This fixes an issue where other apps that use airtable.js as a dependency were bundling code that expects to run in a node environment when building for a browser enviornment.

v0.11.2

Bump NPM package versions (Airtable/airtable.js#276 , Airtable/airtable.js#281 , Airtable/airtable.js#293 , Airtable/airtable.js#296 , Airtable/airtable.js#297 , Airtable/airtable.js#298 )

v0.11.1

Bump NPM package versions (#250, #253, #266, #267, #268)

v0.11.0

  • Add support for custom headers
  • Allow requestTimeout to be configured like other AirtableOptions
  • Fix type warnings

v0.10.1

  • Fix error handler in updating an array (#223)
  • Fix binding fetch to window (#235)
  • Update lodash and node-fetch dependencies
  • Widen @​types/node dependency

v0.10.0

  • Convert to TypeScript. The project now comes with .d.ts typescript definition files.

v0.9.0

v0.8.1

  • Require Node 8 or above (down from Node 10)

v0.8.0

  • Require Node 10 or above
  • Add Promise polyfill (#147)
  • Remove allowUnauthorizedSsl option

v0.7.2

  • Properly reject unauthorized SSL certificates (#140)
  • Minor tweaks to formatting in README (#136)
  • Update Lodash to 4.17.15 (#141)

... (truncated)

Changelog

Sourced from airtable's changelog.

v0.11.5

  • Update select() and list() to support to use POST endpoint when GET url length would exceed Airtable's 16k character limit
  • Update select() and list() to explicitly choose to use GET or POST endpoint via new 'method' arg

v0.11.4

  • Add support for returnFieldsByFieldId param.

v0.11.3

  • Adds a UMD build to use for browser-targeted builds. This fixes an issue where other apps that use airtable.js as a dependency were bundling code that expects to run in a node environment when building for a browser enviornment.

v0.11.2

v0.11.1

v0.11.0

  • Add support for custom headers
  • Allow requestTimeout to be configured like other AirtableOptions
  • Fix type warnings

v0.10.1

  • Fix error handler in updating an array (#223)
  • Fix binding fetch to window (#235)
  • Update lodash and node-fetch dependencies
  • Widen @​types/node dependency

v0.10.0

  • Convert to TypeScript. The project now comes with .d.ts typescript definition files.

v0.9.0

v0.8.1

  • Require Node 8 or above (down from Node 10)

v0.8.0

  • Require Node 10 or above
  • Add Promise polyfill (#147)
  • Remove allowUnauthorizedSsl option

v0.7.2

  • Properly reject unauthorized SSL certificates (#140)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jamesmoody-at, a new releaser for airtable since your current version.


Updates aegir from 12.0.0 to 37.5.6

Release notes

Sourced from aegir's releases.

v37.5.6

37.5.6 (2022-10-13)

Dependencies

v37.5.5

37.5.5 (2022-09-30)

Bug Fixes

Documentation

Dependencies

  • bump @​types/mocha from 9.1.1 to 10.0.0 (#1080) (f111936)
  • bump esbuild from 0.14.54 to 0.15.10 (#1082) (51d3034)
  • dev: bump @​types/update-notifier from 5.1.0 to 6.0.1 (#1018) (e82c2d6)
  • dev: bump electron from 20.3.0 to 21.0.1 (#1081) (cdbc918)

v37.5.4

37.5.4 (2022-09-22)

Bug Fixes

v37.5.3

37.5.3 (2022-08-30)

Bug Fixes

v37.5.2

37.5.2 (2022-08-30)

Bug Fixes

... (truncated)

Changelog

Sourced from aegir's changelog.

37.5.6 (2022-10-13)

Dependencies

37.5.5 (2022-09-30)

Bug Fixes

Documentation

Dependencies

  • bump @​types/mocha from 9.1.1 to 10.0.0 (#1080) (f111936)
  • bump esbuild from 0.14.54 to 0.15.10 (#1082) (51d3034)
  • dev: bump @​types/update-notifier from 5.1.0 to 6.0.1 (#1018) (e82c2d6)
  • dev: bump electron from 20.3.0 to 21.0.1 (#1081) (cdbc918)

37.5.4 (2022-09-22)

Bug Fixes

37.5.3 (2022-08-30)

Bug Fixes

37.5.2 (2022-08-30)

Bug Fixes

... (truncated)

Commits
  • 99fd171 chore(release): 37.5.6 [skip ci]
  • a5b1342 deps: bump uint8arrays from 3.1.1 to 4.0.2 (#1090)
  • b7d42d8 chore(release): 37.5.5 [skip ci]
  • 4d76f79 fix: fix ci link for libp2p repos (#1084)
  • e82c2d6 deps(dev): bump @​types/update-notifier from 5.1.0 to 6.0.1 (#1018)
  • 51d3034 deps: bump esbuild from 0.14.54 to 0.15.10 (#1082)
  • cdbc918 deps(dev): bump electron from 20.3.0 to 21.0.1 (#1081)
  • f111936 deps: bump @​types/mocha from 9.1.1 to 10.0.0 (#1080)
  • c3eca3e docs: remove ts command docs (#1083)
  • dc41048 chore(release): 37.5.4 [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-service-account-ipfs, a new releaser for aegir 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), [airtable](https://github.com/airtable/airtable.js) and [aegir](https://github.com/ipfs/aegir). These dependencies need to be updated together.


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

Updates `airtable` from 0.1.19 to 0.11.5
- [Release notes](https://github.com/airtable/airtable.js/releases)
- [Changelog](https://github.com/Airtable/airtable.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airtable/airtable.js/commits/v0.11.5)

Updates `aegir` from 12.0.0 to 37.5.6
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v12.0.0...v37.5.6)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: airtable
  dependency-type: direct:production
- dependency-name: aegir
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 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.

0 participants