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

Update all #1192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all #1192

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-replace (source) 5.0.5 -> 5.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 18.19.22 -> 18.19.76 age adoption passing confidence devDependencies patch
acorn 8.11.3 -> 8.14.0 age adoption passing confidence devDependencies minor
acorn-walk 8.3.2 -> 8.3.4 age adoption passing confidence devDependencies patch
babel-loader 9.1.3 -> 9.2.1 age adoption passing confidence devDependencies minor
css-loader 6.10.0 -> 6.11.0 age adoption passing confidence devDependencies minor
magic-string 0.30.8 -> 0.30.17 age adoption passing confidence devDependencies patch
mini-css-extract-plugin 2.8.1 -> 2.9.2 age adoption passing confidence devDependencies minor
preact (source) 10.19.6 -> 10.26.2 age adoption passing confidence dependencies minor
prettier (source) 3.2.5 -> 3.5.2 age adoption passing confidence devDependencies minor
rimraf 5.0.5 -> 5.0.10 age adoption passing confidence devDependencies patch
rollup-plugin-terser 7.0.2 -> 0.1.0 devDependencies replacement
typescript (source) 5.4.2 -> 5.7.3 age adoption passing confidence devDependencies minor

This is a special PR that replaces rollup-plugin-terser with the community suggested minimal stable replacement version.


Release Notes

rollup/plugins (@​rollup/plugin-replace)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)
acornjs/acorn (acorn)

v8.14.0

Compare Source

v8.13.0

Compare Source

v8.12.1

Compare Source

v8.12.0

Compare Source

babel/babel-loader (babel-loader)

v9.2.1

Compare Source

v9.2.0

Compare Source

webpack-contrib/css-loader (css-loader)

v6.11.0

Compare Source

Features
Bug Fixes
rich-harris/magic-string (magic-string)

v0.30.17

Compare Source

Bug Fixes
  • remove problematic type: module (092697b)

v0.30.16

Compare Source

Bug Fixes
  • missing mapping after a line break with hires: 'boundary' (#​298) (24cb8ea)
Features

v0.30.15

Compare Source

Features

v0.30.14

Compare Source

Features

v0.30.13

Compare Source

Features

v0.30.12

Compare Source

Performance Improvements

v0.30.11

Compare Source

Bug Fixes
  • not use negative indices for remove in empty string (#​281) (5c1cba0)

v0.30.10

Compare Source

Bug Fixes

v0.30.9

Compare Source

Performance Improvements
  • avoid create uncessary overrides for replace (a1b857c)
webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

Features
  • add support for link preload/prefetch (#​1043) (ee25e51)
  • added the defaultExport option to generate default and named export together (#​1084) (74ae781)
Bug Fixes
2.8.1 (2024-02-27)
Bug Fixes
  • add nonce if __webpack_nonce__ has been defined (c7f0aee)
preactjs/preact (preact)

v10.26.2

Compare Source

This is a hotfix release! If you are encountering bundling issues with regards to unallowed import syntax, this will fix it!

Fixes

Maintenance

v10.26.1

Compare Source

Fixes

Optimization

Maintenance

v10.26.0

Compare Source

Features

Fixes

Types

Maintenance

v10.25.4

Compare Source

Types

Fixes

v10.25.3

Compare Source

Fixes

Types

v10.25.2

Compare Source

Notable
Revert unkeyed no-search (#​4604, thanks @​JoviDeCroock)

We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the key property.

Fixes
Types
Performance
Maintenance

v10.25.1

Compare Source

Fixes

Types

Maintenance

v10.25.0

Compare Source

Features

Move per-element type interfaces into core and more strictly type IntrinsicElements (#​4546, thanks @​rschristian)

This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be <div src="x" />.

If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.

Recreate unkeyed functional components when they change position. (#​4550, thanks @​JoviDeCroock)

This is a long time bugfix, when we have elements that look like

return (
	{condition ? <Element /> : null}
	{condition ? null : <Element />
)

We would reuse the state of the first VNode to render the second one when the condition switches. When you are using key, this issue was not present.

Support { handleEvent() {} } object interface as a listener (#​4538, thanks @​lilnasy)

We've added support for attaching object/class event-handlers

let handler = {
	onclick,
	handleEvent() {
		this.onclick()
	}
}

<div onClick={handler} />

Fixes

Maintenance

v10.24.3

Compare Source

Fixes
Performance
Maintenance

v10.24.2

Compare Source

Performance

Types

Maintenance

v10.24.1

Compare Source

Fixes

Types

Maintenance

v10.24.0

Compare Source

Features

Fixes

Types

Maintenance

v10.23.2

Compare Source

Fixes

Types

Maintenance

v10.23.1

Compare Source

Fixes

v10.23.0

Compare Source

Features

This adds support for returning a function in functional refs, example

<input
  ref={(ref) => {
    // Assign ref, do something with it
    return () => {
      // ref cleanup, when the element unmounts
      // we run the cleanup
    };
  }}
/>

Fixes

Types

Maintenance

v10.22.1

Compare Source

Fixes

Types

Maintenance

Performance

v10.22.0

Compare Source

Features

Types

Maintenance

Fixes

@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from d47d0a4 to 9d87224 Compare March 23, 2024 07:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ca179d9 to 30fd0cc Compare March 30, 2024 08:49
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from a8ea0d0 to 00b47a4 Compare April 9, 2024 15:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f16b682 to 8a19a4c Compare April 16, 2024 16:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 31b3907 to 31f0a96 Compare May 6, 2024 19:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d4eb6db to ef1e7c3 Compare May 12, 2024 05:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bb82a48 to bfdace3 Compare May 21, 2024 17:21
@renovate renovate bot force-pushed the renovate/all branch from bfdace3 to 8cc8a6b Compare May 24, 2024 18:16
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 9f2827b to 9ff5484 Compare December 2, 2024 10:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2341009 to 68d064e Compare December 10, 2024 06:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6ae8a56 to 4e895db Compare December 16, 2024 07:06
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 652ed29 to e725970 Compare January 8, 2025 21:55
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 51a5f0b to d9ef63e Compare January 23, 2025 09:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5355ff2 to eb49a02 Compare February 9, 2025 12:27
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1071ea0 to 319153a Compare February 19, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants