Skip to content

build(deps-dev): bump @laynezh/vite-plugin-lib-assets from 0.6.1 to 1.1.0#3

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/laynezh/vite-plugin-lib-assets-1.1.0
Closed

build(deps-dev): bump @laynezh/vite-plugin-lib-assets from 0.6.1 to 1.1.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/laynezh/vite-plugin-lib-assets-1.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps @laynezh/vite-plugin-lib-assets from 0.6.1 to 1.1.0.

Release notes

Sourced from @​laynezh/vite-plugin-lib-assets's releases.

v1.1.0

   🚀 Features

    View changes on GitHub

v1.1.0-beta.0

   🚀 Features

    View changes on GitHub

v1.0.0

   🚨 Breaking Changes

  • Option name and outputPath: The name option's [query] placeholder and the third parameter of the outputPath option (in function form) will start with ? to align with the behavior of file-loader. (#102)

    // before:
    libAssetsPlugin({
      name: '[name].[contenthash:8].[ext]?[query]',
      outputPath: (url, resourcePath, resourceQuery) => {
        // `url` - file name processed by the `name` option,eg: `logo.fb2133.png`
        // `resourcePath` - `/original/absolute/path/to/file.js`
        // `resourceQuery` - `foo=bar`
    return url.endsWith('.png') ? 'image' : 'assets'
    
    },
    })
    // after:
    libAssetsPlugin({
    // no longer need a ? between [ext] and [query]
    name: '[name].[contenthash:8].[ext][query]',
    // resourceQuery parameter will start with ?
    outputPath: (url, resourcePath, resourceQuery) => {
    // url - file name processed by the name option,eg: logo.fb2133.png
    // resourcePath - /original/absolute/path/to/file.js
    // resourceQuery - ?foo=bar
    return url.endsWith('.png') ? 'image' : 'assets'
    
    },
    })

   🐞 Bug Fixes

  • Fix resourceQuery value(remove prefixed ?)  -  by Saiya (6bb63)
  • Fix corrupt of binary file after building  -  by Saiya (a5735)

... (truncated)

Commits
  • b866155 chore: release v1.1.0
  • 70e7156 chore: release v1.1.0-beta.0
  • eea677f chore: update playground, fix lint error under node@16
  • 817bbd8 chore: update playground, add back the use case for issue #83
  • f0d1607 feat: support extracting the 'xxx.svg' from new URL('xxx.svg', import.meta.ur...
  • 1d5dabd chore: sync custom mime types with vite
  • 8d34784 chore: release v1.0.0
  • 0768201 docs: sync changes in the README to the Chinese version
  • ac3eec6 ci: revert the locked pnpm version to 8.6.2 and regenerate the lock file to f...
  • d84b582 chore: lock pnpm version to 9.10.0
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@laynezh/vite-plugin-lib-assets](https://github.com/laynezh/vite-plugin-lib-assets) from 0.6.1 to 1.1.0.
- [Release notes](https://github.com/laynezh/vite-plugin-lib-assets/releases)
- [Commits](laynezh/vite-plugin-lib-assets@v0.6.1...v1.1.0)

---
updated-dependencies:
- dependency-name: "@laynezh/vite-plugin-lib-assets"
  dependency-version: 1.1.0
  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 Apr 7, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 14, 2025

Superseded by #7.

@dependabot dependabot bot closed this Jul 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/laynezh/vite-plugin-lib-assets-1.1.0 branch July 14, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

0 participants