Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps the all-dependencies group in /theme with 3 updates: @growthbook/growthbook, css-loader and prettier.

Updates @growthbook/growthbook from 1.6.2 to 1.6.4

Changelog

Sourced from @​growthbook/growthbook's changelog.

1.6.4 - Jan 26, 2026

  • Add support for case-insensitive membership operators: $ini, $nini, $alli
    • $ini: Case-insensitive version of $in
    • $nini: Case-insensitive version of $nin
    • $alli: Case-insensitive version of $all

1.6.3 - Jan 22, 2026

  • Add support for case-insensitive regex targeting: $regexi
Commits

Updates css-loader from 7.1.2 to 7.1.3

Release notes

Sourced from css-loader's releases.

v7.1.3

7.1.3 (2026-01-27)

Bug Fixes

Changelog

Sourced from css-loader's changelog.

7.1.3 (2026-01-27)

Bug Fixes

Commits

Updates prettier from 2.5.1 to 2.8.8

Release notes

Sourced from prettier's releases.

2.8.8

This version is a republished version of v2.8.7. A bad version was accidentally published and it can't be unpublished, apologies for the churn.

2.8.7

  • Allow multiple decorators on same getter/setter

🔗 Changelog

2.8.6

  • Allow decorators on private members and class expressions

🔗 Changelog

2.8.5

  • Support TypeScript 5.0

🔗 Changelog

2.8.4

🔗 Changelog

2.8.3

Support Angular 15.1

🔗 Changelog

2.8.2

🔗 Changelog

2.8.1

🔗 Changelog

2.8.0

diff

🔗 Release note

2.7.1

🔗 Changelog

2.7.0

diff

🔗 Release note

2.6.2

🔗 Changelog

2.6.1

... (truncated)

Changelog

Sourced from prettier's changelog.

2.8.8

This version is a republished version of v2.8.7. A bad version was accidentally published and it can't be unpublished, apologies for the churn.

2.8.7

diff

Allow multiple decorators on same getter/setter (#14584 by @​fisker)

// Input
class A {
  @decorator()
  get foo () {}
@​decorator()
set foo (value) {}
}
// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
3 |   get foo () {}
4 |
> 5 |   @​decorator()
|   ^^^^^^^^^^^^
6 |   set foo (value) {}
7 | }
// Prettier 2.8.7
class A {
@​decorator()
get foo() {}
@​decorator()
set foo(value) {}
}

2.8.6

diff

Allow decorators on private members and class expressions (#14548 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by prettier-bot, a new releaser for prettier since your current version.


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 all-dependencies group in /theme with 3 updates: [@growthbook/growthbook](https://github.com/growthbook/growthbook/tree/HEAD/packages/sdk-js), [css-loader](https://github.com/webpack/css-loader) and [prettier](https://github.com/prettier/prettier).


Updates `@growthbook/growthbook` from 1.6.2 to 1.6.4
- [Release notes](https://github.com/growthbook/growthbook/releases)
- [Changelog](https://github.com/growthbook/growthbook/blob/main/packages/sdk-js/CHANGELOG.md)
- [Commits](https://github.com/growthbook/growthbook/commits/HEAD/packages/sdk-js)

Updates `css-loader` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/webpack/css-loader/releases)
- [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/css-loader@v7.1.2...v7.1.3)

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

---
updated-dependencies:
- dependency-name: "@growthbook/growthbook"
  dependency-version: 1.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: css-loader
  dependency-version: 7.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 2.8.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2026
@github-actions github-actions bot added deps-quarterly-review Close for quarterly batch review deps-risk-low Dev tools only labels Jan 29, 2026
@github-actions
Copy link
Contributor

Automated Dependabot Triage

Risk Tier: LOW
Dependencies: See PR body

Low Risk - Dev tools only. Safe to defer to quarterly review.

Claude Code Review

Automated Claude reviews are not available for Dependabot PRs. To review this PR with Claude Code, run:

/docs-review 17352

For detailed triage guidance, see the Dependency Management section in BUILD-AND-DEPLOY.md.

@pulumi-bot
Copy link
Collaborator

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 1, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/theme/all-dependencies-aa0eab3fa0 branch February 1, 2026 09:15
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 deps-quarterly-review Close for quarterly batch review deps-risk-low Dev tools only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant