Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-dependencies group with 4 updates #410

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the dev-dependencies group with 4 updates: primevue, terser-webpack-plugin, webpack and webpack-dev-server.

Updates primevue from 3.53.0 to 3.53.1

Changelog

Sourced from primevue's changelog.

3.53.0 (2024-06-27)

Full Changelog

Fixed bugs:

  • [nuxt] Could not access pt. The only available runtime config keys on the client side are public and app #5907
  • DataTable: DataTableSortMeta field missing type definition #5862
  • FloatLabel: ReferenceError: FloatLabelStyle is not defined #5840
  • MultiSelect / Listbox / Dropdown: Unable to use some navigation keys when editable is true #5833
  • TieredMenu: Popup overlay does not close on escape key press #5826
  • SplitButton: Main Icon Not Showing Up #5822
  • InputNumber: Incorrect default value for minFractionDigits when set to null #5818
  • Invalid Prop Type For Strong and Medium Regex on Password Component #5816
  • InputOTP: cannot paste with integer-only mode #5792
  • Dialog/Confirm: Refocus original element on close #5777
  • Inplace: Traps focus #5770
  • InputOtp: Able to paste otp in readonly and disabled modes. #5740
  • AutoComplete: chip slot only text, token passthrough has no context #5718
  • Calendar: name should be passed to the input if provided #5711
  • Calendar: not use month parameter on onMonthSelect #5687
  • Dropdown: incorrectly renders when in a modal on top of horizontally scrollable content #4488

Implemented New Features and Enhancements:

  • ContextMenu:there are no emitters before-show and before-hid #5828
  • DataTable: Can't copy text with control + c when Table has selectable rows #5757
  • InputNumber : Request to Disable Ctrl+V Input in Component when readonly is set to true #5726

3.53.1 (2024-12-12)

Full Changelog

Fixed bugs:

  • feat :InputNumber: Accept Comma And NumpadDecimal as decimal "sign" #6506
  • fix(v3): global vue type augmentation #6380
  • Dialog: [V3] When it non-fixed, it will cause the appendTo target shrink or joggled. #6162
  • fix(Calendar): highlight range of year in YearMode #5988
  • fix(Calendar): highlight range of month in MonthMode #5987
  • TreeNode selectable not being used when in checkbox selectionMode #5330
  • InputNumber: Issue Accept Numpad Decimal when different to the region symbol #3722

3.52.0 (2024-04-26)

Full Changelog

Fixed bugs:

  • InputOp: Digits only doesn't work on mobile #5635

... (truncated)

Commits

Updates terser-webpack-plugin from 5.3.10 to 5.3.11

Release notes

Sourced from terser-webpack-plugin's releases.

v5.3.11

5.3.11 (2024-12-13)

Bug Fixes

  • avoid the deprecation message (0341ad1)
Changelog

Sourced from terser-webpack-plugin's changelog.

5.3.11 (2024-12-13)

Bug Fixes

  • avoid the deprecation message (0341ad1)
Commits

Updates webpack from 5.96.1 to 5.97.1

Release notes

Sourced from webpack's releases.

v5.97.1

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal
Commits

Updates webpack-dev-server from 5.1.0 to 5.2.0

Release notes

Sourced from webpack-dev-server's releases.

v5.2.0

5.2.0 (2024-12-11)

Features

  • added getClientEntry and getClientHotEntry methods to get clients entries (dc642a8)

Bug Fixes

  • speed up initial client bundling (145b5d0)
Changelog

Sourced from webpack-dev-server's changelog.

5.2.0 (2024-12-11)

Features

  • added getClientEntry and getClientHotEntry methods to get clients entries (dc642a8)

Bug Fixes

  • speed up initial client bundling (145b5d0)
Commits
  • bcb3725 chore(release): 5.2.0
  • 2a1cbc6 chore: fix security (#5379)
  • b74fc4c chore(deps): bump the dependencies group across 1 directory with 7 updates (#...
  • 145b5d0 fix: speed up initial client bundling
  • b1e549f chore(deps-dev): bump the dependencies group across 1 directory with 8 update...
  • 844eaf8 chore(deps): types (#5370)
  • 12913bb chore(deps-dev): bump the dependencies group with 4 updates (#5359)
  • f942a5d chore(deps): bump the dependencies group across 1 directory with 7 updates (#...
  • 94a2443 chore(deps): bump the dependencies group across 1 directory with 9 updates (#...
  • a11d81f chore(deps): update (#5347)
  • Additional commits viewable in compare view

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 the dev-dependencies group with 4 updates: [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue), [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin), [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server).


Updates `primevue` from 3.53.0 to 3.53.1
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primefaces/primevue/commits/3.53.1/packages/primevue)

Updates `terser-webpack-plugin` from 5.3.10 to 5.3.11
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/terser-webpack-plugin@v5.3.10...v5.3.11)

Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

Updates `webpack-dev-server` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: primevue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2025
@github-actions github-actions bot merged commit 9a38eaf into develop Jan 1, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-3e94399a94 branch January 1, 2025 19:37
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