Skip to content

Bump the external-miscellaneous group with 7 updates#321

Closed
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/external-miscellaneous-7848f82025
Closed

Bump the external-miscellaneous group with 7 updates#321
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/external-miscellaneous-7848f82025

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the external-miscellaneous group with 7 updates:

Package From To
backbone 1.5.0 1.6.0
clipboard 2.0.10 2.0.11
hoverintent 2.2.0 2.2.1
json2php 0.0.9 0.0.12
lodash 4.17.20 4.17.21
moment 2.30.0 2.30.1
underscore 1.13.6 1.13.7

Updates backbone from 1.5.0 to 1.6.0

Commits
  • 89cbe40 Merge branch 'prepare-1.6.0'
  • 21437c9 Bump the copyright years
  • 516266d Add change log entry for version 1.6.0
  • 4c97452 Bump the version to 1.6.0
  • 801db14 Merge pull request #4278 from jgonggrijp/issue-templates
  • 0f9956b Merge pull request #4284 from olhapi/master with added test
  • d981caa Add regression test for #4284
  • 8c0916a [FIX] wrong context passed in collection.create
  • be26215 Get new debugInfo module to pass linting
  • 07cc274 Document debugInfo
  • Additional commits viewable in compare view

Updates clipboard from 2.0.10 to 2.0.11

Release notes

Sourced from clipboard's releases.

Fixes & DX Enhancements

  • Fix type for copy function #795
  • Remove blurring behavior after copy action invoke #807
  • Support more HTML input types #808
Commits

Updates hoverintent from 2.2.0 to 2.2.1

Changelog

Sourced from hoverintent's changelog.

2.2.1

  • Package bump to devdependency on lodash.
  • Limit the number of published files #29.
Commits

Updates json2php from 0.0.9 to 0.0.12

Release notes

Sourced from json2php's releases.

✨ v0.0.12

  • Up release management & cleanup (75ab9da)
Commits

Updates lodash from 4.17.20 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
  • See full diff in compare view

Updates moment from 2.30.0 to 2.30.1

Changelog

Sourced from moment's changelog.

2.30.1

Commits

Updates underscore from 1.13.6 to 1.13.7

Commits
  • d2e7e61 Update autogenerated files for 1.13.7
  • b1d4f23 Add a change log entry for 1.13.7
  • 473970a Bump the copyright years
  • a1cbb48 Bump the version to 1.13.7
  • 1205eb5 Merge pull request #2996 from elkcityhazard/feature/theme-toggle
  • bd3468b even more css formatting
  • dd23fd0 formatting, filter, darker darkmode
  • 184aae5 unncessary prefers-color-scheme: light removal
  • 55720c0 minimal dark mode implementation
  • de20b6f incorporated stylesheet that was already available
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/external-miscellaneous-7848f82025 branch from cf83ca8 to deab1f5 Compare February 4, 2025 19:27
desrosj and others added 3 commits February 4, 2025 15:01
Bumps the external-miscellaneous group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [backbone](https://github.com/jashkenas/backbone) | `1.5.0` | `1.6.0` |
| [clipboard](https://github.com/zenorocha/clipboard.js) | `2.0.10` | `2.0.11` |
| [hoverintent](https://github.com/tristen/hoverintent) | `2.2.0` | `2.2.1` |
| [json2php](https://github.com/daniel-zahariev/json2php) | `0.0.9` | `0.0.12` |
| [lodash](https://github.com/lodash/lodash) | `4.17.20` | `4.17.21` |
| [moment](https://github.com/moment/moment) | `2.30.0` | `2.30.1` |
| [underscore](https://github.com/jashkenas/underscore) | `1.13.6` | `1.13.7` |


Updates `backbone` from 1.5.0 to 1.6.0
- [Commits](jashkenas/backbone@1.5.0...1.6.0)

Updates `clipboard` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.10...v2.0.11)

Updates `hoverintent` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/tristen/hoverintent/releases)
- [Changelog](https://github.com/tristen/hoverintent/blob/gh-pages/CHANGELOG.md)
- [Commits](tristen/hoverintent@2.2.0...2.2.1)

Updates `json2php` from 0.0.9 to 0.0.12
- [Release notes](https://github.com/daniel-zahariev/json2php/releases)
- [Changelog](https://github.com/daniel-zahariev/json2php/blob/main/.release-it.json)
- [Commits](daniel-zahariev/json2php@0.0.9...v0.0.12)

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

Updates `moment` from 2.30.0 to 2.30.1
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.30.0...2.30.1)

Updates `underscore` from 1.13.6 to 1.13.7
- [Commits](jashkenas/underscore@1.13.6...1.13.7)

---
updated-dependencies:
- dependency-name: backbone
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: external-miscellaneous
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
- dependency-name: hoverintent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
- dependency-name: json2php
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
- dependency-name: lodash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
- dependency-name: moment
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
- dependency-name: underscore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/external-miscellaneous-7848f82025 branch from 6c7d41b to da37b97 Compare February 5, 2025 03:41
@desrosj
Copy link
Owner

desrosj commented Feb 5, 2025

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@desrosj desrosj closed this Feb 5, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/external-miscellaneous-7848f82025 branch February 5, 2025 14:17
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments