az-digital / arizona-bootstrap

UArizona's front-end toolkit based on Bootstrap 4 and 5.
https://digital.arizona.edu/arizona-bootstrap
MIT License
5 stars 8 forks source link

Bump the development-dependencies group across 1 directory with 10 updates #1277

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the development-dependencies group with 10 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.129.2
linkinator 6.0.4 6.1.1
rollup 4.20.0 4.21.0
stylelint 16.8.1 16.8.2
terser 5.31.5 5.31.6

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

https://github.com/xojs/eslint-config-xo/compare/v0.45.0...v0.46.0

v0.45.0

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

https://github.com/xojs/eslint-config-xo/compare/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

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/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

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/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: https://github.com/XhmikosR/find-unused-sass-variables/compare/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.129.2

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: https://github.com/fenneclab/hugo-bin/compare/v0.122.8...v0.123.0

v0.122.7

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

Full Changelog: https://github.com/fenneclab/hugo-bin/compare/v0.122.5...v0.122.7

v0.122.0

What's Changed

Full Changelog: https://github.com/fenneclab/hugo-bin/compare/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


Updates rollup from 4.20.0 to 4.21.0

Release notes

Sourced from rollup's releases.

v4.21.0

4.21.0

2024-08-18

Features

  • Add option to configure directory for virtual modules when preserving modules (#5602)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.0

2024-08-18

Features

  • Add option to configure directory for virtual modules when preserving modules (#5602)

Pull Requests

Commits
  • c4bb050 4.21.0
  • 8350601 chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)
  • 811ef57 chore: fix the noConflict option in REPL. (#5611)
  • af6a347 feat: introduce the virtualDirname option to customize the virtual directory ...
  • eb12f34 chore(deps): lock file maintenance (#5614)
  • 93af657 chore(deps): lock file maintenance minor/patch updates (#5613)
  • c6751ff chore(deps): lock file maintenance minor/patch updates (#5608)
  • See full diff in compare view


Updates stylelint from 16.8.1 to 16.8.2

Release notes

Sourced from stylelint's releases.

16.8.2

Changelog

Sourced from stylelint's changelog.

16.8.2

Commits
  • 860acdc 16.8.2
  • 7f09106 Prepare 16.8.2 (#7902)
  • 2b13454 Fix keyframe-block-no-duplicate-selectors reported ranges (#7932)
  • c3829d5 Refactor to add isVarFunction utility and rename isIgnoredFunction to `is...
  • 197400e Fix selector-max-type reported ranges (#7916)
  • b4c61d7 Add details on keys used for --cache option in documentation (#7926)
  • 108af69 Bump ignore from 5.3.1 to 5.3.2 (#7930)
  • ac83f35 Bump lint-staged from 15.2.8 to 15.2.9 (#7929)
  • 47f0a0c Bump postcss-selector-parser from 6.1.1 to 6.1.2 in the postcss group (#7928)
  • f0992a5 Fix .cjs files clean up (#7922)
  • Additional commits viewable in compare view


Updates terser from 5.31.5 to 5.31.6

Changelog

Sourced from terser's changelog.

v5.31.6

  • Retain side effects in a case when the expression is a sequence (comma) expression
Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | terser | [>= 5.28.a, < 5.29] |

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 weeks ago

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