UweKnopf / stoex

https://stoex.vercel.app
3 stars 1 forks source link

Bump the dev-major group with 18 updates #104

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the dev-major group with 18 updates:

Package From To
@playwright/test 1.39.0 1.40.1
@skeletonlabs/skeleton 2.5.0 2.6.0
@skeletonlabs/tw-plugin 0.2.4 0.3.0
@sveltejs/adapter-auto 2.1.1 3.0.0
@sveltejs/kit 1.27.6 2.0.2
@types/node 20.9.2 20.10.5
@typescript-eslint/eslint-plugin 6.10.0 6.14.0
@typescript-eslint/parser 6.10.0 6.14.0
@vincjo/datatables 1.12.8 1.14.1
eslint 8.53.0 8.56.0
eslint-config-prettier 9.0.0 9.1.0
prettier 3.0.3 3.1.1
prettier-plugin-svelte 3.0.3 3.1.2
svelte-check 3.5.2 3.6.2
sveltekit-superforms 1.10.2 1.12.0
typescript 5.2.2 5.3.3
vite 4.5.0 5.0.10
vitest 0.34.6 1.0.4

Updates @playwright/test from 1.39.0 to 1.40.1

Release notes

Sourced from @​playwright/test's releases.

v1.40.1

Highlights

microsoft/playwright#28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traces microsoft/playwright#28371 - [BUG] The color of the 'ok' text did not change to green in the vs code test results section microsoft/playwright#28321 - [BUG] Ambiguous test outcome and status for serial mode microsoft/playwright#28362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characters microsoft/playwright#28239 - fix: collect all errors in removeFolders

Browser Versions

  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119

v1.40.0

Test Generator Update

Playwright Test Generator

New tools to generate assertions:

Here is an example of a generated test with assertions:

import { test, expect } from '@playwright/test';

test('test', async ({ page }) => { await page.goto('https://playwright.dev/'); await page.getByRole('link', { name: 'Get started' }).click(); await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation'); await expect(page.getByLabel('Search')).toBeVisible(); await page.getByLabel('Search').click(); await page.getByPlaceholder('Search docs').fill('locator'); await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator'); });

New APIs

Other Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dgozman-ms, a new releaser for @​playwright/test since your current version.


Updates @skeletonlabs/skeleton from 2.5.0 to 2.6.0

Release notes

Sourced from @​skeletonlabs/skeleton's releases.

@​skeletonlabs/skeleton@​2.6.0

