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 array.prototype.findlastindex from 1.2.3 to 1.2.5 #1063

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps array.prototype.findlastindex from 1.2.3 to 1.2.5.

Changelog

Sourced from array.prototype.findlastindex's changelog.

v1.2.5 - 2024-03-19

Commits

  • [meta] remove useless ESM 4ed36ab
  • [Deps] update call-bind, es-abstract a6e3816
  • [Refactor] use es-object-atoms where possible 3fbee9b
  • [Dev Deps] update hasown, tape dc6356c

v1.2.4 - 2024-02-05

Commits

  • [Deps] update call-bind, define-properties, es-abstract, es-shim-unscopables, get-intrinsic b689455
  • [Refactor] use es-errors, so things that only need those do not need get-intrinsic ca636e6
  • [Tests] use functions-have-names b91692c
  • [Dev Deps] update aud, npmignore, tape 4f87dff
  • [Dev Deps] use hasown instead of has 57ce292
  • [Dev Deps] update object-inspect, tape fa74bab
Commits
  • e04f10c v1.2.5
  • a6e3816 [Deps] update call-bind, es-abstract
  • 3fbee9b [Refactor] use es-object-atoms where possible
  • dc6356c [Dev Deps] update hasown, tape
  • 4ed36ab [meta] remove useless ESM
  • d87af0f v1.2.4
  • ca636e6 [Refactor] use es-errors, so things that only need those do not need `get-i...
  • b91692c [Tests] use functions-have-names
  • 4f87dff [Dev Deps] update aud, npmignore, tape
  • b689455 [Deps] update call-bind, define-properties, es-abstract, `es-shim-unsco...
  • 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 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 dependabot bot added the Task label Apr 8, 2024
@github-actions github-actions bot enabled auto-merge (squash) April 8, 2024 22:42
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.69%. Comparing base (48111dc) to head (4074b1f).
Report is 65 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1063   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files          59       59           
  Lines        1453     1453           
  Branches      264      258    -6     
=======================================
  Hits         1405     1405           
  Misses         47       47           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch from a26b0d0 to 00b7ea2 Compare April 8, 2024 22:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch from 00b7ea2 to 1a284cf Compare April 8, 2024 22:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch from 1a284cf to 09caf44 Compare April 8, 2024 22:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch from 09caf44 to b5e2562 Compare April 8, 2024 22:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch from b5e2562 to 5bc4caa Compare April 8, 2024 22:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch from 5bc4caa to 19a2962 Compare April 8, 2024 23:02
Bumps [array.prototype.findlastindex](https://github.com/es-shims/Array.prototype.findLastIndex) from 1.2.3 to 1.2.5.
- [Changelog](https://github.com/es-shims/Array.prototype.findLastIndex/blob/main/CHANGELOG.md)
- [Commits](es-shims/Array.prototype.findLastIndex@v1.2.3...v1.2.5)

---
updated-dependencies:
- dependency-name: array.prototype.findlastindex
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch from 19a2962 to 4074b1f Compare April 8, 2024 23:05
@github-actions github-actions bot merged commit 62fa931 into master Apr 8, 2024
9 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/array.prototype.findlastindex-1.2.5 branch April 8, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants