Skip to content

Commit

Permalink
Bump the minor-and-patch-version-updates group with 5 updates (#94)
Browse files Browse the repository at this point in the history
* Bump the minor-and-patch-version-updates group with 5 updates

Bumps the minor-and-patch-version-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias) | `5.1.0` | `5.1.1` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.3` | `15.3.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |
| [vue](https://github.com/vuejs/core) | `3.4.38` | `3.5.10` |
| [zx](https://github.com/google/zx) | `8.1.5` | `8.1.8` |


Updates `@rollup/plugin-alias` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/alias/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/wasm-v5.1.1/packages/alias)

Updates `@rollup/plugin-node-resolve` from 15.2.3 to 15.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

Updates `vue` from 3.4.38 to 3.5.10
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.38...v3.5.10)

Updates `zx` from 8.1.5 to 8.1.8
- [Release notes](https://github.com/google/zx/releases)
- [Commits](google/zx@8.1.5...8.1.8)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-alias"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: zx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>

* Ignored TS errors

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mroloux <[email protected]>
  • Loading branch information
dependabot[bot] and mroloux authored Oct 2, 2024
1 parent eef7989 commit 6052c99
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 119 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "~5.0.0",
Expand All @@ -32,9 +32,9 @@
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-vue": "^6.0.0",
"semver": "7.6.3",
"typescript": "~5.5.4",
"vue": "3.4.38",
"zx": "8.1.5"
"typescript": "~5.6.2",
"vue": "3.5.10",
"zx": "8.1.8"
},
"peerDependencies": {
"vue": "^3.2.47"
Expand Down
4 changes: 2 additions & 2 deletions src/lib-components/seatsioEmbeddable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}
},
propsAndAttrs: function () {
let allPropsAndAttrs = {...this.$props, ...this.$attrs};
// @ts-ignore
let allPropsAndAttrs = {...this.$props, ...this.$attrs};
let { id, onRenderStarted, chartJsUrl, region, ...filteredPropsAndAttrs } = allPropsAndAttrs
return filteredPropsAndAttrs
},
Expand Down Expand Up @@ -88,4 +88,4 @@

<template>
<div ref="container" style="width: 100%; height: 100%;"></div>
</template>
</template>
Loading

0 comments on commit 6052c99

Please sign in to comment.