Skip to content

Commit

Permalink
chore(deps): update dependency @sveltejs/package to v2 (#1368)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sveltejs/package](https://kit.svelte.dev)
([source](https://togithub.com/sveltejs/kit)) | [`1.0.2` ->
`2.0.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fpackage/1.0.2/2.0.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@sveltejs%2fpackage/2.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@sveltejs%2fpackage/2.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@sveltejs%2fpackage/2.0.2/compatibility-slim/1.0.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@sveltejs%2fpackage/2.0.2/confidence-slim/1.0.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/kit</summary>

###
[`v2.0.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/package/CHANGELOG.md#&#8203;202)

[Compare
Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/package@2.0.1...@sveltejs/package@2.0.2)

##### Patch Changes

- fix: don't emit false positive export condition warning
([#&#8203;9109](https://togithub.com/sveltejs/kit/pull/9109))

###
[`v2.0.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/package/CHANGELOG.md#&#8203;201)

[Compare
Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/package@2.0.0...@sveltejs/package@2.0.1)

##### Patch Changes

- fix: print version when running `svelte-package --version`
([#&#8203;9078](https://togithub.com/sveltejs/kit/pull/9078))

###
[`v2.0.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/package/CHANGELOG.md#&#8203;200)

[Compare
Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/package@1.0.2...@sveltejs/package@2.0.0)

##### Major Changes

- breaking: remove `package.json` generation and package options from
`svelte.config.js`. New default output directory is `dist`. Read the
migration guide at
[https://github.com/sveltejs/kit/pull/8922](https://togithub.com/sveltejs/kit/pull/8922)
to learn how to update
([#&#8203;8922](https://togithub.com/sveltejs/kit/pull/8922))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [x] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC43In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2023
1 parent 3271481 commit 0ad67bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@playwright/test": "1.31.2",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "1.12.0",
"@sveltejs/package": "1.0.2",
"@sveltejs/package": "2.0.2",
"@testing-library/svelte": "3.2.2",
"@tsconfig/svelte": "3.0.0",
"@types/prismjs": "1.26.0",
Expand Down

0 comments on commit 0ad67bf

Please sign in to comment.