httpgd
httpgd copied to clipboard
Bump the development-dependencies group in /client with 9 updates
Bumps the development-dependencies group in /client with 9 updates:
Package | From | To |
---|---|---|
@typescript-eslint/eslint-plugin | 6.20.0 |
7.4.0 |
@typescript-eslint/parser | 6.20.0 |
7.4.0 |
eslint | 8.56.0 |
8.57.0 |
mini-css-extract-plugin | 2.8.0 |
2.8.1 |
sass | 1.70.0 |
1.72.0 |
sass-loader | 14.1.0 |
14.1.1 |
typescript | 5.3.3 |
5.4.3 |
webpack | 5.90.1 |
5.91.0 |
webpack-dev-server | 4.15.1 |
5.0.4 |
Updates @typescript-eslint/eslint-plugin
from 6.20.0 to 7.4.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v7.4.0
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
- Check out our blog post on this change for more information! https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators
- eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates (#8708)
- eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error (#8701)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
- eslint-plugin: [prefer-optional-chain] properly disambiguate between
boolean
andfalse
(#8685)- eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
- typescript-eslint: declare peer dependency on
utils
to ensure npm correctly installs dependencies (#8738)- website: visual Editor is not scrolled (#8709)
- website: make 404 page good again (#8750)
❤️ Thank You
- Abraham Guo
- Brad Zacher
@bradzacher
- Josh Goldberg ✨
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Marco Pasqualetti
@marcalexiei
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.3.1
7.3.1 (2024-03-18)
🩹 Fixes
- eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config (#8718)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v7.3.0
7.3.0 (2024-03-18)
Note that this release enables rules to have more restrictive default options as configured in the
strict
andstrict-type-checked
configs. See #8364 for more details.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
7.4.0 (2024-03-25)
🚀 Features
eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates
eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error
🩹 Fixes
eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive
eslint-plugin: [prefer-optional-chain] properly disambiguate between
boolean
andfalse
eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside
❤️ Thank You
- Abraham Guo
- Brad Zacher
- Josh Goldberg ✨
- Kim Sang Du
- Kirk Waiblinger
- Marco Pasqualetti
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.3.1 (2024-03-18)
🩹 Fixes
- eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
7.3.0 (2024-03-18)
... (truncated)
Commits
5d24691
chore(release): publish 7.4.0029fc0b
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...2a62a40
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...990ec22
docs: fix example of binding unbound method (#8754)a08554a
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...2018f91
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `bo...56358a6
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks ...532ae8b
docs: fix typo in switch-exhaustiveness-check (#8768)e408b93
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...c787fe4
docs: restrict-template-expressions - remove mention of numbers being allowed...- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 6.20.0 to 7.4.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v7.4.0
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
- Check out our blog post on this change for more information! https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators
- eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates (#8708)
- eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error (#8701)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
- eslint-plugin: [prefer-optional-chain] properly disambiguate between
boolean
andfalse
(#8685)- eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
- typescript-eslint: declare peer dependency on
utils
to ensure npm correctly installs dependencies (#8738)- website: visual Editor is not scrolled (#8709)
- website: make 404 page good again (#8750)
❤️ Thank You
- Abraham Guo
- Brad Zacher
@bradzacher
- Josh Goldberg ✨
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Marco Pasqualetti
@marcalexiei
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.3.1
7.3.1 (2024-03-18)
🩹 Fixes
- eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config (#8718)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v7.3.0
7.3.0 (2024-03-18)
Note that this release enables rules to have more restrictive default options as configured in the
strict
andstrict-type-checked
configs. See #8364 for more details.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤️ Thank You
- Abraham Guo
- Brad Zacher
- Josh Goldberg ✨
- Kim Sang Du
- Kirk Waiblinger
- Marco Pasqualetti
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.3.1 (2024-03-18)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.3.0 (2024-03-18)
🩹 Fixes
- correct
engines.node
constraints inpackage.json
❤️ Thank You
- Abraham Guo
- Alexu
- Arka Pratim Chaudhuri
- auvred
- Derrick Isaacson
- fnx
- Josh Goldberg ✨
- Kirk Waiblinger
- Marta Cardoso
- Michaël De Boey
- Tristan Rasmussen
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
5d24691
chore(release): publish 7.4.0e408b93
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...5995614
chore(release): publish 7.3.14cf8ec7
chore(release): publish 7.3.0883f220
fix: correctengines.node
constraints inpackage.json
(#8671)95cf139
chore(release): publish 7.2.088b7463
chore(release): publish 7.1.14bc6944
chore(release): publish 7.1.0677e7cc
chore(release): publish 7.0.24f3215f
chore(release): publish 7.0.1- Additional commits viewable in compare view
Updates eslint
from 8.56.0 to 8.57.0
Release notes
Sourced from eslint's releases.
v8.57.0
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
Changelog
Sourced from eslint's changelog.
v8.57.0 - February 23, 2024
1813aec
chore: upgrade@eslint/js
@8
.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for@eslint/js
release (Jenkins)84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)v9.0.0-beta.0 - February 9, 2024
e40d1d7
chore: upgrade@eslint/js
@9
.0.0-beta.0 (#18108) (Milos Djermanovic)9870f93
chore: package.json update for@eslint/js
release (Jenkins)2c62e79
chore: upgrade@eslint/eslintrc
@3
.0.1 (#18107) (Milos Djermanovic)81f0294
chore: upgrade [email protected] (#18106) (Milos Djermanovic)5e2b292
chore: upgrade [email protected] (#18105) (Milos Djermanovic)9163646
feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)53f0f47
feat: Add loadESLint() API method for v9 (#18097) (Nicholas C. Zakas)f1c7e6f
docs: Switch to Ethical Ads (#18090) (Strek)15c143f
docs: JS Foundation -> OpenJS Foundation in PR template (#18092) (Nicholas C. Zakas)c4d26fd
fix:use-isnan
doesn't report onSequenceExpression
s (#18059) (StyleShit)6ea339e
docs: add stricter rule test validations to v9 migration guide (#18085) (Milos Djermanovic)ce838ad
chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#18045) (renovate[bot])3c816f1
docs: use relative link from CLI to core concepts (#18083) (Milos Djermanovic)54df731
chore: update dependency markdownlint-cli to ^0.39.0 (#18084) (renovate[bot])9458735
docs: fix malformedeslint
config comments in rule examples (#18078) (Francesco Trotta)07a1ada
docs: link from--fix
CLI doc to the relevant core concept (#18080) (Bryan Mishkin)8f06a60
chore: update dependency shelljs to ^0.8.5 (#18079) (Francesco Trotta)b844324
docs: Update team responsibilities (#18048) (Nicholas C. Zakas)aadfb60
docs: document languageOptions and other v9 changes for context (#18074) (fnx)3c4d51d
feat!: default forenforceForClassMembers
inno-useless-computed-key
(#18054) (Francesco Trotta)47e60f8
feat!: Stricter rule test validations (#17654) (fnx)1a94589
feat!:no-unused-vars
default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)857e242
docs: tweak explanation for meta.docs rule properties (#18057) (Bryan Mishkin)10485e8
docs: recommend messageId over message for reporting rule violations (#18050) (Bryan Mishkin)98b5ab4
docs: Update README (GitHub Actions Bot)93ffe30
chore: update dependency file-entry-cache to v8 (#17903) (renovate[bot])505fbf4
docs: updateno-restricted-imports
rule (#18015) (Tanuj Kanti)2d11d46
feat: add suggestions touse-isnan
in binary expressions (#17996) (StyleShit)c25b4af
docs: Update README (GitHub Actions Bot)v9.0.0-alpha.2 - January 26, 2024
... (truncated)
Commits
abea3b6
8.57.01cd3f8c
Build: changelog update for 8.57.01813aec
chore: upgrade@eslint/js
@8
.57.0 (#18143)5c356bb
chore: package.json update for@eslint/js
release84922d0
docs: Show prerelease version in dropdown (#18139)1120b9b
feat: Add loadESLint() API method for v8 (#18098)5b8c363
docs: Switch to Ethical Ads (#18117)2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064)f4a1fe2
test: add more tests for ignoring files and directories (#18068)69dd1d1
fix: Ensure config keys are printed for config errors (#18067)- Additional commits viewable in compare view
Updates mini-css-extract-plugin
from 2.8.0 to 2.8.1
Release notes
Sourced from mini-css-extract-plugin's releases.
v2.8.1
2.8.1 (2024-02-27)
Bug Fixes
- add
nonce
if__webpack_nonce__
has been defined (c7f0aee)
Changelog
Sourced from mini-css-extract-plugin's changelog.
2.8.1 (2024-02-27)
Bug Fixes
- add
nonce
if__webpack_nonce__
has been defined (c7f0aee)
Commits
Updates sass
from 1.70.0 to 1.72.0
Release notes
Sourced from sass's releases.
Dart Sass 1.72.0
To install Sass 1.72.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Support adjacent
/
s without whitespace in between when parsing plain CSS expressions.Allow the Node.js
pkg:
importer to load Sass stylesheets forpackage.json
exports
field entries without extensions.When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
- Properly resolve
pkg:
imports with the Node.js package importer when arguments are passed to the JavaScript process.See the full changelog for changes in earlier releases.
Dart Sass 1.71.1
To install Sass 1.71.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Command-Line Interface
- Ship the musl Linux release with the proper Dart executable.
JavaScript API
Export the
NodePackageImporter
class in ESM mode.Allow
NodePackageImporter
to locate a default directory even when the entrypoint is an ESM module.Dart API
- Make passing a null argument to
NodePackageImporter()
a static error rather than just a runtime error.Embedded Sass
- In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
See the full changelog for changes in earlier releases.
Dart Sass 1.71.0
To install Sass 1.71.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
... (truncated)
Changelog
Sourced from sass's changelog.
1.72.0
Support adjacent
/
s without whitespace in between when parsing plain CSS expressions.Allow the Node.js
pkg:
importer to load Sass stylesheets forpackage.json
exports
field entries without extensions.When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
- Properly resolve
pkg:
imports with the Node.js package importer when arguments are passed to the JavaScript process.1.71.1
Command-Line Interface
- Ship the musl Linux release with the proper Dart executable.
JavaScript API
Export the
NodePackageImporter
class in ESM mode.Allow
NodePackageImporter
to locate a default directory even when the entrypoint is an ESM module.Dart API
- Make passing a null argument to
NodePackageImporter()
a static error rather than just a runtime error.Embedded Sass
- In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
1.71.0
For more information about
pkg:
importers, see the announcement on the Sass blog.Command-Line Interface
- Add a
--pkg-importer
flag to enable built-inpkg:
importers. Currently this only supports the Node.js package resolution algorithm, via
... (truncated)
Commits
ce16b35
Cut a release (#2194)9af6bbf
Properly handlepkg:
imports with args (#2193)0330491
Update to node 20 (#2192)48e2d0c
Preserve underscores inVariableExpression.toString()
(#2185)6e2d637
Allow adjacent forward slashes in plain CSS expressions (#2190)fa4d909
Bump softprops/action-gh-release from 1 to 2 (#2191)fd67fe6
[Hotfix Node Package Importer]- Handle subpath without extensions (#2184)1b4d703
Release 1.71.1 (#2182)6d66c43
Properly handlenew NodePackageImporter()
with an ESM entrypoint (#2181)85a932f
Add missing ESM export of NodePackageImporter (#2177)- Additional commits viewable in compare view
Updates sass-loader
from 14.1.0 to 14.1.1
Commits
Updates typescript
from 5.3.3 to 5.4.3
Release notes
Sourced from typescript's releases.
TypeScript 5.4.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
Downloads are available on:
TypeScript 5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
Downloads are available on:
TypeScript 5.4 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.4 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
... (truncated)
Commits
6ea273c
Update LKGcd06f92
🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)ca8e720
Update LKG010b188
release-5.4: Revert PR 56087 (#57850)fc7006c
Update LKGb45a418
🤖 Pick PR #57801 (Distribute mapped types over array/...) into release-5.4 (#...609560f
Bump version to 5.4.3 and LKGf42605f
🤖 Pick PR #57746 (Revert "Defer processing of nested ...) into release-5.4 (#...485c7c5
Revert "Allow (non-assert) type predicates to narrow by discriminant"… (#57795)7f11456
🤖 Pick PR #57751 (Exclude generic string-like types f...) into release-5.4 (#...- Additional commits viewable in compare view
Updates webpack
from 5.90.1 to 5.91.0
Release notes
Sourced from webpack's releases.
v5.91.0
Bug Fixes
- Deserializer for ignored modules doesn't crash
- Allow the
unsafeCache
option to be a proxy object- Normalize the
snapshot.unmanagedPaths
option- Fixed
fs
types- Fixed resolve's plugins types
- Fixed wrongly calculate postOrderIndex
- Fixed watching types
- Output import attrbiutes/import assertions for external JS imports
- Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
- [CSS] Output
layer
/supports
/media
for external CSS importsNew Features
- Allow to customize the stage of BannerPlugin
- [CSS] Support CSS exports convention
- [CSS] support CSS local ident name
- [CSS] Support
__webpack_nonce__
for CSS chunks- [CSS] Support
fetchPriority
for CSS chunks- [CSS] Allow to use LZW to compress css head meta (enabled in the
production
mode by default)- [CSS] Support prefetch/preload for CSS chunks
v5.90.3
Bug Fixes
- don't mangle when destructuring a reexport
- types for
Stats.toJson()
andStats.toString()
- many internal types
- [CSS] clean up export css local vars
Perf
- simplify and optimize chunk graph creation
v5.90.2
Bug Fixes
- use
Math.imul
infnv1a32
to avoid loss of precision, directly hash UTF16 values- the
setStatus()
of the HMR module should not return an array, which may cause infinite recursion__webpack_exports_info__.xxx.canMangle
shouldn't always same as default- mangle export with destructuring
- use new runtime to reconsider skipped connections
activeState
- make dynamic import optional in
try/catch
- improve auto publicPath detection
Dependencies & Maintenance
- improve CI setup and include Node.js@21
Commits
60daca5
chore(release): 5.91.08dad9ce
chore(deps-dev): bump@babel/preset-react
from 7.23.3 to 7.24.1a3229f9
chore(deps-dev): bump@babel/core
from 7.24.0 to 7.24.140c2e44
chore(deps-dev): bump@types/node
from 20.11.29 to 20.11.30a04faba
chore(deps-dev): bump memfs from 4.7.7 to 4.8.08f22221
chore(deps): bump es-module-lexer from 1.4.1 to 1.4.28df6912
chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2711c618
chore(deps-dev): bump memfs from 4.7.7 to 4.8.0c462bb3
chore(deps-dev): bump@types/node
from 20.11.29 to 20.11.30f0d3e3e
chore(deps-dev): bump@babel/preset-react
from 7.23.3 to 7.24.1- Additional commits viewable in compare view
Updates webpack-dev-server
from 4.15.1 to 5.0.4
Release notes
Sourced from webpack-dev-server's releases.
v5.0.4
5.0.4 (2024-03-19)
Bug Fixes
v5.0.3
5.0.3 (2024-03-12)
Bug Fixes
v5.0.2
5.0.2 (2024-02-16)
Bug Fixes
v5.0.1
5.0.1 (2024-02-13)
Bug Fixes
- avoid using eval in client (#5045) (7681477)
- overlay and
require-trusted-types-for
(#5046) (e115436)v5.0.0
5.0.0 (2024-02-12)
v4.15.2
4.15.2 (2024-03-20)
Bug Fixes
- security: bump webpack-dev-middleware (4116209)