chore(deps): update dependency espurify to v3 #134
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.1->^3.2.0Release Notes
estools/espurify (espurify)
v3.2.0Compare Source
Features
ecmaVersionto2025v3.1.0Compare Source
Features
v3.0.0Compare Source
Features
Provide ecmaVersion option to make cloned AST conform to each annual estree spec
Introduce
espurify.purifyAstas an alias of default functionRename all WhiteList to AllowList in favor of more inclusive language
Support ES2022 grammar
Support ES2020 grammar
Breaking Changes
This release will not affect most users immediately. There are three notable changes.
espurifyfunction is still exported as default but deprecated in favor of named exports aiming ESM era, and will be removed in future major releases. Please useespurify.purifyAstinstead.espurify.cloneWithWhitelistis still exported but deprecated in favor of more inclusive language and will be removed in future major releases. Please useespurify.cloneWithAllowlistinstead.Some new properties will appear in purified AST and may affect deep-equality of the tree, since default ecmaVersion is changed from 2018 to 2022 which add some properties to existing Nodes.
To make espurify's behavior same as v2, please use
espurify.customizefunction withecmaVersion: 2018option.2.1.1 (2021-03-29)
Bug Fixes
v2.1.1Compare Source
Features
Provide ecmaVersion option to make cloned AST conform to each annual estree spec
Introduce
espurify.purifyAstas an alias of default functionRename all WhiteList to AllowList in favor of more inclusive language
Support ES2022 grammar
Support ES2020 grammar
Breaking Changes
This release will not affect most users immediately. There are three notable changes.
espurifyfunction is still exported as default but deprecated in favor of named exports aiming ESM era, and will be removed in future major releases. Please useespurify.purifyAstinstead.espurify.cloneWithWhitelistis still exported but deprecated in favor of more inclusive language and will be removed in future major releases. Please useespurify.cloneWithAllowlistinstead.Some new properties will appear in purified AST and may affect deep-equality of the tree, since default ecmaVersion is changed from 2018 to 2022 which add some properties to existing Nodes.
To make espurify's behavior same as v2, please use
espurify.customizefunction withecmaVersion: 2018option.2.1.1 (2021-03-29)
Bug Fixes
v2.1.0Compare Source
Features
Provide ecmaVersion option to make cloned AST conform to each annual estree spec
Introduce
espurify.purifyAstas an alias of default functionRename all WhiteList to AllowList in favor of more inclusive language
Support ES2022 grammar
Support ES2020 grammar
Breaking Changes
This release will not affect most users immediately. There are three notable changes.
espurifyfunction is still exported as default but deprecated in favor of named exports aiming ESM era, and will be removed in future major releases. Please useespurify.purifyAstinstead.espurify.cloneWithWhitelistis still exported but deprecated in favor of more inclusive language and will be removed in future major releases. Please useespurify.cloneWithAllowlistinstead.Some new properties will appear in purified AST and may affect deep-equality of the tree, since default ecmaVersion is changed from 2018 to 2022 which add some properties to existing Nodes.
To make espurify's behavior same as v2, please use
espurify.customizefunction withecmaVersion: 2018option.2.1.1 (2021-03-29)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.