deps(deps): bump the production-dependencies group with 11 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies javascript
dalekunce
Bumps the production-dependencies group with 11 updates:
| Package | From | To |
|---|---|---|
| @fortawesome/fontawesome-free | 6.7.2 |
7.1.0 |
| async | 3.2.4 |
3.2.6 |
| chai | 4.2.0 |
6.2.0 |
| glob | 7.1.6 |
11.0.3 |
| glob-all | 3.2.1 |
3.3.1 |
| gulp-autoprefixer | 8.0.0 |
10.0.0 |
| gulp-sass | 5.1.0 |
6.0.1 |
| gulp-sourcemaps | 2.6.5 |
3.0.0 |
| gulp-zip | 5.0.1 |
6.1.0 |
| js-yaml | 3.13.1 |
4.1.0 |
| node-fetch | 2.7.0 |
3.3.2 |
Updates @fortawesome/fontawesome-free from 6.7.2 to 7.1.0
Release notes
Sourced from @fortawesome/fontawesome-free's releases.
Release 7.1.0
Change log available at https://fontawesome.com/docs/changelog/
Release 7.0.1
Change log available at https://fontawesome.com/docs/changelog/
Release 7.0.0
Change log available at https://fontawesome.com/docs/changelog/
Commits
Updates async from 3.2.4 to 3.2.6
Changelog
Sourced from async's changelog.
v3.2.5
- Ensure
Errorobjects such asAggregateErrorare propagated without modification (#1920)
Commits
85fb18fVersion 3.2.68c0c941Update built files5f756b4Fix ReDoS (#1980)39cdc9bbuild(deps-dev): bump karma from 6.4.3 to 6.4.4 (#1985)7b8ddebbuild(deps-dev): bump@babel/corefrom 7.24.7 to 7.25.2 (#1981)4634a9dbuild(deps-dev): bump rollup from 4.18.0 to 4.19.2 (#1982)afb176cbuild(deps-dev): bump chai from 4.4.1 to 4.5.0 (#1983)3568a74build(deps-dev): bump@babel/eslint-parserfrom 7.24.7 to 7.25.1 (#1984)9e885fdbuild(deps-dev): bump babel-plugin-istanbul from 6.1.1 to 7.0.0 (#1986)f9c7f2abuild(deps-dev): bump semver from 7.6.2 to 7.6.3 (#1987)- Additional commits viewable in compare view
Updates chai from 4.2.0 to 6.2.0
Release notes
Sourced from chai's releases.
v6.2.0
What's Changed
- feat(events): add addChainableMethod event by
@perrin4869in chaijs/chai#1707Full Changelog: https://github.com/chaijs/chai/compare/v6.1.0...v6.2.0
v6.1.0
What's Changed
- build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by
@dependabot[bot] in chaijs/chai#1706- feat: add eventEmitter (chaijs/chai#1693) Adds an event emitter for hooking into method/property creation in chaijs/chai#1693
Full Changelog: https://github.com/chaijs/chai/compare/v6.0.2...v6.1.0
v6.0.1
What's Changed
- fix: keep function/class names in bundle by
@43081jin chaijs/chai#1701Full Changelog: https://github.com/chaijs/chai/compare/v6.0.0...v6.0.1
v6.0.0
BREAKING CHANGES
Chai is now bundled into a single file. The
lib/*.jsfiles are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is./index.js.What's Changed
- feat: remove unbundled sources by
@43081jin chaijs/chai#1700Full Changelog: https://github.com/chaijs/chai/compare/v5.3.2...v6.0.0
v5.3.3
What's Changed
- fix: keep names in bundle by
@43081jin chaijs/chai#1702- chore: support publishing v5 by
@43081jin chaijs/chai#1703- chore: update npm tag name by
@43081jin chaijs/chai#1704Full Changelog: https://github.com/chaijs/chai/compare/v5.3.2...v5.3.3
v5.3.2
Reverts the removal of the bundled version of chai in 5.3.1
What's Changed
- Update core contributors by
@keithamusin chaijs/chai#1697- feat: reintroduce bundle by
@43081jin chaijs/chai#1699
... (truncated)
Commits
0b0353cfeat(events): add addChainableMethod event (#1707)4cbd383build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 (#1706)c22027cfeat: add eventEmitter (#1693)2a3ecfffix: keep function/class names in bundle (#1701)f41e821feat: remove unbundled sources (#1700)f2c2e3efix: reintroduce bundle (#1699)445d477Update core contributors (#1697)fdcad8bchore: remove bundled chai (#1694)10cb344chore: changemainto point at chai directly (#1696)a125d3echore: usefilesfor publishing (#1695)- Additional commits viewable in compare view
Updates glob from 7.1.6 to 11.0.3
Changelog
Sourced from glob's changelog.
changeglob
11.0
- Drop support for node before v20
10.4
- Add
includeChildMatches: falseoption- Export the
Ignoreclass10.3
- Add
--default -pflag to provide a default pattern- exclude symbolic links to directories when
followandnodirare both set10.2
- Add glob cli
10.1
- Return
'.'instead of the empty string''when the current working directory is returned as a match.- Add
posix: trueoption to return/delimited paths, even on Windows.10.0.0
- No default exports, only named exports
9.3.3
- Upgraded minimatch to v8, adding support for any degree of nested extglob patterns.
9.3
- Add aliases for methods.
glob.sync,glob.stream,glob.stream.sync, etc.9.2
- Support using a custom fs object, which is passed to PathScurry
- add maxDepth option
- add stat option
- add custom Ignore support
9.1
... (truncated)
Commits
af2e7ce11.0.34f998c0ci: update action versionsaf3d7e1update all depsfd61f2411.0.22ffd918add --version -V to show version148ef6111.0.141c81e4fix audit warning08958fadocs: correct ignore method namesfeaf0a8ci: drop 189fe7d3abenchmark: test fs.glob, if available- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for glob since your current version.
Updates glob-all from 3.2.1 to 3.3.1
Commits
- See full diff in compare view
Updates gulp-autoprefixer from 8.0.0 to 10.0.0
Release notes
Sourced from gulp-autoprefixer's releases.
v10.0.0
Breaking
- Require Node.js 20 de36be2
Fixes
- Fix sourcemap preservation for multiple source files e4a6bbb
https://github.com/sindresorhus/gulp-autoprefixer/compare/v9.0.0...v10.0.0
v9.0.0
Breaking
- Require Node.js 18 66cef58
- This package is now pure ESM. Please read this.
https://github.com/sindresorhus/gulp-autoprefixer/compare/v8.0.0...v9.0.0
Commits
Updates gulp-sass from 5.1.0 to 6.0.1
Release notes
Sourced from gulp-sass's releases.
v6.0.1
Fixes
- Fix regressions in source maps (
@wkillerud, #875)v6.0.0
First and foremost a huge shout out to
@wkillerudfor making this long awaited release possible <3Breaking changes
- Migrate to use the new Sass JS API by default (
@wkillerud, #846)Documentation
- Update the watch
taskdocumentation (@g1eny0ung, #847) & (@xzyfer)Upgrading to v6
gulp-sassversion 6 uses the new compile function internally by default. If you use any options, for instance custom importers, please compare the new options with the legacy options in order to migrate. For instance, theoutputStyleoption is now calledstyle.function buildStyles() { return gulp.src('./sass/**/*.scss') - .pipe(sass({outputStyle: 'compressed'}).on('error', sass.logError)) + .pipe(sass({style: 'compressed'}).on('error', sass.logError)) .pipe(gulp.dest('./css')); };If you want to keep using the legacy API while it's available, you can.
const sass = require('gulp-sass/legacy')(require('sass'));or to continue using node-sass
npm install gulp-sass node-sassconst sass = require('gulp-sass/legacy')(require('node-sass'));If you use source maps, you may see the result change somewhat. The result will typically be absolute
file:URLs, rather than relative ones. The result may also be the source itself, URL encoded. You can optionally add custom importers to adjust the source maps according to your own needs.New Contributors
@wkillerudmade their first contribution in dlmanning/gulp-sass#846@g1eny0ungmade their first contribution in dlmanning/gulp-sass#847Full Changelog: https://github.com/dlmanning/gulp-sass/compare/v5.1.0...v6.0.0
Changelog
Sourced from gulp-sass's changelog.
v6.0.1
March 5, 2025
https://github.com/dlmanning/gulp-sass/releases/tag/v6.0.1
v6.0.0
November 27, 2024
https://github.com/dlmanning/gulp-sass/releases/tag/v6.0.0
v5.0.0
June 25, 2021
https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0
v4.1.1
June 24, 2021
https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1
v4.1.0
April 23, 2020
https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0
v4.0.2
October 16, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2
v4.0.1
Apr 8, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1
v4.0.0
April 5, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0
v3.2.1
... (truncated)
Commits
Updates gulp-sourcemaps from 2.6.5 to 3.0.0
Release notes
Sourced from gulp-sourcemaps's releases.
Security Fixes
Nothing changed to the overall API.
However the following security fixes lead to the following:
- acorn which caused us to drop support for Node < 6 gulp-sourcemaps/gulp-sourcemaps#376
- css bump #380
Commits
2bcfcbb3.0.0d8bed0cMerge pull request #373 from adrian3d/update/doc-gulp-45686db3Merge pull request #380 from kennyr87/gh-378/upgrade-css2c66b2cDepdenency: Upgrade css to v3.0.09a9289bBreaking: Drop Node <6 support & upgrade identity-map which uses changes CSS ...11d1e31Update doc to gulp 4bd0aeb0Docs: Temporarily point at phated/gulp-sourcemaps for AppVeyor badge7e69e97Build: Ensure tests pass on Windows404eb5bDocs: Update badges8a22eccScaffold: Convert repository to use gulp patterns (closes #357) (#367)- See full diff in compare view
Updates gulp-zip from 5.0.1 to 6.1.0
Release notes
Sourced from gulp-zip's releases.
v6.1.0
- Update dependencies (#126) 2cb2061
https://github.com/sindresorhus/gulp-zip/compare/v6.0.0...v6.1.0
v6.0.0
Breaking
- Require Node.js 18 ccd0a32
- This package is now pure ESM. Please read this.
https://github.com/sindresorhus/gulp-zip/compare/v5.1.0...v6.0.0
v5.1.0
- Add support for streaming output with option (#118) ca2e4f7
https://github.com/sindresorhus/gulp-zip/compare/v5.0.2...v5.1.0
v5.0.2
- Fix creating unusable ZIP files on Windows (#117) 20106c8
https://github.com/sindresorhus/gulp-zip/compare/v5.0.1...v5.0.2
Commits
f4cf6ce6.1.029d7589Meta tweaks2cb2061Update dependencies (#126)3b86d6d6.0.0ccd0a32Require Node.js 18 and move to ESM1990751Meta tweaksb53a2015.1.0ca2e4f7Add support for streaming output with option (#118)b278501Move to GitHub Actions (#119)dbbb7275.0.2- Additional commits viewable in compare view
Updates js-yaml from 3.13.1 to 4.1.0
Changelog
Sourced from js-yaml's changelog.
[4.1.0] - 2021-04-15
Added
- Types are now exported as
yaml.types.XXX.- Every type now has
optionsproperty with original arguments kept as they were (seeyaml.types.int.optionsas an example).Changed
Schema.extend()now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered asabcdinstead ofcbad).[4.0.0] - 2021-01-03
Changed
- Check migration guide to see details for all breaking changes.
- Breaking: "unsafe" tags
!!js/function,!!js/regexp,!!js/undefinedare moved to js-yaml-js-types package.- Breaking: removed
safe*functions. Useload,loadAll,dumpinstead which are all now safe by default.yaml.DEFAULT_SAFE_SCHEMAandyaml.DEFAULT_FULL_SCHEMAare removed, useyaml.DEFAULT_SCHEMAinstead.yaml.Schema.create(schema, tags)is removed, useschema.extend(tags)instead.!!binarynow always mapped toUint8Arrayon load.- Reduced nesting of
/libfolder.- Parse numbers according to YAML 1.2 instead of YAML 1.1 (
01234is now decimal,0o1234is octal,1:23is parsed as string instead of base60).dump()no longer quotes:,[,],(,)except when necessary, #470, #557.- Line and column in exceptions are now formatted as
(X:Y)instead ofat line X, column Y(also present in compact format), #332.- Code snippet created in exceptions now contains multiple lines with line numbers.
dump()now serializesundefinedasnullin collections and removes keys withundefinedin mappings, #571.dump()withskipInvalid=truenow serializes invalid items in collections as null.- Custom tags starting with
!are now dumped as!taginstead of!<!tag>, #576.- Custom tags starting with
tag:yaml.org,2002:are now shorthanded using!!, #258.Added
- Added
.mjs(es modules) support.- Added
quotingTypeandforceQuotesoptions for dumper to configure string literal style, #290, #529.- Added
styles: { '!!null': 'empty' }option for dumper (serializes{ foo: null }as "foo:"), #570.- Added
replaceroption (similar to option in JSON.stringify), #339.- Custom
Tagcan now handle all tags or multiple tags with the same prefix, #385.Fixed
... (truncated)
Commits
2cef47b4.1.0 released810b149dist rebuild2b5620eExport built-in types, type override now preserves orderab31bbadoc: clarifylineWidthdump options (#612)ee74ce44.0.0 releaseda44bb7cdist rebuildaee620aThrow an error if block sequence/mapping indent contains a tabf0f205bFix parsing of invalid block mappingse8cf6f6Fix error with anchor not being assigned to an empty nodea583097Shorthand tags with !! whenever possible- Additional commits viewable in compare view
Updates node-fetch from 2.7.0 to 3.3.2
Release notes
Sourced from node-fetch's releases.
v3.3.2
3.3.2 (2023-07-25)
Bug Fixes
v3.3.1
3.3.1 (2023-03-11)
Bug Fixes
v3.3.0
3.3.0 (2022-11-10)
Features
v3.2.10
3.2.10 (2022-07-31)
Bug Fixes
v3.2.9
3.2.9 (2022-07-18)
Bug Fixes
v3.2.8
3.2.8 (2022-07-12)
Bug Fixes
... (truncated)
Commits
8b3320dfix: Remove the default connection close header. (#1736)7b86e94fix: release "Allow URL class object as an argument for fetch()" #1696 (#1716)8ced5b9docs: readme - non ESM example (#1707)71e376bci(release): use latest Node LTS (#1697)e093030Allow URL class object as an argument for fetch() (#1696)55a4870feat: add static Response.json (#1670)c071406(1138) - Fixed HTTPResponseError with correct constructor and usage (#1666)6f72caadocs: fix missing comma in example (#1623)2880238fix: ReDoS referrer (#1611)e87b093fix(Headers): don't forward secure headers on protocol change (#1599)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+844
-334
Package Dependencies
@fortawesome/fontawesome-free
npm
6.7.2 → 7.1.0
Major
Technical Details
| ID: | 9255066 |
| UUID: | 2883462087 |
| Node ID: | PR_kwDOAXbEns6r3iPH |
| Host: | GitHub |
| Repository: | MissingMaps/missingmaps.github.io |
| Merge State: | Unknown |