Skip to content

Commit

Permalink
Merge pull request #929 from nextcloud-libraries/dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/vite-6.2.0

chore(deps-dev): Bump vite from 5.4.14 to 6.2.0
  • Loading branch information
susnux authored Feb 28, 2025
2 parents 78b1d70 + a3ba3ac commit 0e6d198
Show file tree
Hide file tree
Showing 5 changed files with 1,718 additions and 1,046 deletions.
17 changes: 17 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!--
- SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: GPL-3.0-or-later
-->

# Authors

- AaronActu <23706031+AaronActu@users.noreply.github.com>
- Andy Scherzinger <info@andy-scherzinger.de>
- Christoph Wurst <christoph@winzerhof-wurst.at>
- Ferdinand Thiessen <opensource@fthiessen.de>
- Joas Schilling <213943+nickvergessen@users.noreply.github.com>
- John Molakvoæ <skjnldsv@protonmail.com>
- Julius Härtl <jus@bitgrid.net>
- Maksim Sukharev <antreesy.web@gmail.com>
- Roeland Jago Douma <roeland@famdouma.nl>
- Vinicius Reis <vinicius.reis@nextcloud.com>
122 changes: 61 additions & 61 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,177 +11,177 @@ All notable changes to this project will be documented in this file.

### Fixed

