uikit / uikit-site

🌎 Website and Documentation
https://getuikit.com
365 stars 331 forks source link

Bump the dev-dependencies group with 3 updates #309

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dev-dependencies group with 3 updates: @sveltejs/kit, marked and prettier.

Updates @sveltejs/kit from 1.23.0 to 1.24.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.24.1

Patch Changes

  • fix: mark aborted/cancelled navigation as handled (#10666)

@​sveltejs/kit@​1.24.0

Minor Changes

  • feat: onNavigate lifecycle function (#9605)

Patch Changes

  • fix: Use Proxy to track usage of client side load event.route (#10576)

@​sveltejs/kit@​1.23.1

Patch Changes

  • fix: process globs in pkg.workspaces (#10625)
Changelog

Sourced from @​sveltejs/kit's changelog.

1.24.1

Patch Changes

  • fix: mark aborted/cancelled navigation as handled (#10666)

1.24.0

Minor Changes

  • feat: onNavigate lifecycle function (#9605)

Patch Changes

  • fix: Use Proxy to track usage of client side load event.route (#10576)

1.23.1

Patch Changes

  • fix: process globs in pkg.workspaces (#10625)
Commits


Updates marked from 7.0.5 to 8.0.0

Release notes

Sourced from marked's releases.

v8.0.0

8.0.0 (2023-09-03)

Bug Fixes

Features

BREAKING CHANGES

Commits
  • 4a855a8 chore(release): 8.0.0 [skip ci]
  • 326d46f 🗜️ build v8.0.0 [skip ci]
  • 22ebdb2 fix: remove deprecated options (#2936)
  • fc643a2 feat: add --config options to marked cli
  • 65b6f14 add config option to bin/marked (#2937)
  • afbaebc chore(deps-dev): Bump rollup from 3.28.0 to 3.28.1 (#2960)
  • 68ec0c9 chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 (#2959)
  • d491f4e chore(deps-dev): Bump eslint from 8.47.0 to 8.48.0 (#2958)
  • f8e0c6e chore(deps-dev): Bump @​rollup/plugin-typescript from 11.1.2 to 11.1.3 (#2957)
  • 603197e chore(deps-dev): Bump eslint-plugin-n from 16.0.1 to 16.0.2 (#2956)
  • See full diff in compare view


Updates prettier from 3.0.2 to 3.0.3

Release notes

Sourced from prettier's releases.

3.0.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.0.3

diff

Add preferUnplugged: true to package.json (#15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json

Allow argument of require() to break (#15256 by @​fisker)

// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2 const plugin = require(global.STANDALONE ? path.join(__dirname, "../standalone.js") : path.join(__dirname, ".."));

// Prettier 3.0.3 const plugin = require( global.STANDALONE ? path.join(__dirname, "../standalone.js") : path.join(__dirname, "..") );

Do not print trailing commas in arrow function type parameter lists in ts code blocks (#15286 by @​sosukesuzuki)

<!-- Input -->
```ts
const foo = <T>() => {}
```
</tr></table> 

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 year ago

Superseded by #310.