riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
803 stars 95 forks source link

Bump mout and wiredep in /TSOClient/FSO.Server/Admin #256

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps mout to 1.2.4 and updates ancestor dependency wiredep. These dependencies need to be updated together.

Updates mout from 0.9.1 to 1.2.4

Changelog

Sourced from mout's changelog.

v1.2.4 (2022/09/19)

  • fixed object/set prototype pollution

v1.1.1 (2019/04/18)

  • fixed object/get throwing an exception for null or undefined input objects

v1.1.0 (2017/10/04)

  • update dependencies
  • optimize function/bind
  • optimize lang/kindOf

v0.12.0 (2016/03/03)

  • add array/indicesOf
  • add function/memoize
  • add array/reverse
  • add math/overflow
  • fix query/getQuery
  • fix object/deepMatches
  • optimize function/partial
  • updates license

v0.11.0 (2014/11/17)

  • add array/take;
  • remove unused variable from date/totalDaysInMonth;
  • fix case insensitive RegExp cloning on lang/clone;

v0.10.0 (2014/09/02)

  • add array/equals;
  • add array/groupBy;
  • add array/last;
  • add function/wrap;
  • add lang/GLOBAL;
  • add lang/isPrimitive;
  • add number/MAX_SAFE_INTEGER;
  • add object/omit;
  • add object/result;
  • add object/result;
  • add random/randString;
  • change lang/isEmpty behavior to return true for any value that isn't a collection.
  • fix array/findLastIndex to stop at zero index;
  • improve function/partial to accept placeholders;
  • improve math.norm behavior for values outside the range and for cases where val === min === max;

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by roboshoes, a new releaser for mout since your current version.


Updates wiredep from 2.2.2 to 4.0.0

Release notes

Sourced from wiredep's releases.

v4.0.0

This is a major release due to the BC listed below.

Updated lodash to 4x. Hopefully there are no breaking changes from that. Tests say there aren't.

BREAKING CHANGE: ok not really, not yet but its the start of one. wiredep-cli will no longer be included as part of this npm package in the next major version. It is still being included in this version as a dependency just in case.

v3.0.1

Patch release to update dependencies to get rid of npm warnings. Functionality should not have changed

v3.0.0

Alert: Breaking changes!

3.0.0 will make some changes which may affect your app. Please read before upgrading.

Testing it out

$ npm install --save-dev wiredep@3.0.0-beta

Breaking changes

REMOVED: Auto-detecting paths outside of a <!-- bower --> block.

Previously, if your source file included a reference to one of your Bower dependencies outside of your <!-- bower --> block, wiredep wouldn't inject it inside of the block. This was originally done to support using Modernizr.js in the <head> section of your HTML file without it being re-injected in the <body>. Not only is this no longer Modernizr's recommended practice, but we have since added the exclude option in wiredep's configuration that would allow you to duplicate this behavior without any magic.

REMOVED: Elite dependencies.

Previously, wiredep kept a list of packages that were known to be required before any other scripts. This included jQuery, es5-shim, etc. This was originally done in the very early days of Bower, as packages weren't properly listing their dependencies (if they even had a bower.json at all!). Things have come a long way since then, and this should no longer be required. If you are using packages that don't list their dependencies properly, offer them a PR with the correction.

ADDED: Support for packages that don't have a main.

Previously, if one of your dependencies didn't have a main file, wiredep wouldn't go through its dependencies to inject their mains. We've since found out this is a common practice for some Polymer packages, and also just makes more sense, so now it doesn't matter if the root component doesn't have a main. wiredep will continue going through its dependencies.

Problems?

If this causes any breakages in your app unrelated to the explanations above, please open an issue.

v3.0.0-beta

Alert: Breaking changes!

3.0.0 will make some changes which may affect your app. Please read before upgrading.

Testing it out

$ npm install --save-dev wiredep@3.0.0-beta

... (truncated)

Commits
  • 3416e1e 4.0.0
  • d4d23b9 tests: fix cached config from multiple runs
  • 58b9441 update lodash and fix breaking changes from it
  • 4d98906 split wiredep-cli into its own module
  • e4cb7a6 update devDeps
  • 9b72b7a update safe main deps
  • dc88ab0 warn on invalid or missing bowerJson file
  • b649193 use appropriate log methods for cli
  • b5f6644 only use the fixtures for real cli tests
  • 851483f refactor wiredep-cli to reduce loops and double checks
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eddiemonge, a new releaser for wiredep 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](https://github.com/riperiperi/FreeSO/network/alerts).