- fix: Do not include declarations for private globals in distribution [\#772](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/772) ([susnux](/~https://github.com/susnux)\)
- fix: Do not include declarations for private globals in distribution [\#772](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/772) ([susnux](/~https://github.com/susnux)\)

### Changed

- chore: Add license information to files and add REUSE workflow [\#773](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/773) ([susnux](/~https://github.com/susnux)\)
- chore: Add license information to files and add REUSE workflow [\#773](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/773) ([susnux](/~https://github.com/susnux)\)

## [v3.3.0](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.0) \(2024-05-07\)

### Added

- feat: Allow to fully type events by extending the `NextcloudEvents` interface [\#755](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/755) \([susnux](/~https://github.com/susnux)\)
- feat: Allow to fully type events by extending the `NextcloudEvents` interface [\#755](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/755) \([susnux](/~https://github.com/susnux)\)

### Fixed

- fix(readme): update engine requirements according to package.json [\#754](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/754) \([AaronActu](/~https://github.com/AaronActu)\)
- fix(docs): Adjust invalid example for typed events [\#763](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/763) ([susnux](/~https://github.com/susnux)\)
- fix(readme): update engine requirements according to package.json [\#754](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/754) \([AaronActu](/~https://github.com/AaronActu)\)
- fix(docs): Adjust invalid example for typed events [\#763](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/763) ([susnux](/~https://github.com/susnux)\)

### Changed

- feat: Add ESLint for linting and prettier for formatting [\#759](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/759) ([susnux](/~https://github.com/susnux)\)
- feat: Migrate to vite for building and vitest for testing [\#758](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/758) ([susnux](/~https://github.com/susnux)\)
- feat: Add ESLint for linting and prettier for formatting [\#759](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/759) ([susnux](/~https://github.com/susnux)\)
- feat: Migrate to vite for building and vitest for testing [\#758](/~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/758) ([susnux](/~https://github.com/susnux)\)

## [v3.2.0](/~https://github.com/nextcloud/nextcloud-event-bus/tree/v3.2.0) (2024-04-21)

### Changed

- Add missing nodes typing for docs by @skjnldsv in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/606
- Add missing unit tests and use Typescript also for test by @susnux in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/630
- chore: update node engines to next LTS by @nextcloud-command in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/621
- fix: Use organization workflow for node test ci by @susnux in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/629
- fix(ci): Update documentation workflow from organization by @susnux in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/628
- Add missing nodes typing for docs by @skjnldsv in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/606
- Add missing unit tests and use Typescript also for test by @susnux in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/630
- chore: update node engines to next LTS by @nextcloud-command in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/621
- fix: Use organization workflow for node test ci by @susnux in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/629
- fix(ci): Update documentation workflow from organization by @susnux in /~https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/628

### Dependencies

- chore(deps-dev): Bump @rollup/plugin-replace from 5.0.2 to 5.0.3 by @dependabot
- chore(deps-dev): Bump @rollup/plugin-typescript from 11.1.1 to 11.1.5 by @dependabot
- chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1 by @dependabot
- chore(deps-dev): Bump @types/semver from 7.5.0 to 7.5.3 by @dependabot
- chore(deps-dev): Bump jest from 29.5.0 to 29.7.0 by @dependabot
- chore(deps-dev): Bump jest-environment-jsdom from 29.5.0 to 29.7.0 by @dependabot
- chore(deps-dev): Bump rollup from 2.79.1 to 4.0.2 by @dependabot
- chore(deps-dev): Bump semver from 7.5.3 to 7.5.4 by @dependabot
- chore(deps-dev): Bump tslib from 2.5.0 to 2.6.2 by @dependabot
- chore(deps-dev): Bump typedoc from 0.24.7 to 0.25.2 by @dependabot
- chore(deps-dev): Bump typescript from 5.0.4 to 5.2.2 by @dependabot
- chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot
- chore(deps): Bump @types/node from 20.1.7 to 20.8.6 by @dependabot
- chore(deps): Bump semver from 7.5.1 to 7.5.3 by @dependabot
- chore(deps): Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot
- chore(deps-dev): Bump @rollup/plugin-replace from 5.0.2 to 5.0.3 by @dependabot
- chore(deps-dev): Bump @rollup/plugin-typescript from 11.1.1 to 11.1.5 by @dependabot
- chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1 by @dependabot
- chore(deps-dev): Bump @types/semver from 7.5.0 to 7.5.3 by @dependabot
- chore(deps-dev): Bump jest from 29.5.0 to 29.7.0 by @dependabot
- chore(deps-dev): Bump jest-environment-jsdom from 29.5.0 to 29.7.0 by @dependabot
- chore(deps-dev): Bump rollup from 2.79.1 to 4.0.2 by @dependabot
- chore(deps-dev): Bump semver from 7.5.3 to 7.5.4 by @dependabot
- chore(deps-dev): Bump tslib from 2.5.0 to 2.6.2 by @dependabot
- chore(deps-dev): Bump typedoc from 0.24.7 to 0.25.2 by @dependabot
- chore(deps-dev): Bump typescript from 5.0.4 to 5.2.2 by @dependabot
- chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot
- chore(deps): Bump @types/node from 20.1.7 to 20.8.6 by @dependabot
- chore(deps): Bump semver from 7.5.1 to 7.5.3 by @dependabot
- chore(deps): Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot

## [v3.1.0](/~https://github.com/nextcloud/nextcloud-event-bus/tree/v3.1.0) (2023-05-17)

[Full Changelog](/~https://github.com/nextcloud/nextcloud-event-bus/compare/v3.0.2...v3.1.0)

### Changed

- Updated dependencies
- Initialize bus on first usage not on import [\#587](/~https://github.com/nextcloud/nextcloud-event-bus/pull/587) ([susnux](/~https://github.com/susnux))
- Updated dependencies
- Initialize bus on first usage not on import [\#587](/~https://github.com/nextcloud/nextcloud-event-bus/pull/587) ([susnux](/~https://github.com/susnux))

### Fixed

- Allow package to be imported by native Node ES module projects [\#586](/~https://github.com/nextcloud/nextcloud-event-bus/pull/586) ([susnux](/~https://github.com/susnux))
- Allow package to be imported by native Node ES module projects [\#586](/~https://github.com/nextcloud/nextcloud-event-bus/pull/586) ([susnux](/~https://github.com/susnux))

## [v3.0.2](/~https://github.com/nextcloud/nextcloud-event-bus/tree/v3.0.2) (2022-09-05)

[Full Changelog](/~https://github.com/nextcloud/nextcloud-event-bus/compare/v3.0.1...v3.0.2)

### Closed pull requests

- 🩹 Remove type=module [\#534](/~https://github.com/nextcloud/nextcloud-event-bus/pull/534) ([vinicius73](/~https://github.com/vinicius73))
- 🩹 Remove type=module [\#534](/~https://github.com/nextcloud/nextcloud-event-bus/pull/534) ([vinicius73](/~https://github.com/vinicius73))

## 3.0.1 - 2022-08-24

⚠️ deprecated

### Changed

- Update dependencies
- Improve native ESM Support
- Update dependencies
- Improve native ESM Support

## 3.0.0 - 2022-05-02

### Changed

- Update dependencies
- Fix rollup build
- Remove babel
- Typescript already is able to generate code that is in compliance with es5
- Remove package.json from generated code.
- Use @rollup/plugin-replace to handle this.
- Add ESM support
- Improve native usage support
- Improve bundle size
- Fix invalid typescript typings export
- Remove unnecessary files from npm package
- Update dependencies
- Fix rollup build
- Remove babel
- Typescript already is able to generate code that is in compliance with es5
- Remove package.json from generated code.
- Use @rollup/plugin-replace to handle this.
- Add ESM support
- Improve native usage support
- Improve bundle size
- Fix invalid typescript typings export
- Remove unnecessary files from npm package

## 2.1.1 – 2021-11-02

### Changed

- Dependency updates
- Dependency updates

## 2.1.0 – 2021-09-28

### Changed

- Dependency updates
- Dependency updates

### Fixed

- Readme examples
- Dependency updates
- Readme examples
- Dependency updates

## 2.0.0 - 2021-05-05

### Breaking

- Bump of @nextcloud/browserlist-config@2.1.0 which drops support for IE11
- Bump of @nextcloud/browserlist-config@2.1.0 which drops support for IE11

### Changed

- Move a single to transpiled library bundle
- Dependency updates
- Move a single to transpiled library bundle
- Dependency updates

## 1.3.0 - 2021-05-05

### Changed

- Move a single to transpiled library bundle
- Dependency updates
- Move a single to transpiled library bundle
- Dependency updates

## 1.2.0 - 2020-06-03

### Changed

- Dependency updates
- Dependency updates

## 1.1.4 - 2020-04-06

### Changed

- Dependency updates
- Dependency updates

### Fixed

- Update vulnerable packages
- Update vulnerable packages

## 1.1.3 - 2020-03-19

### Changed

- Dependency updates
- Dependency updates

### Fixed

- Update vulnerable packages
- Update vulnerable packages

## 1.1.2 - 2020-01-10

### Fixed

- Packaging of corejs
- Packaging of corejs

## 1.1.1 - 2020-01-10

### Fixed

- Module error with semver package
- Module error with semver package

## 1.0.1 - 2020-01-07

### Fixed

- Misleading warning if ProxyBus is used for a compatible bus
- Misleading warning if ProxyBus is used for a compatible bus
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ To stay consistent, we encourage you to use the following syntax when declaring

### Examples:

- `nextcloud:unified-search:closed`
- `files:node:uploading`
- `files:node:uploaded`
- `files:node:deleted`
- `contacts:contact:deleted`
- `calendar:event:created`
- `forms:answer:updated`
- `nextcloud:unified-search:closed`
- `files:node:uploading`
- `files:node:uploaded`
- `files:node:deleted`
- `contacts:contact:deleted`
- `calendar:event:created`
- `forms:answer:updated`

## Development

Expand All @@ -94,5 +94,5 @@ npm run test

### Requirements

- [Node 20 or higher](https://nodejs.org/en/download/)
- [NPM 10 or higher](https://www.npmjs.com/package/npm)
- [Node 20 or higher](https://nodejs.org/en/download/)
- [NPM 10 or higher](https://www.npmjs.com/package/npm)
Loading

0 comments on commit 0e6d198

Please sign in to comment.