Minor Changes

  • bugfix: Resolves a bug in ProgressBar where the meter classes were applied twice (#2288)

Patch Changes

  • bugfix: Accordion Item on:toggle event now provides properly formatted id and panelId values (#2279)

  • bugfix: The Paginator numeric row now adheres to the disabled state (#2269)

@​skeletonlabs/skeleton@​2.5.1

Patch Changes

  • chore: Adjust popup 'onWindowClick' to respect an empty 'queryString' (#2237)
Commits


Updates @skeletonlabs/tw-plugin from 0.2.4 to 0.3.0

Release notes

Sourced from @​skeletonlabs/tw-plugin's releases.

@​skeletonlabs/tw-plugin@​0.3.0

Minor Changes

  • feat: Added design tokens for divide and decoration (#2290)
Commits


Updates @sveltejs/adapter-auto from 2.1.1 to 3.0.0

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.0.0

Major Changes

  • breaking: require SvelteKit 2 (#11316)
Commits


Updates @sveltejs/kit from 1.27.6 to 2.0.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

@​sveltejs/kit@​2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

@​sveltejs/kit@​2.0.0

Major Changes

  • breaking: remove top-level promise awaiting (#11176)

  • breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)

  • breaking: remove deprecated use:enhance callback values (#11282)

  • breaking: turn error and redirect into commands (#11165)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

  • breaking: remove resolvePath in favour of resolveRoute from $app/paths (#11265)

  • breaking: drop support for Svelte 3 (#11168)

  • breaking: require Vite 5.0.3+ (#11122)

  • breaking: generate __data.json files as sibling to .html files (#11269)

  • breaking: fail if +page and +server have mismatched config (#11256)

  • breaking: error if form without multipart/form-data enctype contains a file input (#11282)

  • breaking: require paths pass to preloadCode to be prefixed with basepath (#11259)

  • breaking: @sveltejs/vite-plugin-svelte is now a peer dependency and will need to be installed in each project using SvelteKit (#11184)

  • breaking: stop re-exporting vitePreprocess (#11297)

  • breaking: require path option when setting/deleting/serializing cookies (#11240)

  • breaking: tighten up error handling (#11289)

  • breaking: remove state option from goto in favor of shallow routing (#11307)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

2.0.0

Major Changes

  • breaking: remove top-level promise awaiting (#11176)

  • breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)

  • breaking: remove deprecated use:enhance callback values (#11282)

  • breaking: turn error and redirect into commands (#11165)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

  • breaking: remove resolvePath in favour of resolveRoute from $app/paths (#11265)

  • breaking: drop support for Svelte 3 (#11168)

  • breaking: require Vite 5.0.3+ (#11122)

  • breaking: generate __data.json files as sibling to .html files (#11269)

  • breaking: fail if +page and +server have mismatched config (#11256)

  • breaking: error if form without multipart/form-data enctype contains a file input (#11282)

  • breaking: require paths pass to preloadCode to be prefixed with basepath (#11259)

  • breaking: @sveltejs/vite-plugin-svelte is now a peer dependency and will need to be installed in each project using SvelteKit (#11184)

  • breaking: stop re-exporting vitePreprocess (#11297)

  • breaking: require path option when setting/deleting/serializing cookies (#11240)

... (truncated)

Commits


Updates @types/node from 20.9.2 to 20.10.5

Commits


Updates @typescript-eslint/eslint-plugin from 6.10.0 to 6.14.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

v6.13.2

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

You can read about our versioning strategy and releases on our website.

v6.13.1

6.13.1 (2023-11-28)

Bug Fixes

  • default to parse all JSDoc and provide options to configure it (#7999) (779e13e)

You can read about our versioning strategy and releases on our website.

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.13.0 (2023-11-27)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits
  • c7d702f chore: publish v6.14.0
  • 431cd15 fix(eslint-plugin): add no-unsafe-unary-minus, prefer-destructuring to disabl...
  • 705370a fix(eslint-plugin): correct message for no-unsafe-unary-minus (#7998)
  • 4c3e704 feat(eslint-plugin): [require-await] allow yielding Promise in async generato...
  • 314f034 docs(eslint-plugin): [no-throw-literal] fix typo in example (#8006)
  • bff47d7 feat(eslint-plugin): [explicit-function-return-type] add support for typed cl...
  • cc2c6d3 chore: publish v6.13.2
  • 37f34f4 docs: add 'When Not To Use It' or an intentional omission notice on all rules...
  • 96abf18 chore: finish enabling no-unnecessary-condition internally (#8004)
  • 4dae083 chore: prefix all nx package scripts with npx (#7988)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.10.0 to 6.14.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

v6.13.2

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

You can read about our versioning strategy and releases on our website.

v6.13.1

6.13.1 (2023-11-28)

Bug Fixes

  • default to parse all JSDoc and provide options to configure it (#7999) (779e13e)

You can read about our versioning strategy and releases on our website.

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.14.0 (2023-12-11)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.13.0 (2023-11-27)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.12.0 (2023-11-20)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits


Updates @vincjo/datatables from 1.12.8 to 1.14.1

Commits


Updates eslint from 8.53.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)

v8.55.0

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)

Chores

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (#17799) (Milos Djermanovic)
  • bd8911d ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)
  • b29a16b chore: fix several cli tests to run in the intended flat config mode (#17797) (Milos Djermanovic)
  • de165c1 chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)
  • d4304b8 chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)
  • 21024fe chore: check rule examples for syntax errors (#17718) (Francesco Trotta)

v8.54.0

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

v8.55.0 - December 1, 2023

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (
    vercel[bot] commented 8 months ago

    The latest updates on your projects. Learn more about Vercel for Git ↗︎

    Name Status Preview Comments Updated (UTC)
    stoex ❌ Failed (Inspect) Dec 18, 2023 4:55pm
dependabot[bot] commented 8 months ago

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