-
Notifications
You must be signed in to change notification settings - Fork 2
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 nth-check and gulp-imagemin in /themes/clinique-tandem/pipeline #388
Merged
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/themes/clinique-tandem/pipeline/nth-check-and-gulp-imagemin-2.1.1
Oct 11, 2022
Merged
Bump nth-check and gulp-imagemin in /themes/clinique-tandem/pipeline #388
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/themes/clinique-tandem/pipeline/nth-check-and-gulp-imagemin-2.1.1
Oct 11, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin). These dependencies need to be updated together. Updates `nth-check` from 1.0.2 to 2.1.1 - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](fb55/nth-check@v1.0.2...v2.1.1) Updates `gulp-imagemin` from 7.1.0 to 8.0.0 - [Release notes](https://github.com/sindresorhus/gulp-imagemin/releases) - [Commits](sindresorhus/gulp-imagemin@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect - dependency-name: gulp-imagemin dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 11, 2022
@dependabot merge
Le mar. 11 oct. 2022 à 04:07, dependabot[bot] ***@***.***> a
écrit :
This automated pull request fixes a security vulnerability
<https://github.com/afunnydev/clinique-tandem/security/dependabot/4>
(high severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps nth-check <https://github.com/fb55/nth-check> to 2.1.1 and updates
ancestor dependency gulp-imagemin
<https://github.com/sindresorhus/gulp-imagemin>. These dependencies need
to be updated together.
Updates nth-check from 1.0.2 to 2.1.1
Release notes
*Sourced from nth-check's releases
<https://github.com/fb55/nth-check/releases>.*
v2.1.1
- The ESM code had some issues that are now fixed aeeb067
***@***.***
<fb55/nth-check@v2.1.0...v2.1.1>
v2.1.0 What's Changed
- nth-check is now a dual CommonJS and ESM module fb55/nth-check#206
<https://github-redirect.dependabot.com/fb55/nth-check/pull/206>
- With the new sequence and generate methods, it is now possible to
generate a sequence of indices for a given formula fb55/nth-check#207
<https://github-redirect.dependabot.com/fb55/nth-check/pull/207>
*Full Changelog*: ***@***.***
<fb55/nth-check@v2.0.1...v2.1.0>
v2.0.1
*Fixes:*
- Replace regex with hand-rolled parser for nth-expressions (#9
<https://github-redirect.dependabot.com/fb55/nth-check/issues/9>)
9894c1d
- Ensures parsing will always have linear time complexity.
*Internal:*
- chore(ci): Use GitHub Actions, Dependabot (#10
<https://github-redirect.dependabot.com/fb55/nth-check/issues/10>)
e02b4dd
- Bump dependencies
***@***.***
<fb55/nth-check@v2.0.0...v2.0.1>
v2.0.0
- Port module to TS, Jest, ESLint
*Breaking:*
- The main export is now a default export.
- The module now throws regular Errors on invalid selectors instead of
SyntaxErrors.
Commits
- 639fd2a
<fb55/nth-check@639fd2a>
2.1.1
- 0eec65b
<fb55/nth-check@0eec65b>
fix(test): Add moduleNameMapper
- aeeb067
<fb55/nth-check@aeeb067>
fix: Fix ESM
- 432ebc6
<fb55/nth-check@432ebc6>
2.1.0
- 3e8cd1e
<fb55/nth-check@3e8cd1e>
feat: Add generate and sequence methods (#207
<https://github-redirect.dependabot.com/fb55/nth-check/issues/207>)
- 57a5c62
<fb55/nth-check@57a5c62>
feat: Add ESM (#206
<https://github-redirect.dependabot.com/fb55/nth-check/issues/206>)
- 1ce0c7c
<fb55/nth-check@1ce0c7c>
chore(deps-dev): Bump @types/node from 17.0.34 to 17.0.35 (#205
<https://github-redirect.dependabot.com/fb55/nth-check/issues/205>)
- eebb040
<fb55/nth-check@eebb040>
chore(deps-dev): Bump @typescript-eslint/parser from 5.24.0 to 5.25.0
(#204
<https://github-redirect.dependabot.com/fb55/nth-check/issues/204>)
- a316aaa
<fb55/nth-check@a316aaa>
chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#203
<https://github-redirect.dependabot.com/fb55/nth-check/issues/203>)
- 454c0de
<fb55/nth-check@454c0de>
chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#202
<https://github-redirect.dependabot.com/fb55/nth-check/issues/202>)
- Additional commits viewable in compare view
<fb55/nth-check@v1.0.2...v2.1.1>
Updates gulp-imagemin from 7.1.0 to 8.0.0
Release notes
*Sourced from gulp-imagemin's releases
<https://github.com/sindresorhus/gulp-imagemin/releases>.*
v8.0.0
- Require Node.js 12.20 1b4baf6
- This package is now pure ESM. Please read this
<https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c>
.
- The bundled plugins are now named exports instead of being attached
to the default export.
<sindresorhus/gulp-imagemin@fbb6fbe>
***@***.***
<sindresorhus/gulp-imagemin@v7.1.0...v8.0.0>
Commits
- 2f7ecc9
<sindresorhus/gulp-imagemin@2f7ecc9>
8.0.0
- 1b4baf6
<sindresorhus/gulp-imagemin@1b4baf6>
Require Node.js 12.20 and move to ESM
- ed39463
<sindresorhus/gulp-imagemin@ed39463>
Move to GitHub Actions (#351
<https://github-redirect.dependabot.com/sindresorhus/gulp-imagemin/issues/351>
)
- 8b40da0
<sindresorhus/gulp-imagemin@8b40da0>
Update readme lossless note (#346
<https://github-redirect.dependabot.com/sindresorhus/gulp-imagemin/issues/346>
)
- See full diff in compare view
<sindresorhus/gulp-imagemin@v7.1.0...v8.0.0>
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/afunnydev/clinique-tandem/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#388
Commit Summary
- 4c62b7f
<4c62b7f>
Bump nth-check and gulp-imagemin in /themes/clinique-tandem/pipeline
File Changes
(2 files <https://github.com/afunnydev/clinique-tandem/pull/388/files>)
- *M* themes/clinique-tandem/pipeline/package-lock.json
<https://github.com/afunnydev/clinique-tandem/pull/388/files#diff-d6b406405c5c621b37c2970d2e0e77fea53d2fa85ff8e35eeb910cf5932e626a>
(1456)
- *M* themes/clinique-tandem/pipeline/package.json
<https://github.com/afunnydev/clinique-tandem/pull/388/files#diff-f81a42eafe320d7cbac47c5b2753d10847b7906a9582f25eb655866ca0d6df9a>
(2)
Patch Links:
- https://github.com/afunnydev/clinique-tandem/pull/388.patch
- https://github.com/afunnydev/clinique-tandem/pull/388.diff
—
Reply to this email directly, view it on GitHub
<#388>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELOH6RO3W6QCEWVQF7ODI3WCUN5RANCNFSM6AAAAAARCAOPLA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*Félix DeBlois-Beaucage*
Cellulaire: 514-638-3539
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/themes/clinique-tandem/pipeline/nth-check-and-gulp-imagemin-2.1.1
branch
October 11, 2022 12:49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps nth-check to 2.1.1 and updates ancestor dependency gulp-imagemin. These dependencies need to be updated together.
Updates
nth-check
from 1.0.2 to 2.1.1Release notes
Sourced from nth-check's releases.
Commits
639fd2a
2.1.10eec65b
fix(test): AddmoduleNameMapper
aeeb067
fix: Fix ESM432ebc6
2.1.03e8cd1e
feat: Addgenerate
andsequence
methods (#207)57a5c62
feat: Add ESM (#206)1ce0c7c
chore(deps-dev): Bump@types/node
from 17.0.34 to 17.0.35 (#205)eebb040
chore(deps-dev): Bump@typescript-eslint/parser
from 5.24.0 to 5.25.0 (#204)a316aaa
chore(deps-dev): Bump@typescript-eslint/eslint-plugin
(#203)454c0de
chore(deps-dev): Bump@typescript-eslint/eslint-plugin
(#202)Updates
gulp-imagemin
from 7.1.0 to 8.0.0Release notes
Sourced from gulp-imagemin's releases.
Commits
2f7ecc9
8.0.01b4baf6
Require Node.js 12.20 and move to ESMed39463
Move to GitHub Actions (#351)8b40da0
Update readme lossless note (#346)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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.