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 development-dependencies group across 1 directory with 7 updates #19

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps the development-dependencies group with 7 updates in the / directory:

Package From To
babel-plugin-istanbul 6.1.1 7.0.0
eslint-config-xo 0.44.0 0.46.0
eslint-plugin-unicorn 51.0.1 55.0.0
find-unused-sass-variables 5.0.0 6.0.0
glob 10.4.5 11.0.0
hugo-bin 0.121.1 0.132.0
linkinator 6.0.4 6.1.1

Updates babel-plugin-istanbul from 6.1.1 to 7.0.0

Release notes

Sourced from babel-plugin-istanbul's releases.

babel-plugin-istanbul v7.0.0

⚠ BREAKING CHANGES

  • Drop support for Node versions 8 and 10

Bug Fixes

  • container is falsy error with block scoping transform (#291) (8e76919)
  • update istanbul-lib-instrument to v6 (#292) (643e080)
Changelog

Sourced from babel-plugin-istanbul's changelog.

7.0.0 (2024-07-05)

⚠ BREAKING CHANGES

  • Drop support for Node versions 8 and 10

Bug Fixes

  • container is falsy error with block scoping transform (#291) (8e76919)
  • update istanbul-lib-instrument to v6 (#292) (643e080)
Commits

Updates eslint-config-xo from 0.44.0 to 0.46.0

Release notes

Sourced from eslint-config-xo's releases.

v0.46.0

New rules

Breaking

Improvements

  • Migrate deprecated rules to @stylistic 0f81063
  • Enable permissive max-len and max-lines as warning (#84) e669d26
  • Revert "Add option to no-extra-boolean-cast" (#87) f010b63
  • Add option to no-extra-boolean-cast a6dc171

xojs/eslint-config-xo@v0.45.0...v0.46.0

v0.45.0

  • Allow class fields with no blank lines between (#85) 6f2ff13

xojs/eslint-config-xo@v0.44.0...v0.45.0

Commits
  • a09d656 0.46.0
  • d91defd Add @stylistic/indent-binary-ops rule
  • fb5e204 Add @stylistic/function-paren-newline rule
  • cb6b443 Add @stylistic/block-spacing rule
  • 3dea281 Add @stylistic/multiline-ternary rule
  • 0f81063 Migrate deprecated rules to @stylistic
  • ec210f2 Migrate to flat config (#86)
  • e669d26 Enable permissive max-len and max-lines as warning (#84)
  • f010b63 Revert "Add option to no-extra-boolean-cast" (#87)
  • a6dc171 Add option to no-extra-boolean-cast
  • Additional commits viewable in compare view

Updates eslint-plugin-unicorn from 51.0.1 to 55.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v55.0.0

New rules

Improvements

  • Add TypeScript types (#2382) 68e0f13

Fixes

  • no-single-promise-in-promise-methods: Remove broken autofix for Promise.all() (#2386) 8d28b6e
  • prefer-node-protocol: Ignore Bun modules (#2384) a45b24a
  • no-negation-in-equality-check: Ignore boolean type casting (#2379) 37e00dd

sindresorhus/eslint-plugin-unicorn@v54.0.0...v55.0.0

v54.0.0

New rules

Breaking

Improvements

  • Add name to flat configs (#2377) ac8536e
  • prefer-array-some: Check Array#{findIndex,findLastIndex}() (#2370) 10568ab
  • prefer-includes: Check .lastIndexOf() (#2368) d812ad1
  • prefer-string-raw: Ignore strings in Enums (#2354) 175ea04

Fixes

  • Fix edge cases when add new to calls (#2352) d8f8161

sindresorhus/eslint-plugin-unicorn@v53.0.0...v54.0.0

v53.0.0

New rules

Breaking

... (truncated)

Commits

Updates find-unused-sass-variables from 5.0.0 to 6.0.0

Release notes

Sourced from find-unused-sass-variables's releases.

v6.0.0

What's Changed

  • BREAKING: drop Node.js < 18 support eb0b487
  • Update commander to v12.0.0 d530b0e

Full Changelog: XhmikosR/find-unused-sass-variables@v5.0.0...v6.0.0

Commits

Updates glob from 10.4.5 to 11.0.0

Changelog

Sourced from glob's changelog.

changeglob

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on Windows.

10.0.0

  • No default exports, only named exports

9.3.3

  • Upgraded minimatch to v8, adding support for any degree of nested extglob patterns.

9.3

  • Add aliases for methods. glob.sync, glob.stream, glob.stream.sync, etc.

9.2

  • Support using a custom fs object, which is passed to PathScurry
  • add maxDepth option
  • add stat option
  • add custom Ignore support

9.1

... (truncated)

Commits

Updates hugo-bin from 0.121.1 to 0.132.0

Release notes

Sourced from hugo-bin's releases.

v0.123.0

What's Changed

Note that if you still want to keep using Node.js 16 for the time being, you can stick to the previous version and instead set the hugoVersion to the new one, see https://github.com/fenneclab/hugo-bin#options.

With this release we are now down to 98 packages (at the time of the release). When this journey started after v0.30.0, we were at 345 packages, so this is a 71.5% reduction in packages!

Full Changelog: fenneclab/hugo-bin@v0.122.8...v0.123.0

v0.122.7

  • Update Hugo to the latest patch version 0.125.6
  • Add npm provenance

Full Changelog: fenneclab/hugo-bin@v0.122.5...v0.122.7

v0.122.0

What's Changed

Full Changelog: fenneclab/hugo-bin@v0.121.1...v0.122.0

Commits

Updates linkinator from 6.0.4 to 6.1.1

Release notes

Sourced from linkinator's releases.

v6.1.1

6.1.1 (2024-07-02)

Bug Fixes

  • JSON stringify failure details for CSV (#613) (13ab5b0)

v6.1.0

6.1.0 (2024-07-01)

Features

v6.0.7

6.0.7 (2024-07-01)

Bug Fixes

  • cli: load linkinator.config.json by default (#611) (0aea0f1)

v6.0.6

6.0.6 (2024-06-29)

Bug Fixes

  • deps: update dependency marked to v13 (#606) (5d4e747)

v6.0.5

6.0.5 (2024-06-02)

Bug Fixes

Commits
  • 13ab5b0 fix: JSON stringify failure details for CSV (#613)
  • 929caa7 feat: add option for setting user agent (#612)
  • 0aea0f1 fix(cli): load linkinator.config.json by default (#611)
  • 9e4bbac chore: restrict biome changes (#610)
  • acbfcc4 chore: update comment to reflect reason for retry (#609)
  • a400793 chore: migrate from xo to biome (#608)
  • 5d4e747 fix(deps): update dependency marked to v13 (#606)
  • cb2da61 build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#607)
  • 84df428 chore(deps): update dependency c8 to v10 (#604)
  • 30eedaf docs: Add npx to linkinator commands for consistency (#543)
  • 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

…ates

Bumps the development-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) | `6.1.1` | `7.0.0` |
| [eslint-config-xo](https://github.com/xojs/eslint-config-xo) | `0.44.0` | `0.46.0` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `51.0.1` | `55.0.0` |
| [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) | `5.0.0` | `6.0.0` |
| [glob](https://github.com/isaacs/node-glob) | `10.4.5` | `11.0.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.121.1` | `0.132.0` |
| [linkinator](https://github.com/JustinBeckwith/linkinator) | `6.0.4` | `6.1.1` |



Updates `babel-plugin-istanbul` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases)
- [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/babel-plugin-istanbul@v6.1.1...v7.0.0)

Updates `eslint-config-xo` from 0.44.0 to 0.46.0
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.44.0...v0.46.0)

Updates `eslint-plugin-unicorn` from 51.0.1 to 55.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v51.0.1...v55.0.0)

Updates `find-unused-sass-variables` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](XhmikosR/find-unused-sass-variables@v5.0.0...v6.0.0)

Updates `glob` from 10.4.5 to 11.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v11.0.0)

Updates `hugo-bin` from 0.121.1 to 0.132.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.121.1...v0.132.0)

Updates `linkinator` from 6.0.4 to 6.1.1
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](JustinBeckwith/linkinator@v6.0.4...v6.1.1)

---
updated-dependencies:
- dependency-name: babel-plugin-istanbul
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint-config-xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: find-unused-sass-variables
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: linkinator
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added 2.0.x only ci Continuous integration / automation labels Sep 27, 2024
@dependabot dependabot bot requested a review from a team September 27, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0.x only ci Continuous integration / automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants