Skip to content
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

npm(deps): bump the npm group with 6 updates #552

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps the npm group with 6 updates:

Package From To
@csstools/postcss-is-pseudo-class 5.0.0 5.0.1
@csstools/postcss-media-minmax 2.0.2 2.0.3
@types/jquery 3.5.31 3.5.32
@types/prismjs 1.26.4 1.26.5
postcss-selector-not 8.0.0 8.0.1
npm-run-all2 7.0.0 7.0.1

Updates @csstools/postcss-is-pseudo-class from 5.0.0 to 5.0.1

Changelog

Sourced from @​csstools/postcss-is-pseudo-class's changelog.

5.0.1

October 23, 2024

  • Make sorting compound selectors forwards compatible with potential future changes in postcss-selector-parser
  • Updated: postcss-selector-parser
  • Updated @csstools/selector-specificity to 5.0.0 (major)
Commits

Updates @csstools/postcss-media-minmax from 2.0.2 to 2.0.3

Changelog

Sourced from @​csstools/postcss-media-minmax's changelog.

2.0.3

October 23, 2024

Commits

Updates @types/jquery from 3.5.31 to 3.5.32

Commits

Updates @types/prismjs from 1.26.4 to 1.26.5

Commits

Updates postcss-selector-not from 8.0.0 to 8.0.1

Changelog

Sourced from postcss-selector-not's changelog.

8.0.1

October 23, 2024

  • Updated: postcss-selector-parser
Commits

Updates npm-run-all2 from 7.0.0 to 7.0.1

Release notes

Sourced from npm-run-all2's releases.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b
Changelog

Sourced from npm-run-all2's changelog.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b
Commits

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

Bumps the npm group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@csstools/postcss-is-pseudo-class](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-is-pseudo-class) | `5.0.0` | `5.0.1` |
| [@csstools/postcss-media-minmax](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-media-minmax) | `2.0.2` | `2.0.3` |
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) | `3.5.31` | `3.5.32` |
| [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) | `1.26.4` | `1.26.5` |
| [postcss-selector-not](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-selector-not) | `8.0.0` | `8.0.1` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `7.0.0` | `7.0.1` |


Updates `@csstools/postcss-is-pseudo-class` from 5.0.0 to 5.0.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-is-pseudo-class/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-is-pseudo-class)

Updates `@csstools/postcss-media-minmax` from 2.0.2 to 2.0.3
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-media-minmax/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-media-minmax)

Updates `@types/jquery` from 3.5.31 to 3.5.32
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

Updates `@types/prismjs` from 1.26.4 to 1.26.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs)

Updates `postcss-selector-not` from 8.0.0 to 8.0.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-selector-not/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-selector-not)

Updates `npm-run-all2` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: "@csstools/postcss-is-pseudo-class"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@csstools/postcss-media-minmax"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/jquery"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/prismjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: postcss-selector-not
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 23, 2024
@AnnAngela AnnAngela merged commit 81224ba into master Oct 24, 2024
9 checks passed
@AnnAngela AnnAngela deleted the dependabot/npm_and_yarn/npm-9578c828cd branch October 24, 2024 03:12
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
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants