arcjet / arcjet-js

Arcjet JS SDKs. Rate limiting, bot protection, email verification & attack defense for Node.js, Next.js, Bun & SvelteKit.
https://arcjet.com
Apache License 2.0
182 stars 3 forks source link

deps(example): Bump the dependencies group across 1 directory with 5 updates #991

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 5 updates in the /examples/sveltekit directory:

Package From To
@sveltejs/kit 2.5.11 2.5.16
@typescript-eslint/eslint-plugin 7.13.0 7.13.1
@typescript-eslint/parser 7.13.0 7.13.1
eslint-plugin-svelte 2.39.3 2.40.0
svelte-check 3.8.0 3.8.1

Updates @sveltejs/kit from 2.5.11 to 2.5.16

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

@​sveltejs/kit@​2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

@​sveltejs/kit@​2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

@​sveltejs/kit@​2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

@​sveltejs/kit@​2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)
Commits


Updates @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

Changelog

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

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You

  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

Commits
  • 1212a8f chore(release): publish 7.13.1
  • af34737 docs: improve return-await description about motivation (#9201)
  • bf48dc5 fix(eslint-plugin): [no-unsafe-member-access] differentiate a types-error any...
  • 33acc50 fix(eslint-plugin): [return-await] support explicit resource management (#9044)
  • 50ed604 fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)
  • See full diff in compare view


Updates @typescript-eslint/parser from 7.13.0 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

Changelog

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

7.13.1 (2024-06-17)

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.

Commits


Updates eslint-plugin-svelte from 2.39.3 to 2.40.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.40.0

Minor Changes

  • #792 cb722bc Thanks @​ota-meshi! - feat: update svelte-eslint-parser to 0.39

  • #796 5e4d264 Thanks @​ota-meshi! - feat: improve svelte/valid-compile to use svelte.config.js's onwarn from the parser.

  • #794 7894f82 Thanks @​ota-meshi! - feat: improve svelte/valid-prop-names-in-kit-pages to use svelte.config.js data from the parser.

  • #794 7894f82 Thanks @​ota-meshi! - feat: improve svelte/no-export-load-in-svelte-module-in-kit-pages to use svelte.config.js data from the parser.

Patch Changes

  • #795 df947a7 Thanks @​baseballyama! - deps: update svelte-eslint-parser to 0.39.1 to set svelteFeatures.runes to true by default for Svelte 5

  • #797 f6d4e4c Thanks @​ota-meshi! - fix: svelte/valid-compile to use verbatimModuleSyntax to work with TS v5.5.

eslint-plugin-svelte@2.39.5

Patch Changes

eslint-plugin-svelte@2.39.4

Patch Changes

Commits
  • 3ba8d57 chore: release eslint-plugin-svelte (#793)
  • 5e4d264 feat: improve svelte/valid-compile to use svelte.config.js's onwarn (#796)
  • f6d4e4c fix: svelte/valid-compile to use verbatimModuleSyntax to work with TS v5.5....
  • df947a7 deps: update svelte-eslint-parser to 0.39.1 to set svelteFeatures.runes t...
  • 7894f82 feat: improve svelte/valid-prop-names-in-kit-pages and `svelte/no-export-lo...
  • cb722bc feat: update svelte-eslint-parser to 0.39 (#792)
  • 2115deb chore: release eslint-plugin-svelte (#791)
  • f7b7649 fix: false positives for import vars with TS in svelte/valid-compile (#790)
  • 23f7bf2 chore: release eslint-plugin-svelte (#788)
  • e7e25d6 deps: update svelte-eslint-parser to support Svelte 5.0.0-next.155 (#786)
  • Additional commits viewable in compare view


Updates svelte-check from 3.8.0 to 3.8.1

Release notes

Sourced from svelte-check's releases.

svelte-check-3.8.1

  • fix: adjust ambient module snipping logic
  • chore: speed up regex
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
trunk-io[bot] commented 1 month ago

😎 Merged successfully - details.

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sveltejs/kit@2.5.16 Transitive: filesystem +14 289 kB
npm/@typescript-eslint/eslint-plugin@7.13.1 None +6 0 B
npm/@typescript-eslint/parser@7.13.1 None +4 0 B
npm/eslint-plugin-svelte@2.40.0 Transitive: environment, filesystem, unsafe +8 735 kB
npm/svelte-check@3.8.1 Transitive: environment, eval, filesystem, unsafe +36 11 MB

🚮 Removed packages: npm/@sveltejs/kit@2.5.11, npm/eslint-plugin-svelte@2.39.3, npm/svelte-check@3.8.0

View full report↗︎