datatracker
datatracker copied to clipboard
chore(deps): bump the npm group across 1 directory with 8 updates
Bumps the npm group with 8 updates in the /playwright directory:
| Package | From | To |
|---|---|---|
| @faker-js/faker | 8.4.1 |
9.1.0 |
| luxon | 3.4.4 |
3.5.0 |
| @playwright/test | 1.42.1 |
1.48.2 |
| eslint | 8.57.0 |
9.13.0 |
| eslint-plugin-import | 2.29.1 |
2.31.0 |
| eslint-plugin-n | 16.6.2 |
17.11.1 |
| eslint-plugin-promise | 6.1.1 |
7.1.0 |
| npm-check-updates | 16.14.18 |
17.1.8 |
Updates @faker-js/faker from 8.4.1 to 9.1.0
Release notes
Sourced from @faker-js/faker's releases.
v9.1.0
What's Changed
- chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker digest to 79c4181 by
@renovatein faker-js/faker#3148- chore(deps): remove eslint-define-config by
@xDivisionByZeroxin faker-js/faker#3156- chore(deps): remove
@algolia/client-searchby@xDivisionByZeroxin faker-js/faker#3157- docs(guide): remove v9 not yet released notice by
@Pascalmhin faker-js/faker#3163- chore(deps): update all non-major dependencies by
@renovatein faker-js/faker#3151- chore(deps): update dependency vitepress to v1.4.0 by
@renovatein faker-js/faker#3152- chore(deps): update devdependencies by
@renovatein faker-js/faker#3149- chore(deps): update eslint by
@renovatein faker-js/faker#3150- feat: add book module by
@cieslarmichalin faker-js/faker#2949- feat(string): adds support for generating ULID by
@brunocleitein faker-js/faker#2524- feat(internet): improve ipv4 method by
@ST-DDTin faker-js/faker#2992- feat(locale): add Swedish(sv) counties by
@johanholmerinin faker-js/faker#3154- chore(deps): update dependency ts-morph to v24 by
@renovatein faker-js/faker#3160- docs: update unique values guide with new library by
@dPaskhinin faker-js/faker#3166- chore(deps): update vitest by
@renovatein faker-js/faker#3158- chore(deps): update dependency eslint-plugin-unicorn to v56 by
@renovatein faker-js/faker#3159- feat(location): add
continentmethod by@joschain faker-js/faker#3162- fix(location): update valid ZIP ranges for FL and VA by
@matthewmayerin faker-js/faker#3167- refactor(internet): rename userName method to username by
@suyashgulatiin faker-js/faker#3130- docs(image): update overview for image module by
@matthewmayerin faker-js/faker#3177- fix(food): use arrayElement instead of fake for adjective by
@ST-DDTin faker-js/faker#3178- refactor(location): allow postcode_by_state to take an array of patterns by
@matthewmayerin faker-js/faker#3170- chore(deps): lock file maintenance by
@renovatein faker-js/faker#3153- refactor(vehicle): add more non-US vehicle manufacturers by
@matthewmayerin faker-js/faker#3173- chore(deps): update devdependencies by
@renovatein faker-js/faker#3184- docs: support browser console based exploration by
@ST-DDTin faker-js/faker#3168- chore(deps): update dependency typescript to v5.6.3 by
@renovatein faker-js/faker#3182- fix(location): fix US ZIP code anomalies for zipCode({state}) by
@matthewmayerin faker-js/faker#3180- docs: iban might be invalid due to country specific rules by
@ST-DDTin faker-js/faker#3175- feat(commerce): more varied product descriptions by
@matthewmayerin faker-js/faker#3174- chore(deps): move
@stylistic/eslint-pluginto eslint renovate group by@ST-DDTin faker-js/faker#3161- chore(deps): update dependency vitepress to v1.4.1 by
@renovatein faker-js/faker#3183- refactor(locale): enhance en vehicle manufacturers by
@suyashgulatiin faker-js/faker#3187- refactor(locale): modernise buzz- and catch-phrases by
@matthewmayerin faker-js/faker#2930- chore(deps): update eslint by
@renovatein faker-js/faker#3181- infra(eslint): limit usage of globals in src by
@ST-DDTin faker-js/faker#3191- docs: mention strict typescript usage by
@ST-DDTin faker-js/faker#3171- docs(date): add hints how to generate date ranges by
@ST-DDTin faker-js/faker#3128- test(system): remove obsolete SK common file name test by
@ST-DDTin faker-js/faker#3206- refactor(locale): trim excessive Croatian last names by
@ST-DDTin faker-js/faker#3204- docs: add jsdocs to the pre-built instances by
@ST-DDTin faker-js/faker#3193- docs(guide): add complex overwrites example by
@ST-DDTin faker-js/faker#3207- refactor(locale): remove inaccessible files by
@ST-DDTin faker-js/faker#3205- chore(deps): update devdependencies (major) by
@renovatein faker-js/faker#3137- docs: align featured modules on website and README by
@matthewmayerin faker-js/faker#3214- chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker digest to dc2c365 by
@renovatein faker-js/faker#3208- chore(deps): update pnpm to v9.12.2 by
@renovatein faker-js/faker#3211- docs: optimize line breaks in default objects by
@ST-DDTin faker-js/faker#3190
... (truncated)
Changelog
Sourced from @faker-js/faker's changelog.
9.1.0 (2024-10-26)
New Locales
Features
- add book module (#2949) (2f93d9d)
- commerce: more varied product descriptions (#3174) (ba4ef9a)
- internet: add jwt method (#2936) (e3858f2)
- internet: improve ipv4 method (#2992) (a5a6c5b)
- location: add
continentmethod (#3162) (4056ab0)- string: adds support for generating ULID (#2524) (5b1c858)
Changed Locales
- locale: enhance en vehicle manufacturers (#3187) (858f8d0)
- locale: modernise buzz- and catch-phrases (#2930) (247c86f)
- locale: remove inaccessible files (#3205) (89b695c)
- locale: trim excessive Croatian last names (#3204) (18e59aa)
Bug Fixes
- food: use arrayElement instead of fake for adjective (#3178) (a8dfa2f)
- location: fix US ZIP code anomalies for zipCode({state}) (#3180) (df59724)
- location: update valid ZIP ranges for FL and VA (#3167) (e271d4a)
9.0.3 (2024-09-26)
Changed Locales
Bug Fixes
9.0.2 (2024-09-23)
Bug Fixes
... (truncated)
Commits
77ca5d7chore(release): 9.1.0 (#3225)d57899ftest(animal): unroll animal test loop (#3198)975098dinfra(renovate): reduce update frequency to monthly (#3217)8bceb58docs: blog post v9.0 (#3056)af1dbcdfeat(locale): add books on pt_br (#3218)e3858f2feat(internet): add jwt method (#2936)48931a5docs(guide): introduce module usage (#3195)a03378binfra: ignore vitest temp config (#3199)7847ee9chore(deps): lock file maintenance (#3213)0046c24chore(deps): update vitest to v2.1.3 (#3212)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by st-ddt, a new releaser for @faker-js/faker since your current version.
Updates luxon from 3.4.4 to 3.5.0
Changelog
Sourced from luxon's changelog.
3.5.0 (2024-08-03)
- Various performance improvements
- throwOnInvalid causes the constructor to throw if the year is invalid
Commits
a4044febump to 3.5.0cea7b5fDocumented weekSettings opt in DateTime (#1640)2008075Fixed duplicate word in comment in datetime.js (#1623)cafc4eePerf: Cache ts offset guesses for quickDT (#1579)73c4438fix cutoff year docs895a749Added some JS doc for time zones (#1499)080e813Alias DateTime in documentation site (#1546)55bdb08add DATETIME_MED_WITH_WEEKDAY to formatting.md (#1554)1616114format5763215Update interval.js doc per #742 (#1565)- Additional commits viewable in compare view
Updates @playwright/test from 1.42.1 to 1.48.2
Release notes
Sourced from @playwright/test's releases.
v1.48.2
Highlights
microsoft/playwright#33141 - [Bug]: UI Mode crashed microsoft/playwright#33219 - [BUG] Trace Viewer PWA crashes with "Aw, Snap!" microsoft/playwright#33086 - [Bug]: UI Mode Memory problem microsoft/playwright#33000 - [Regression]: Inspector and Browser doesn't close on CTRL+C microsoft/playwright#33204 - [Bug]: Chrome tab and inspector not closing after terminating session in terminal
Browser Versions
- Chromium 130.0.6723.19
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 129
- Microsoft Edge 129
v1.48.1
Highlights
microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height
Browser Versions
- Chromium 130.0.6723.19
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 129
- Microsoft Edge 129
v1.48.0
WebSocket routing
New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a
"request"with a"response".await page.routeWebSocket('/ws', ws => { ws.onMessage(message => { if (message === 'request') ws.send('response'); </tr></table>
... (truncated)
Commits
dc80964chore: mark v1.48.2 (#33290)ffd19e5cherry-pick(#33269): fix(codegen): SIGINT handling was leading to zombie proc...f26c6fccherry-pick(#33240, #33264): fix(recorder): do not leak when instantiated in ...ff1932bcherry-pick(#33244): fix(trace viewer): limit the number of contexts loaded i...a96f483cherry-pick(#33245): fix(trace viewer): make LRUCache per-trace (#33260)8e96d94cherry-pick(#33211): docs: use WebSocketFrame abstraction for Java & .NET5b54067cherry-pick(#33147): docs: add video to release notesceb756dchore: mark v1.48.1 (#33136)c3740d3cherry-pick(#33133): (docker): correct Ubuntu Noble name in name template2ec0c86cherry-pick(#33124): test: unflake ff debugger test- Additional commits viewable in compare view
Updates eslint from 8.57.0 to 9.13.0
Release notes
Sourced from eslint's releases.
v9.13.0
Features
381c32bfeat: Allow languages to providedefaultLanguageOptions(#19003) (Milos Djermanovic)bf723bdfeat: Improve eslintrc warning message (#19023) (Milos Djermanovic)1def4cdfeat: drop support for jiti v1.21 (#18996) (Francesco Trotta)f879be2feat: exportESLint.defaultConfig(#18983) (Nitin Kumar)Bug Fixes
78836d4fix: update thecomplexityrule type (#19027) (Nitin Kumar)064c8b6fix: update rule types (#18925) (Nitin Kumar)Documentation
abdbfa8docs: markLintMessage#nodeTypeas deprecated (#19019) (Nitin Kumar)19e68d3docs: update deprecated rules type definitions (#19018) (Nitin Kumar)7dd402ddocs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)5dcbc51docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)1ee87cadocs: Update README (GitHub Actions Bot)2c3dbdcdocs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)Chores
68d2d9dchore: upgrade to@eslint/[email protected]and@eslint/core@^0.7.0(#19034) (Francesco Trotta)2211f0achore: package.json update for@eslint/jsrelease (Jenkins)c7abaefperf: using Node.js compile cache (#19012) (唯然)1d7c077chore: add pkg.type "commonjs" (#19011) (唯然)468e3bdtest: fixESLinttests (#19021) (Francesco Trotta)ed4635fci: upgrade [email protected] (#18992) (Milos Djermanovic)efad767chore: remove unused ignore dependency (#18993) (Amaresh S M)v9.12.0
Features
5a6a053feat: update tojitiv2 (#18954) (Arya Emami)17a07fbfeat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)2ff0e51feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)2d17453feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)Bug Fixes
ea380cafix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)fdd6319fix: Issues with type definitions (#18940) (Arya Emami)Documentation
ecbd522docs: Mention code explorer (#18978) (Nicholas C. Zakas)7ea4eccdocs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)d3e4b2edocs: Clarify how to exclude.jsfiles (#18976) (Milos Djermanovic)57232ffdocs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)b80ed00docs: Update README (GitHub Actions Bot)cb69ab3docs: Update README (GitHub Actions Bot)7fb0d95docs: Update README (GitHub Actions Bot)493348adocs: Update README (GitHub Actions Bot)87a582cdocs: fix typo inid-matchrule (#18944) (Jay)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.13.0 - October 18, 2024
68d2d9dchore: upgrade to@eslint/[email protected]and@eslint/core@^0.7.0(#19034) (Francesco Trotta)2211f0achore: package.json update for@eslint/jsrelease (Jenkins)381c32bfeat: Allow languages to providedefaultLanguageOptions(#19003) (Milos Djermanovic)78836d4fix: update thecomplexityrule type (#19027) (Nitin Kumar)c7abaefperf: using Node.js compile cache (#19012) (唯然)bf723bdfeat: Improve eslintrc warning message (#19023) (Milos Djermanovic)1d7c077chore: add pkg.type "commonjs" (#19011) (唯然)abdbfa8docs: markLintMessage#nodeTypeas deprecated (#19019) (Nitin Kumar)468e3bdtest: fixESLinttests (#19021) (Francesco Trotta)19e68d3docs: update deprecated rules type definitions (#19018) (Nitin Kumar)1def4cdfeat: drop support for jiti v1.21 (#18996) (Francesco Trotta)7dd402ddocs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)064c8b6fix: update rule types (#18925) (Nitin Kumar)f879be2feat: exportESLint.defaultConfig(#18983) (Nitin Kumar)5dcbc51docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)ed4635fci: upgrade [email protected] (#18992) (Milos Djermanovic)efad767chore: remove unused ignore dependency (#18993) (Amaresh S M)1ee87cadocs: Update README (GitHub Actions Bot)2c3dbdcdocs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)v9.12.0 - October 4, 2024
555aafdchore: upgrade to@eslint/[email protected](#18987) (Francesco Trotta)873ae60chore: package.json update for@eslint/jsrelease (Jenkins)ea380cafix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)d0a5414refactor: replace strip-ansi with native module (#18982) (Cristopher)b827029chore: Enable JSON5 linting (#18979) (Milos Djermanovic)ecbd522docs: Mention code explorer (#18978) (Nicholas C. Zakas)7ea4eccdocs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)d3e4b2edocs: Clarify how to exclude.jsfiles (#18976) (Milos Djermanovic)5a6a053feat: update tojitiv2 (#18954) (Arya Emami)57232ffdocs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)b80ed00docs: Update README (GitHub Actions Bot)cb69ab3docs: Update README (GitHub Actions Bot)7fb0d95docs: Update README (GitHub Actions Bot)fdd6319fix: Issues with type definitions (#18940) (Arya Emami)8f55ca2chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)17a07fbfeat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)493348adocs: Update README (GitHub Actions Bot)87a582cdocs: fix typo inid-matchrule (#18944) (Jay)2ff0e51feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)2d17453feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)c1a2725chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)v9.11.1 - September 23, 2024
... (truncated)
Commits
1a7cdbf9.13.0627d5bfBuild: changelog update for 9.13.068d2d9dchore: upgrade to@eslint/[email protected]and@eslint/core@^0.7.0(#19034)2211f0achore: package.json update for@eslint/jsrelease381c32bfeat: Allow languages to providedefaultLanguageOptions(#19003)78836d4fix: update thecomplexityrule type (#19027)c7abaefperf: using Node.js compile cache (#19012)bf723bdfeat: Improve eslintrc warning message (#19023)1d7c077chore: add pkg.type "commonjs" (#19011)abdbfa8docs: markLintMessage#nodeTypeas deprecated (#19019)- Additional commits viewable in compare view
Updates eslint-plugin-import from 2.29.1 to 2.31.0
Release notes
Sourced from eslint-plugin-import's releases.
v2.31.0
Added
- support eslint v9 (#2996, thanks [
@G-Rath] [@michaelfaith])order: allow validating named imports (#3043, thanks [@manuth])extensions: add thecheckTypeImportsoption (#2817, thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin context (#3052, thanks [@michaelfaith])no-named-as-default: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz])export: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu])exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith])exportMap: improve cacheKey when using flat config (#3072, thanks [@michaelfaith])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath])Changed
- [Docs]
no-relative-packages: fix typo (#3066, thanks [@joshuaobrien])- [Performance]
no-cycle: dont scc for each linted file (#3068, thanks [@soryy708])- [Docs]
no-cycle: adddisableSccto docs (#3070, thanks [@soryy708])- [Tests] use re-exported
RuleTester(#3071, thanks [@G-Rath])- [Docs]
no-restricted-paths: fix grammar (#3073, thanks [@unbeauvoyage])- [Tests]
no-default-export,no-named-export: add test case (thanks [@G-Rath])#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [
@akwodkiewicz]: https://github.com/akwodkiewicz [@joshuaobrien]: https://github.com/joshuaobrien [@liuxingbaoyu]: https://github.com/liuxingbaoyu [@manuth]: https://github.com/manuth [@michaelfaith]: https://github.com/michaelfaith [@phryneas]: https://github.com/phryneas
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
[2.31.0] - 2024-10-03
Added
- support eslint v9 (#2996, thanks [
@G-Rath] [@michaelfaith])- [
order]: allow validating named imports (#3043, thanks [@manuth])- [
extensions]: add thecheckTypeImportsoption (#2817, thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin context (#3052, thanks [@michaelfaith])- [
no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz])- [
export]: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu])exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith])exportMap: improve cacheKey when using flat config (#3072, thanks [@michaelfaith])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath])Changed
- [Docs] [
no-relative-packages]: fix typo (#3066, thanks [@joshuaobrien])- [Performance] [
no-cycle]: dont scc for each linted file (#3068, thanks [@soryy708])- [Docs] [
no-cycle]: adddisableSccto docs (#3070, thanks [@soryy708])- [Tests] use re-exported
RuleTester(#3071, thanks [@G-Rath])- [Docs] [
no-restricted-paths]: fix grammar (#3073, thanks [@unbeauvoyage])- [Tests] [
no-default-export], [no-named-export]: add test case (thanks [@G-Rath])[2.30.0] - 2024-09-02
Added
- [
dynamic-import-chunkname]: addallowEmptyoption to allow empty leading comments (#2942, thanks [@JiangWeixian])- [
dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@amsardesai])- [
no-unused-modules]: AddignoreUnusedTypeExportsoption (#3011, thanks [@silverwind])- add support for Flat Config (#3018, thanks [
@michaelfaith])Fixed
- [
no-extraneous-dependencies]: allow wrong path (#3012, thanks [@chabb])- [
no-cycle]: use scc algorithm to optimize (#2998, thanks [@soryy708])- [
no-duplicates]: Removing duplicates breaks in TypeScript (#3033, thanks [@yesl-kim])- [
newline-after-import]: fix considerComments option when require (#2952, thanks [@developer-bandi])- [
order]: do not compare first path segment for relative paths (#2682) (#28...Description has been truncated