Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Bump vite-plugin-elm from 2.9.0 to 3.0.0 #457

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2024

Bumps vite-plugin-elm from 2.9.0 to 3.0.0.

Release notes

Sourced from vite-plugin-elm's releases.

v3.0.0: Go ESM

💥 Breaking Changes

Require vite@5+

This plugin doesn't support v2, v3, and v4 of vite anymore.

Follow vite's migration guide for updating your vite project

Provide only ESM build

The package now provides only ESM build as a "type": "module" package. Doesn't provide any CJS anymore. Follow vite's guide to deprecate CJS.

If you are using the plugin in an ESM project already (despite only CJS being provided), you need to update your vite's config:

import { defineConfig } from 'vite'
import elmPlugin from 'vite-plugin-elm'
export default defineConfig({

plugins: [elmPlugin.plugin()]


plugins: [elmPlugin()]
})

💽 Other Changes

  • Update dependency find-up from ^5 to ^7

hmsk/vite-plugin-elm@v2.9.0...v3.0.0

v3.0.0-2

  • Update vite to 5.0.12 to follow security update

hmsk/vite-plugin-elm@v3.0.0-1...v3.0.0-2

v3.0.0-1

  • follow updates of typings of acorn
  • refine README 147e091

hmsk/vite-plugin-elm@v3.0.0-0...v3.0.0-1

v3.0.0-0

  • Provide only ESM module (breaking)
  • Require vite 5+ (breaking)
  • Update major version of find-up (breaking)

... (truncated)

Commits

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [vite-plugin-elm](https://github.com/hmsk/vite-plugin-elm) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/hmsk/vite-plugin-elm/releases)
- [Commits](hmsk/vite-plugin-elm@v2.9.0...v3.0.0)

---
updated-dependencies:
- dependency-name: vite-plugin-elm
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 31, 2024
@kachick kachick merged commit b1d2387 into main Feb 2, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-plugin-elm-3.0.0 branch February 2, 2024 09:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant