-
Notifications
You must be signed in to change notification settings - Fork 98
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
chore(deps): update minor packages #72
base: master
Are you sure you want to change the base?
Conversation
fd2013e
to
78b0bde
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
78b0bde
to
bf5998f
Compare
bd67e63
to
5f821d6
Compare
492ff53
to
5096011
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
5096011
to
cce1b70
Compare
cce1b70
to
7eda9be
Compare
38c48ad
to
1b28e63
Compare
788ce74
to
a0a2d85
Compare
a0a2d85
to
a682377
Compare
Quality Gate passedIssues Measures |
a682377
to
acffd09
Compare
acffd09
to
d47ebf7
Compare
Quality Gate passedIssues Measures |
d47ebf7
to
00abeb2
Compare
00abeb2
to
4fd3dfd
Compare
4fd3dfd
to
458aa47
Compare
458aa47
to
c8df406
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
4.3.6
->4.5.0
1.0.0-rc.12
->1.0.0
2.1.0
->2.2.0
3.8.2
->3.8.3
6.7.5
->6.9.0
0.9.1
->0.10.0
1.5.3
->1.6.1
2.0.2
->2.0.4
4.7.7
->4.7.8
1.0.1
->1.1.1
v0.1.2
->v0.1.3
0.2.1
->0.2.3
3.1.1
->3.2.0
Release Notes
chaijs/chai (chai)
v4.5.0
Compare Source
v4.4.1
Compare Source
What's Changed
??
for node compat by @43081j in https://github.com/chaijs/chai/pull/1574Full Changelog: chaijs/chai@v4.4.0...v4.4.1
v4.4.0
Compare Source
What's Changed
Full Changelog: chaijs/chai@v4.3.10...v4.4.0
v4.3.10
Compare Source
This release simply bumps all dependencies to their latest non-breaking versions.
What's Changed
Full Changelog: chaijs/chai@v4.3.9...v4.3.10
v4.3.9
Compare Source
Upgrade dependencies.
This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.
Full Changelog: chaijs/chai@v4.3.8...v4.3.9
v4.3.8
Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v4.3.7...v4.3.8
v4.3.7
Compare Source
What's Changed
Full Changelog: chaijs/chai@v4.3.6...v4.3.7
cheeriojs/cheerio (cheerio)
v1.0.0
Compare Source
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher https://github.com/cheeriojs/cheerio/pull/3959
Import paths were simplified. For example, use
cheerio/slim
instead ofcheerio/lib/slim
. https://github.com/cheeriojs/cheerio/pull/3970The deprecated default Cheerio instance and static methods were removed. https://github.com/cheeriojs/cheerio/pull/3974
Before, it was possible to write code like this:
Make sure to always load documents first:
Node types previously re-exported by Cheerio must now be imported directly
from (
domhandler
)(https://github.com/fb55/domhandler). https://github.com/cheeriojs/cheerio/pull/3969htmlparser2 options now reside exclusively under the
xml
key (https://github.com/cheeriojs/cheerio/pull/2916):New Features
Fixes
cheerio/utils
by @blixt in https://github.com/cheeriojs/cheerio/pull/2601data
, and simplify by @fb55 in https://github.com/cheeriojs/cheerio/pull/2818closest
be able to start from text nodes by @Qualtagh in https://github.com/cheeriojs/cheerio/pull/2811Other
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0
AndreasMadsen/clarify (clarify)
v2.2.0
Compare Source
codecov/codecov-node (codecov)
v3.8.3
Compare Source
Fixes
Dependencies
foundation/foundation-sites (foundation-sites)
v6.9.0
: Foundation v6.9.0 ReleaseCompare Source
Foundation 6.9 is here! This release does a lot more clean up work for improving the Sass. Thank you to everyone that help chip in and stay on top of things to get this release out the door. I am honored that so many of you choose to use Foundation. It's been a lot of fun meeting and chatting with so many of you on the Discord server.
Speaking of the Discord server, that is currently the best place to chat about Foundation. After the war with spam on the Github issues and discussion boards, I had to lock those down. If you are not on the Discord server, here is an invitation link.
Notes on Dart Sass 2.0
There is more work to do on the Sass side of things in order to get ready for the Dart Sass 2.0 release. Since Foundation is one of the largest Sass projects on the web, the Sass team reached out to me about migrating from
@include
to@use
. I delayed this release in hopes of getting that done. It turns out that change was not so simple. It really does change some core fundamental aspects of the SCSS architecture. Therefore, it will need to be moved to the F7 release. The Sass team has been amazing to work with though. They were gracious enough to submit a couple of PRs my way in order to seed the process.OK, now let's check out the details of this release...
Updated Requirements
Foundation 6.9 requires Node 18+. It only uses DartSass.
Featured Enhancements
sass-embedded
. All supporting Foundation repositories have also been updated to use Dart Sass andsass-embedded
.Bug Fixes
Full Release Compare
Contributors
Thanks to the 21 amazing people who contributed code or documentation to the 6.9 release. Foundation wouldn't happen without you!
v6.8.1
Compare Source
Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
What's Changed
A small issue with the build was found after 6.8.0 was released. While it will most likely not affect anyone else, I figured that it would be nice to just ship the fix out just in case anyone was running a build directly inside of the repo.
Full Changelog: foundation/foundation-sites@v6.8.0...v6.8.1
v6.8.0
Compare Source
Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
What's Changed
Rejoice! Foundation now works with node 16, 18 and 20! The minimum version of node that is required is now v16. A lot of packages and dependencies needed to be upgrade in order to make this happen.
Full Changelog: foundation/foundation-sites@v6.7.5...v6.8.0
wittydeveloper/graphql-to-json-schema (graphql-2-json-schema)
v0.10.0
Compare Source
0.9.1 (2022-03-07)
gruntjs/grunt (grunt)
v1.6.1
Compare Source
72f6f03
8d4c183
1c7d483
2d4fd38
902db7c
494f243
b01389e
0072510
v1.6.0
Compare Source
2805dc3
3f1e423
8fd096d
42c5f95
1d88050
patrickkettner/grunt-compile-handlebars (grunt-compile-handlebars)
v2.0.4
Compare Source
v2.0.3
Compare Source
handlebars-lang/handlebars.js (handlebars)
v4.7.8
Compare Source
3d3796c
2954e7e
30dbf04
03d387b
c6c6bbb
88ac068
Commits
ljharb/json-stable-stringify (json-stable-stringify)
v1.1.1
Compare Source
Fixed
#9
Commits
e22d419
aud
,tape
dc26af2
v1.1.0
Compare Source
Commits
opts.cmp
: addget
function1b11748
fd520e1
isarray
,object-keys
instead of homegrown attemptsd1d2038
6c066b8
8243ea1
02f0778
new Array
80d52a1
call-bind
to invoke replacerc52438f
JSON.stringify
at module load616dec3
@ljharb/eslint-config
,aud
,tape
494a3ce
@ljharb/eslint-config
,aud
,tape
861ea7d
4e95ebb
1226971
engines.node
7a80ff6
v1.0.2
Compare Source
Commits
c97e78c
c162117
auto-changelog
83934ff
7b24830
5433588
7be6c27
funding
in package.json6edbece
npmignore
to autogenerate an npmignore fileb5d7d3a
tape
2200cf1
e41ac00
f17e490
4f052f4
7f5f443
safe-publish-latest
ddb843f
aud
inposttest
245c9bf
jsonify
7b79a68
e43ca2a
suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)
v0.1.3
Compare Source
#316 Support .renovaterc.json5 by default
https://docs.renovatebot.com/configuration-options/#configuration-options
raszi/node-tmp (tmp)
v0.2.3
Compare Source
v0.2.2
Compare Source
🐛 Bug Fix
📝 Documentation
Committers: 5
AndreasMadsen/trace (trace)
v3.2.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.