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 deep-equal from 2.0.5 to 2.2.2 #19427

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps deep-equal from 2.0.5 to 2.2.2.

Changelog

Sourced from deep-equal's changelog.

v2.2.2 - 2023-07-10

Commits

  • [Fix] avoid an infinite loop in node 0.8 with Typed Arrays f247282
  • [Dev Deps] update @ljharb/eslint-config, aud, tape fa25583
  • [Deps] update get-intrinsic 3638470

v2.2.1 - 2023-04-27

Commits

  • [Tests] add passing tests covering object key ordering 51c9ff6
  • [Refactor] use array-buffer-byte-length f47822c
  • [Deps] update is-array-buffer, regexp.prototype.flags 160d851
  • [Deps] update es-get-iterator, get-intrinsic 2e08e95
  • [Dev Deps] update object.getownpropertydescriptors 63e9ab7
  • [Dev Deps] update tape c8db964

v2.2.0 - 2023-01-05

Commits

  • [New] add support for SharedArrayBuffer 0ef51c7
  • [Refactor] use is-array-buffer package 0360ee1
  • [Fix] whichTypedArray can return false in both cases df3e3c4
  • [Dev Deps] update aud, object.getownpropertydescriptors 6d62ea4
  • [Dev Deps] update @ljharb/eslint-config 15aab59
  • [Deps] update which-typed-array 8dfce27
  • [eslint] remove .eslintignore af46773

v2.1.0 - 2022-11-02

Fixed

Commits

  • [actions] reuse common workflows 12de287
  • [actions] use node/install instead of node/run; use codecov action ec248b9
  • [Tests] run assert tests on a dynamic matrix 695aebd
  • [readme] add badges 492e159
  • [Test] ArrayBuffers in node < 0.12 have a nonconfigurable own byteLength property 40f4b87
  • [meta] use npmignore to autogenerate an npmignore file 2627269
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape 7a05bb7
  • [Deps] update call-bind, es-get-iterator, get-intrinsic, is-arguments, is-regex, regexp.prototype.flags, side-channel, which-boxed-primitive, which-typed-array c0844e6
  • [actions] update codecov uploader b1b0552
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, has-symbols, object.getownpropertydescriptors, tape 9a1ccf5
  • [meta] do not publish github action workflow files 2d63384

... (truncated)

Commits
  • 3d1ee60 v2.2.2
  • f247282 [Fix] avoid an infinite loop in node 0.8 with Typed Arrays
  • 3638470 [Deps] update get-intrinsic
  • fa25583 [Dev Deps] update @ljharb/eslint-config, aud, tape
  • 6ea6b8d v2.2.1
  • f47822c [Refactor] use array-buffer-byte-length
  • 160d851 [Deps] update is-array-buffer, regexp.prototype.flags
  • 63e9ab7 [Dev Deps] update object.getownpropertydescriptors
  • 2e08e95 [Deps] update es-get-iterator, get-intrinsic
  • c8db964 [Dev Deps] update tape
  • Additional commits viewable in compare view

Dependabot compatibility score

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

@github-actions github-actions bot changed the title [no-test]: Bump deep-equal from 2.0.5 to 2.2.2 Bump deep-equal from 2.0.5 to 2.2.2 Oct 4, 2023
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Oct 4, 2023
@martinpitt
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deep-equal-2.2.2 branch from 71755d0 to 689f89d Compare October 4, 2023 10:50
@martinpitt martinpitt temporarily deployed to npm-update October 4, 2023 10:52 — with GitHub Actions Inactive
Bumps [deep-equal](https://github.com/inspect-js/node-deep-equal) from 2.0.5 to 2.2.2.
- [Changelog](https://github.com/inspect-js/node-deep-equal/blob/master/CHANGELOG.md)
- [Commits](inspect-js/node-deep-equal@v2.0.5...v2.2.2)

---
updated-dependencies:
- dependency-name: deep-equal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@martinpitt martinpitt merged commit b1a8e24 into main Oct 4, 2023
40 checks passed
@martinpitt martinpitt deleted the dependabot/npm_and_yarn/deep-equal-2.2.2 branch October 4, 2023 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant