substra-frontend
substra-frontend copied to clipboard
chore(deps-dev): bump the development-dependencies group across 1 directory with 13 updates
Bumps the development-dependencies group with 13 updates in the / directory:
Package | From | To |
---|---|---|
@testing-library/jest-dom | 6.4.6 |
6.5.0 |
@types/jest | 29.5.12 |
29.5.13 |
@types/node | 20.14.10 |
22.7.3 |
@types/react | 18.3.3 |
18.3.9 |
@typescript-eslint/eslint-plugin | 7.17.0 |
8.7.0 |
@typescript-eslint/parser | 7.15.0 |
8.7.0 |
eslint | 8.57.0 |
8.57.1 |
eslint-plugin-cypress | 3.3.0 |
3.5.0 |
husky | 9.0.11 |
9.1.6 |
knip | 5.23.3 |
5.30.6 |
ts-jest | 29.2.3 |
29.2.5 |
typescript | 5.5.3 |
5.6.2 |
vite | 5.3.3 |
5.4.8 |
Updates @testing-library/jest-dom
from 6.4.6 to 6.5.0
Release notes
Sourced from @testing-library/jest-dom
's releases.
v6.5.0
6.5.0 (2024-08-23)
Features
v6.4.8
6.4.8 (2024-07-23)
Bug Fixes
v6.4.7
6.4.7 (2024-07-22)
Bug Fixes
Commits
62f0e3a
docs: add waynevanson as a contributor for code, and test (#626)acbf416
feat(toHaveValue): Asserting aria-valuenow (#479)47a667c
docs: add vorant94 as a contributor for code (#619)06d19ba
adjust vitest ambient declaration file according to vitest docs (#612)a073b08
docs: add aleks-elkin as a contributor for maintenance (#618)aa094a5
chore: remove unused@babel/runtime
dependency (#617)d02e80b
docs: add ddolcimascolo as a contributor for maintenance (#616)faf534b
fix: Drop peerDependencies from package.json (#610)78a2934
docs: add tonyhallett as a contributor for bug (#615)5cc6298
fix: Type definition oftoHaveClass
(#611)- See full diff in compare view
Updates @types/jest
from 29.5.12 to 29.5.13
Commits
- See full diff in compare view
Updates @types/node
from 20.14.10 to 22.7.3
Commits
- See full diff in compare view
Updates @types/react
from 18.3.3 to 18.3.9
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 7.17.0 to 8.7.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.7.0
8.7.0 (2024-09-23)
🚀 Features
- eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
- eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types (#10006)🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
(#10004)- eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
- eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
- types: add
NewExpression
as a parent ofSpreadElement
(#10024)- utils: add missing entries to the RuleListener selectors list (#9992)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Brian Donovan
@eventualbuddha
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.6.0
8.6.0 (2024-09-16)
🚀 Features
- add
allow
option forrestrict-template-expressions
(#8556)- eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
- eslint-plugin: [no-misused-promises] check array predicate return (#9955)
- type-utils: isNullableType add Void logic (#9937)
- typescript-estree: disable plugin loading by default in project service (#9964)
🩹 Fixes
- eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
- eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
- eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
- eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
- typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.7.0 (2024-09-23)
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types🩹 Fixes
eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
eslint-plugin: [no-deprecated] report on imported deprecated variables
eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof
❤️ Thank You
- Abraham Guo
- auvred
- Brian Donovan
- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
8.6.0 (2024-09-16)
🚀 Features
add
allow
option forrestrict-template-expressions
type-utils: isNullableType add Void logic
eslint-plugin: [no-unnecessary-condition] check switch cases
eslint-plugin: [no-misused-promises] check array predicate return
🩹 Fixes
eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice
eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment
eslint-plugin: [no-deprecated] report on deprecated properties with function-like types
... (truncated)
Commits
b88ea33
chore(release): publish 8.7.0cdd93f6
docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...d0e35d9
feat(eslint-plugin): [consistent-type-exports] checkexport *
exports to se...dc1c6d3
docs: [no-unnecessary-type-parameters] add FAQ section (#9975)e8555a0
feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)8293546
fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...b75d42b
fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...c5dc755
docs: [no-floating-promises] clarify that void does not resolve promises (#9949)1c183ab
fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...7b149b9
docs: [strict-boolean-expressions] fix adominition (#10033)- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 7.15.0 to 8.7.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.7.0
8.7.0 (2024-09-23)
🚀 Features
- eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
- eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types (#10006)🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
(#10004)- eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
- eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
- types: add
NewExpression
as a parent ofSpreadElement
(#10024)- utils: add missing entries to the RuleListener selectors list (#9992)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Brian Donovan
@eventualbuddha
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.6.0
8.6.0 (2024-09-16)
🚀 Features
- add
allow
option forrestrict-template-expressions
(#8556)- eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
- eslint-plugin: [no-misused-promises] check array predicate return (#9955)
- type-utils: isNullableType add Void logic (#9937)
- typescript-estree: disable plugin loading by default in project service (#9964)
🩹 Fixes
- eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
- eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
- eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
- eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
- typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.7.0 (2024-09-23)
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.
8.6.0 (2024-09-16)
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.
8.5.0 (2024-09-09)
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.
8.4.0 (2024-09-02)
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.
8.3.0 (2024-08-26)
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.
8.2.0 (2024-08-19)
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.
8.1.0 (2024-08-12)
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.
8.0.1 (2024-08-05)
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.
8.0.0 (2024-07-31)
... (truncated)
Commits
b88ea33
chore(release): publish 8.7.0343710e
chore(release): publish 8.6.04d31ebe
chore(release): publish 8.5.04bc801e
chore: enable unicorn/no-array-reduce (#9640)3920c93
chore(release): publish 8.4.02ad3404
chore: enableunicorn/prefer-export-from
and `@typescript-eslint/consistent...ef2eab1
chore(release): publish 8.3.09612d81
chore: enable eslint-plugin-perfectionist on parser package (#9845)7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)- Additional commits viewable in compare view
Updates eslint
from 8.57.0 to 8.57.1
Release notes
Sourced from eslint's releases.
v8.57.1
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
Chores
Changelog
Sourced from eslint's changelog.
v8.57.1 - September 16, 2024
140ec45
chore: upgrade@eslint/js
@8
.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for@eslint/js
release (Jenkins)3f6ce8d
chore: pin [email protected] (#18910) (Milos Djermanovic)a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)v9.10.0 - September 6, 2024
24c3ff7
chore: upgrade to@eslint/js
@9
.10.0 (#18866) (Francesco Trotta)1ebdde1
chore: package.json update for@eslint/js
release (Jenkins)301b90d
feat: Add types (#18854) (Nicholas C. Zakas)bee0e7a
docs: update README (#18865) (Milos Djermanovic)bcf0df5
feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)45c18e1
feat: addrequireFlag
option torequire-unicode-regexp
rule (#18836) (Brett Zamir)5d80b59
docs: specify thatruleId
can benull
in custom formatter docs (#18857) (Milos Djermanovic)156b1c3
docs: Update README (GitHub Actions Bot)e8fc5bd
chore: update dependency@eslint/core
to ^0.5.0 (#18848) (renovate[bot])343f992
refactor: don't usenode.value
when removing unused directives (#18835) (Milos Djermanovic)183b459
feat: add error message for duplicate flags inno-invalid-regexp
(#18837) (Tanuj Kanti)f6fdef9
docs: Update README (GitHub Actions Bot)c69b406
feat: report duplicate allowed flags inno-invalid-regexp
(#18754) (Tanuj Kanti)a20c870
docs: Update README (GitHub Actions Bot)90e699b
docs: Update README (GitHub Actions Bot)3db18b0
refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)931d650
refactor: Use@eslint/plugin-kit
(#18822) (Nicholas C. Zakas)ed5cf0c
chore: update dependency@eslint/json
to ^0.4.0 (#18829) (Milos Djermanovic)d1f0831
chore: added missing ids (#18817) (Strek)ec92813
refactor: Config class (#18763) (Nicholas C. Zakas)v9.9.1 - August 23, 2024
b0c34d0
chore: upgrade to@eslint/js
@9
.9.1 (#18809) (Francesco Trotta)cd5a0da
chore: package.json update for@eslint/js
release (Jenkins)4840930
docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)f61f40d
docs: Update globals examples (#18805) (Nicholas C. Zakas)e112642
refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
... (truncated)
Commits
5b9414c
8.57.1f66806d
Build: changelog update for 8.57.1140ec45
chore: upgrade@eslint/js
@8
.57.1 (#18913)bcdfc04
chore: package.json update for@eslint/js
release3f6ce8d
chore: pin [email protected] (#18910)a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900)04c7188
fix: Don't lint same file multiple times (#18899)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898)60a1267
fix: Provide helpful error message for nullish configs (#18889)35d366a
build: Support updates to previous major versions (#18870)- Additional commits viewable in compare view
Updates eslint-plugin-cypress
from 3.3.0 to 3.5.0
Release notes
Sourced from eslint-plugin-cypress's releases.
v3.5.0
3.5.0 (2024-08-12)
Features
- add rule no-debug (033de6e)
v3.4.0
3.4.0 (2024-07-24)
Features
- add
name
to configs (for tooling) (d2f8406)
Commits
d58d93d
Merge pull request #216 from nicooprat/master77f2da9
Merge pull request #217 from MikeMcC399/deprecate-v70462555
docs: deprecate ESLint v77983175
Sort rules alphabetically in Readmedd07e80
Update README about no-pause033de6e
feat: add rule no-debuge644392
Merge pull request #214 from brettz9/named2f8406
feat: addname
to configs (for tooling)- See full diff in compare view
Updates husky
from 9.0.11 to 9.1.6
Release notes
Sourced from husky's releases.
v9.1.6
What's Changed
- Fix issue where example pre-commit file is generated incorrectly by
@dexmlee
in typicode/husky#1519New Contributors
@OlegKipchatov
made their first contribution in typicode/husky#1495@Byron2016
made their first contribution in typicode/husky#1499@dexmlee
made their first contribution in typicode/husky#1519Full Changelog: https://github.com/typicode/husky/compare/v9.1.5...v9.1.6
v9.1.5
What's Changed
- fixes #1494, support
pre-merge-commit
hook by@RainMeoCat
in typicode/husky#1497New Contributors
@RainMeoCat
made their first contribution in typicode/husky#1497Full Changelog: https://github.com/typicode/husky/compare/v9.1.4...v9.1.5
v9.1.4
- Improve deprecation notice
v9.1.3
- fix: better handle space in
PATH
v9.1.2
Show a message instead of automatically removing deprecated code.
This only concerns projects that still have the following code in their hooks:
- #!/usr/bin/env sh # <- This is deprecated, remove it - . "$(dirname -- "$0")/_/husky.sh" # <- This is deprecated, remove it
Rest of your hook code
Hooks with these lines will fail in
v10.0.0
v9.1.1
Super saiyan
goddog! It's over 9.0.0!What's new
You can now run package commands directly, no need for
npx
or equivalents.
... (truncated)
Commits
a2d942a
9.1.6b4465ed
fix: add parens around the null coalescing operator to fix issues when npm_co...3b3e7f1
docs(spanish): improve spanish translation (#1504)dcf3aed
dosc: repair support Spanish sponsors links (#1500)c3afd5f
docs: support Spanish documentation (#1499)c5f4f48
docs: support Russian documentation (#1495)2fee8d2
9.1.5397e7f0
fixes #1494 support pre-merge-commit hookfc549e0
9.1.49891ace
clarify deprecation message- Additional commits viewable in compare view
Updates knip
from 5.23.3 to 5.30.6
Release notes
Sourced from knip's releases.
Release 5.30.6
- Ignore TS issue with Bun for now (2a361399)
- Add --trace arguments to help text (4b314e2a)
- accept _ and . in package names (#790) (84db2459)
- Remove duplicate job (it's in integration.yml as well) (2b550b0f)
- continue-on-error: true → fail-fast: false (8ed9314c)
- Update argos ci commands (ed4bad21)
- Add freeCodeCamp to integration suite (0784ca5f)
- Update FUNDING.yml (cf6c5fe8)
Release 5.30.5
- Use root testDir fallback in projects in playwright plugin (d4c5af94)
- Try harder to resolve package name (1e64b6ce)
- Consider
module.exports = require()
to be re-exports (e2bdb952)- Auto-format docs (e40f618d)
Release 5.30.4
- Bun is catching up (1002b670)
- Deal with packages that confusingly include
package.json#types
but also recommend to install DT pkg (dd10163e)Release 5.30.3
- Update some dependencies (233c2a01)
- Add
@eslint/js
to eslint plugin enablers (cbe6fea4)- Update docs (d6740203)
- Update docs (eb283cfb)
- Update remark-preset-webpro (22ab19fe)
- Fix: Expand Vitest File Extension Checks (#785) (b0f7c466)
- Fix commit sha in PRs in integration.yml (dc9e3ed5)
- Use actions matrix to run jobs in parallel (fd868c6d)
- Add Prettier to projects + int tests (bc628317)
- Dogfoodin' is underrated (74b63cc9)
- Fix formatting (34a757c7)
- Update docs, styling (resolves #783) (d05795cb)
- Update docs (2e09608d)
- Update some dependencies (e60b8e48)
- Update docs (b52125de)
Release 5.30.2
- Update lockfile (f71c697d)
- No longer need to bail out for node_modules/ in resolver, allow such specifiers (closes #773) (62bc9561)
- Minor refactor (5730b49b)
- Try local package specifiers first (enhanced-resolve has trouble) (89a384e0)
- Tweak basic playground (dae3362a)
- Add og image for playground (c9b1829c)
- Update docs (aa011bab)
- Update playground (b620f167)
- Remove obsolete vercel config (e4bbb5cb)
- Update dependencies in issue templates & add playground + templates (62bafaf0)
- Update docs (9e860fa3)
- Let's try typescript@next (b194667d)
... (truncated)
Commits
b1cf45a
Release 5.30.62a36139
Ignore TS issue with Bun for now4b314e2
Add --trace arguments to help text84db245
accept _ and . in package names (#790)5f44a03
Release 5.30.5d4c5af9
Use root testDir fallback in projects in playwright plugin1e64b6c
Try harder to resolve package namee2bdb95
Considermodule.exports = require()
to be re-exportsf9cc400
Release 5.30.41002b67
Bun is catching up- Additional commits viewable in compare view
Updates ts-jest
from 29.2.3 to 29.2.5
Release notes
Sourced from ts-jest's releases.
v29.2.5
Please refer to CHANGELOG.md for details.
v29.2.4
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.2.5 (2024-08-23)
Bug Fixes
- build: build package with
NodeNext
module (9b3ade5)- fix: set value
ts/tsx
extensionsToTreatAsEsm
in default esm preset (d9ff362)- fix(compiler): fallback to
NodeJS
module resolution for ts 4.8 (b7d3409), closes #449929.2.4 (2024-08-01)
Bug Fixes
Commits
500a863
chore(release): 29.2.5dce986e
build(deps): Update dependency@babel/preset-env
to ^7.25.448a28a6
build(deps): Update dependency vite to ^5.4.2d9ff362
fix: set valuets/tsx
extensionsToTreatAsEsm
in default esm preset00550ef
test: add e2e test case for ESM features978169b
build(deps): Update dependency@types/node
to v20.16.1e9a643c
build(deps): Update dependency@types/node
to v20.16.0535edab
build(deps): Update dependency@types/node
to v20.15.0011a9d8
build(deps): Update dependency vite to ^5.4.14eb8ccd
build: update renovate bot- Additional commits viewable in compare view
Updates typescript
from 5.5.3 to 5.6.2
Release notes
Sourced from typescript's releases.
TypeScript 5.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
Downloads are available on:
TypeScript 5.6 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.6 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the