Skip to content

build(deps-dev): Bump @linzjs/style from 5.1.0 to 6.0.0#580

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/linzjs/style-6.0.0
Open

build(deps-dev): Bump @linzjs/style from 5.1.0 to 6.0.0#580
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/linzjs/style-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps @linzjs/style from 5.1.0 to 6.0.0.

Release notes

Sourced from @​linzjs/style's releases.

v6.0.0

6.0.0 (2026-05-14)

⚠ BREAKING CHANGES

  • removes .eslintrc.cjs and .prettierrc.cjs configs; consuming projects must migrate to oxfmt.config.ts (extends @​linzjs/style) and oxlint.config.ts. See migration.6.md.

Features

  • deps: bump googleapis/release-please-action from 4 to 5 (#1066) (7e73177)
  • eplace ESLint + Prettier with oxlint + oxfmt (#1062) (6b163f0)

Bug Fixes

  • allow ci from pull requests (#1063) (d2cc84a)
  • release-please is currently broken upgrade to latest (#1064) (d183af1)
  • use .prettierignore to exclude CHANGELOG.md from formatting (#1072) (22a950e)

v5.4.0

5.4.0 (2024-06-23)

Features

  • deps: bump the typescript-eslint-prettier group across 1 directory with 6 updates (#1011) (4dddab1)

v5.3.0

5.3.0 (2024-05-22)

Features

  • deps: bump the typescript-eslint-prettier group with 4 updates (#957) (a2f1df9)
  • deps: bump the typescript-eslint-prettier group with 8 updates (#940) (1dd8e7d)

Bug Fixes

v5.2.0

5.2.0 (2024-01-09)

Features

  • add @​typescript-eslint/recommended-type-checked (#882) (793dd3e)
  • deps: bump eslint-config-prettier from 9.0.0 to 9.1.0 (#874) (cde1131)

... (truncated)

Changelog

Sourced from @​linzjs/style's changelog.

6.0.0 (2026-05-14)

⚠ BREAKING CHANGES

  • removes .eslintrc.cjs and .prettierrc.cjs configs; consuming projects must migrate to oxfmt.config.ts (extends @​linzjs/style) and oxlint.config.ts. See migration.6.md.

Features

  • deps: bump googleapis/release-please-action from 4 to 5 (#1066) (7e73177)
  • eplace ESLint + Prettier with oxlint + oxfmt (#1062) (6b163f0)

Bug Fixes

  • allow ci from pull requests (#1063) (d2cc84a)
  • release-please is currently broken upgrade to latest (#1064) (d183af1)
  • use .prettierignore to exclude CHANGELOG.md from formatting (#1072) (22a950e)

5.4.0 (2024-06-23)

Features

  • deps: bump the typescript-eslint-prettier group across 1 directory with 6 updates (#1011) (4dddab1)

5.3.0 (2024-05-22)

Features

  • deps: bump the typescript-eslint-prettier group with 4 updates (#957) (a2f1df9)
  • deps: bump the typescript-eslint-prettier group with 8 updates (#940) (1dd8e7d)

Bug Fixes

5.2.0 (2024-01-09)

Features

  • add @​typescript-eslint/recommended-type-checked (#882) (793dd3e)
  • deps: bump eslint-config-prettier from 9.0.0 to 9.1.0 (#874) (cde1131)
  • deps: bump the typescript-eslint-prettier group with 2 updates (#895) (2c25865)
  • deps: bump the typescript-eslint-prettier group with 4 updates (#894) (ceee3cc)
  • deps: bump the typescript-eslint-prettier group with 5 updates (#880) (03ec37f)
Commits
  • 9484493 chore(master): release 6.0.0 (#1071)
  • 22a950e fix: use .prettierignore to exclude CHANGELOG.md from formatting (#1072)
  • 8dca0b7 refactor: release please to use process similar to Lui (#1070)
  • 7e73177 feat(deps): bump googleapis/release-please-action from 4 to 5 (#1066)
  • 6b163f0 feat!: eplace ESLint + Prettier with oxlint + oxfmt (#1062)
  • f00c7ca build: correct release-please permission (#1065)
  • d183af1 fix: release-please is currently broken upgrade to latest (#1064)
  • d2cc84a fix: allow ci from pull requests (#1063)
  • 437f754 chore(master): release 5.4.0 (#1013)
  • 4dddab1 feat(deps): bump the typescript-eslint-prettier group across 1 directory with...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​linzjs/style since your current version.


Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@linzjs/style](https://github.com/linz/style-js) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/linz/style-js/releases)
- [Changelog](https://github.com/linz/style-js/blob/master/CHANGELOG.md)
- [Commits](linz/style-js@v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: "@linzjs/style"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 May 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 14, 2026 17:05
@dependabot dependabot Bot requested review from Wentao-Kuang and tawera-manaena and removed request for a team May 14, 2026 17:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 14, 2026
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.

0 participants