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 npm_and_yarn group with 6 updates #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps the npm_and_yarn group with 6 updates:

Package From To
got 9.6.0 14.4.2
linkinator 2.2.2 6.1.1
domwaiter 1.1.0 1.4.0
nodemon 2.0.4 2.0.22
webpack 4.44.0 5.94.0
webpack-dev-middleware 3.7.2 5.3.4

Updates got from 9.6.0 to 14.4.2

Release notes

Sourced from got's releases.

v14.4.2

  • Fix handling of invalid arguments (#2367) f44ef43

sindresorhus/got@v14.4.1...v14.4.2

v14.4.1

  • Fix missing dependency dfc54d9

sindresorhus/got@v14.4.0...v14.4.1

v14.4.0

  • Improve TypeScript types with generic extend (#2353) 15ca4a0

sindresorhus/got@v14.3.0...v14.4.0

v14.3.0

  • Update dependencies dbab6c3

sindresorhus/got@v14.2.1...v14.3.0

v14.2.1

  • Fix error handling when UTF-8 decoding fails (#2336) c81a611

sindresorhus/got@v14.2.0...v14.2.1

v14.2.0

  • Add cause property with the original error to RequestError (#2327) 4cbd01d

sindresorhus/got@v14.1.0...v14.2.0

v14.1.0

  • Allow typing the body of a RequestError response (#2325) 5e4f6ff

sindresorhus/got@v14.0.0...v14.1.0

v14.0.0

Breaking

  • Require Node.js 20 (#2313) a004263
    • Why not target the oldest active Node.js LTS, which is Node.js 18? I usually strictly follow this convention in my packages. However, this package is the exception because the HTTP part of Node.js is consistently buggy, and I don't have time to work around issues in older Node.js releases. I you need to still support Node.js 18, I suggest staying on Got v13, which is quite stable. Node.js 18 will be out of active LTS in 5 months.

Improvements

  • Make followRedirect option accept a function (#2306) 7c3f147

sindresorhus/got@v13.0.0...v14.0.0

v13.0.0

As a reminder, Got continues to require ESM. For TypeScript users, this includes having "module": "node16", "moduleResolution": "node16" in your tsconfig.

... (truncated)

Commits

Updates linkinator from 2.2.2 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

v6.0.4

6.0.4 (2024-01-13)

Bug Fixes

v6.0.3

6.0.3 (2023-12-23)

... (truncated)

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 domwaiter from 1.1.0 to 1.4.0

Release notes

Sourced from domwaiter's releases.

v1.4.0

1.4.0 (2022-09-26)

Features

v1.3.0

1.3.0 (2020-07-26)

Features

v1.2.0

1.2.0 (2020-07-25)

Features

Commits

Updates nodemon from 2.0.4 to 2.0.22

Release notes

Sourced from nodemon's releases.

v2.0.22

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083

v2.0.21

2.0.21 (2023-03-02)

Bug Fixes

  • remove ts mapping if loader present (1468397), closes #2083

v2.0.20

2.0.20 (2022-09-16)

Bug Fixes

  • remove postinstall script (e099e91)

v2.0.19

2.0.19 (2022-07-05)

Bug Fixes

v2.0.18

2.0.18 (2022-06-23)

Bug Fixes

  • revert update-notifier forcing esm (1b3bc8c)

v2.0.17

2.0.17 (2022-06-23)

Bug Fixes

v2.0.16

... (truncated)

Commits
  • c971fdc Merge branch 'main' of github.com:remy/nodemon
  • b9679a2 chore: supporters
  • f7816e4 fix: remove ts mapping if loader present
  • 9f3ffdb One more fix
  • abc8522 Get rid of spawning shell windows if nodemon is started without console.
  • b11ddd1 Merge branch 'main' of github.com:remy/nodemon
  • 204af11 chore: missing supporters
  • 1468397 fix: remove ts mapping if loader present
  • 26b1f0f chore: add conventional commit check
  • adaafa1 One more fix
  • Additional commits viewable in compare view

Updates webpack from 4.44.0 to 5.94.0

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-import"
  • Support webpackIgnore for new URL() construction
  • [CSS] @import pathinfo support

Security

  • Fixed DOM clobbering in auto public path

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic

... (truncated)

Commits
  • eabf85d chore(release): 5.94.0
  • 955e057 security: fix DOM clobbering in auto public path
  • 9822387 test: fix
  • cbb86ed test: fix
  • 5ac3d7f fix: unexpected asi generation with sequence expression
  • 2411661 security: fix DOM clobbering in auto public path
  • b8c03d4 fix: unexpected asi generation with sequence expression
  • f46a03c revert: do not use heuristic fallback for "module-import"
  • 60f1898 fix: do not use heuristic fallback for "module-import"
  • 66306aa Revert "fix: module-import get fallback from externalsPresets"
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.


Updates webpack-dev-middleware from 3.7.2 to 5.3.4

Release notes

Sourced from webpack-dev-middleware's releases.

v5.3.4

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)

v5.3.3

5.3.3 (2022-05-18)

Bug Fixes

v5.3.2

5.3.2 (2022-05-17)

Bug Fixes

  • node types (#1195) (d68ab36)
  • compatibility with Node.js 18

v5.3.1

5.3.1 (2022-02-01)

Bug Fixes

v5.3.0

5.3.0 (2021-12-16)

Features

v5.2.2

5.2.2 (2021-11-17)

Chore

  • update schema-utils package to 4.0.0 version

... (truncated)

Changelog

Sourced from webpack-dev-middleware's changelog.

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)

5.3.3 (2022-05-18)

Bug Fixes

5.3.2 (2022-05-17)

Bug Fixes

5.3.1 (2022-02-01)

Bug Fixes

5.3.0 (2021-12-16)

Features

5.2.2 (2021-11-17)

Chore

  • update schema-utils package to 4.0.0 version

5.2.1 (2021-09-25)

  • internal release, no visible changes and features

5.2.0 (2021-09-24)

... (truncated)

Commits

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [got](https://github.com/sindresorhus/got) | `9.6.0` | `14.4.2` |
| [linkinator](https://github.com/JustinBeckwith/linkinator) | `2.2.2` | `6.1.1` |
| [domwaiter](https://github.com/zeke/domwaiter) | `1.1.0` | `1.4.0` |
| [nodemon](https://github.com/remy/nodemon) | `2.0.4` | `2.0.22` |
| [webpack](https://github.com/webpack/webpack) | `4.44.0` | `5.94.0` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `3.7.2` | `5.3.4` |


Updates `got` from 9.6.0 to 14.4.2
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v9.6.0...v14.4.2)

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

Updates `domwaiter` from 1.1.0 to 1.4.0
- [Release notes](https://github.com/zeke/domwaiter/releases)
- [Commits](zeke/domwaiter@v1.1.0...v1.4.0)

Updates `nodemon` from 2.0.4 to 2.0.22
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.4...v2.0.22)

Updates `webpack` from 4.44.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.44.0...v5.94.0)

Updates `webpack-dev-middleware` from 3.7.2 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v3.7.2...v5.3.4)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: linkinator
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: domwaiter
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: nodemon
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 31, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants