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

Bump the main group with 5 updates #34

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the main group with 5 updates:

Package From To
@contentful/live-preview 4.3.2 4.5.0
contentful 10.12.15 10.13.1
node-mocks-http 1.15.0 1.15.1
stylelint 16.7.0 16.8.1
stylelint-scss 6.4.1 6.5.0

Updates @contentful/live-preview from 4.3.2 to 4.5.0

Release notes

Sourced from @​contentful/live-preview's releases.

@​contentful/live-preview@​4.5.0

4.5.0 (2024-07-31)

Features

@​contentful/live-preview@​4.4.2

4.4.2 (2024-07-31)

Bug Fixes

  • import/export: import version correctly on the remaining place [] (#823) (cab995d)

@​contentful/live-preview@​4.4.1

4.4.1 (2024-07-30)

Bug Fixes

@​contentful/live-preview@​4.4.0

4.4.0 (2024-07-30)

Features

Commits
  • b3197f3 chore(release): updated release notes and package versions [ci skip]
  • d29c2c6 feat: revert swc work (#825)
  • 8fafc4c chore(release): updated release notes and package versions [ci skip]
  • cab995d fix(import/export): import version correctly on the remaining place [] (#823)
  • 29e0e0b chore(release): updated release notes and package versions [ci skip]
  • 82edadd fix: import package version correctly (#821)
  • bf5d310 chore(release): updated release notes and package versions [ci skip]
  • 4486a7b feat: setup swc [TOL-1167] (#808)
  • 2bed1f9 chore: bump vite from 5.3.4 to 5.3.5 (#814)
  • See full diff in compare view

Updates contentful from 10.12.15 to 10.13.1

Release notes

Sourced from contentful's releases.

v10.13.1

10.13.1 (2024-07-31)

v10.13.0

10.13.0 (2024-07-31)

Features

v10.12.16

10.12.16 (2024-07-31)

Bug Fixes

Commits

Updates node-mocks-http from 1.15.0 to 1.15.1

Changelog

Sourced from node-mocks-http's changelog.

v 1.15.1

  • Allowing @​types/node v22 [Issue #305]305.
Commits

Updates stylelint from 16.7.0 to 16.8.1

Release notes

Sourced from stylelint's releases.

16.8.1

16.8.0

  • Deprecated: github formatter (#7865) (@​marcalexiei).
  • Fixed: function-url-quotes false positives for SCSS variables and #/? characters (#7874) (@​vimalloc).
  • Fixed: keyframe-selector-notation false positives for entry-crossing and exit-crossing (#7859) (@​romainmenke).
  • Fixed: no-descending-specificity false positives for nested rules without declarations (#7850) (@​romainmenke).
  • Fixed: no-duplicate-selectors end positions (#7867) (@​romainmenke).
  • Fixed: no-duplicate-selectors false negatives for three or more duplicates (#7867) (@​romainmenke).
  • Fixed: selector-max-compound-selectors error for @nest (#7875) (@​romainmenke).
  • Fixed: selector-pseudo-class-no-unknown false positives for :active-view-transition and :active-view-transition-type() (#7868) (@​Mouvedia).
  • Fixed: selector-type-*, selector-max-type and selector-class-pattern false positives for <timeline-range-name> in keyframe selectors (#7856) (@​romainmenke).
  • Fixed: stylelint.utils.checkAgainstRule() regression when reportNeedlessDisables and quiet are both enabled (#7879) (@​ybiquitous).
  • Fixed: configuration comments within selector and value lists being ignored (#7839) (@​romainmenke).
Changelog

Sourced from stylelint's changelog.

16.8.1

16.8.0

  • Deprecated: github formatter (#7865) (@​marcalexiei).
  • Fixed: function-url-quotes false positives for SCSS variables and #/? characters (#7874) (@​vimalloc).
  • Fixed: keyframe-selector-notation false positives for entry-crossing and exit-crossing (#7859) (@​romainmenke).
  • Fixed: no-descending-specificity false positives for nested rules without declarations (#7850) (@​romainmenke).
  • Fixed: no-duplicate-selectors end positions (#7867) (@​romainmenke).
  • Fixed: no-duplicate-selectors false negatives for three or more duplicates (#7867) (@​romainmenke).
  • Fixed: selector-max-compound-selectors error for @nest (#7875) (@​romainmenke).
  • Fixed: selector-pseudo-class-no-unknown false positives for :active-view-transition and :active-view-transition-type() (#7868) (@​Mouvedia).
  • Fixed: selector-type-*, selector-max-type and selector-class-pattern false positives for <timeline-range-name> in keyframe selectors (#7856) (@​romainmenke).
  • Fixed: stylelint.utils.checkAgainstRule() regression when reportNeedlessDisables and quiet are both enabled (#7879) (@​ybiquitous).
  • Fixed: configuration comments within selector and value lists being ignored (#7839) (@​romainmenke).
Commits

Updates stylelint-scss from 6.4.1 to 6.5.0

Release notes

Sourced from stylelint-scss's releases.

6.5.0

  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0

Changelog

Sourced from stylelint-scss's changelog.

6.5.0

  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0

Commits
  • a689b55 6.5.0
  • f07904d Prepare version 6.5.0
  • f722467 Update contributors list
  • dd370f3 Add declaration-property-value-no-unknown to README
  • 8a7d3c0 Cleanup extra comments from utils
  • dbba975 Add declaration-property-value-no-unknown support for SCSS. (#1023)
  • 6da2568 operator-no-unspaced: fix false positives with comparison operators (#1037)
  • 76e7e2f build(deps-dev): bump husky from 9.1.1 to 9.1.4 (#1035)
  • 444d0b7 build(deps-dev): bump stylelint from 16.6.1 to 16.8.1 (#1034)
  • c60fe6a build(deps-dev): bump postcss from 8.4.39 to 8.4.40 (#1033)
  • 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 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 main group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@contentful/live-preview](https://github.com/contentful/live-preview) | `4.3.2` | `4.5.0` |
| [contentful](https://github.com/contentful/contentful.js) | `10.12.15` | `10.13.1` |
| [node-mocks-http](https://github.com/eugef/node-mocks-http) | `1.15.0` | `1.15.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.7.0` | `16.8.1` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.4.1` | `6.5.0` |


Updates `@contentful/live-preview` from 4.3.2 to 4.5.0
- [Release notes](https://github.com/contentful/live-preview/releases)
- [Commits](https://github.com/contentful/live-preview/compare/@contentful/[email protected]...@contentful/[email protected])

Updates `contentful` from 10.12.15 to 10.13.1
- [Release notes](https://github.com/contentful/contentful.js/releases)
- [Commits](contentful/contentful.js@v10.12.15...v10.13.1)

Updates `node-mocks-http` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/eugef/node-mocks-http/releases)
- [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md)
- [Commits](eugef/node-mocks-http@v1.15.0...v1.15.1)

Updates `stylelint` from 16.7.0 to 16.8.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.7.0...16.8.1)

Updates `stylelint-scss` from 6.4.1 to 6.5.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.4.1...v6.5.0)

---
updated-dependencies:
- dependency-name: "@contentful/live-preview"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: contentful
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: node-mocks-http
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: main
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
Copy link

sonarqubecloud bot commented Aug 5, 2024

@samwisekind samwisekind merged commit 6eb79f6 into main Aug 5, 2024
3 checks passed
@samwisekind samwisekind deleted the dependabot/npm_and_yarn/main-c87fdc1dab branch August 5, 2024 22:41
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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant