chore(dev-deps): ⬆️ upgrade devdependencies (major) to v1 (major)#169
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(dev-deps): ⬆️ upgrade devdependencies (major) to v1 (major)#169renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3fece82 to
8ef9d29
Compare
8ef9d29 to
bdce72f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
0.5.0→1.0.30.6.0→1.0.3Release Notes
ota-meshi/eslint-plugin-toml (eslint-plugin-toml)
v1.0.3Compare Source
Patch Changes
4c85d56Thanks @ota-meshi! - fix: add fake scopeManager for SourceCode API compatibilityv1.0.2Compare Source
Patch Changes
35db26eThanks @ota-meshi! - fix: update exports in package.json to include types and default importv1.0.1Compare Source
Patch Changes
c2ab796Thanks @ota-meshi! - Fixed a bug thatgetFirstToken,getLastToken,getFirstTokenBetween,getTokenBefore, andgetTokenAfterinSourceCodealways contained comments.v1.0.0Compare Source
Major Changes
#294
84295b2Thanks @copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previousflat/*namespace is kept for backward compatibility.#291
e0eb3b9Thanks @copilot-swe-agent! - Drop support for older ESLint versions. The new supported version is>=9.38.0.#287
d328bb7Thanks @copilot-swe-agent! - Drop support for older Node.js versions. The new supported version is^20.19.0 || ^22.13.0 || >=24.#292
d8c42e2Thanks @copilot-swe-agent! - Changed to ESM-only package.#295
0a59c7dThanks @copilot-swe-agent! - Add ESLint language plugin support. The package now exports alanguagesobject containing a TOML language implementation, enabling it to work as an ESLint language plugin. The language plugin provides:#296
83f5a06Thanks @ota-meshi! - Update dependency toml-eslint-parser to v1v0.13.1Compare Source
Patch Changes
7ad9894Thanks @ota-meshi! - feat(deps): update toml-eslint-parser to v0.12.0v0.13.0Compare Source
Minor Changes
#267
3afb35aThanks @andreww2012! - refactor: get rid of lodash#269
0fc6837Thanks @ota-meshi! - feat(deps): update toml-eslint-parser to ^0.11.0v0.12.0Compare Source
Minor Changes
152ba05Thanks @ota-meshi! - feat: changed to prevent crash when used with language plugins.v0.11.1Compare Source
Patch Changes
9d26552Thanks @renovate! - fix(deps): update dependency toml-eslint-parser to ^0.10.0v0.11.0Compare Source
Minor Changes
d12e246Thanks @ota-meshi! - feat: improved compatibility with@types/eslintfor flat config.v0.10.0Compare Source
Minor Changes
e5d939fThanks @ota-meshi! - feat: add support for flat configv0.9.2Compare Source
Patch Changes
4a77e43Thanks @ota-meshi! - fix(deps): update dependency eslint-compat-utils to ^0.4.0v0.9.1Compare Source
Patch Changes
d69ac0bThanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.3.0v0.9.0Compare Source
Minor Changes
2e569f7Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.2.0v0.8.0Compare Source
Minor Changes
b141b45Thanks @ota-meshi! - Improve compatibility with ESLint v9v0.7.1Compare Source
Patch Changes
ec16c39Thanks @ota-meshi! - Update toml-eslint-parserv0.7.0Compare Source
Minor Changes
08579a2Thanks @ota-meshi! - feat: experimental support for TOML v1.1v0.6.1Compare Source
Patch Changes
1193452Thanks @renovate! - fix(deps): update dependency toml-eslint-parser to ^0.7.0v0.6.0Compare Source
Minor Changes
884b74bThanks @ota-meshi! - feat: use eslint-compat-utilsota-meshi/toml-eslint-parser (toml-eslint-parser)
v1.0.3Compare Source
Patch Changes
4fd86e5Thanks @ota-meshi! - fix: readmev1.0.2Compare Source
Patch Changes
44e71b9Thanks @ota-meshi! - docs: update usage and configuration examples in README.mdv1.0.1Compare Source
Patch Changes
3d8a87bThanks @ota-meshi! - fix: add TOMLVersionOption type exportv1.0.0Compare Source
Major Changes
#261
03ba361Thanks @copilot-swe-agent! - Change to ESM-only package. This is a breaking change that requires Node.js environments that support ESM.#255
9dfd045Thanks @copilot-swe-agent! - Drop support for Node.js <20#257
863f87aThanks @copilot-swe-agent! - Change default tomlVersion to 1.1v0.12.0Compare Source
Minor Changes
af74a2cThanks @ota-meshi! - feat: add error handling for keys starting with a dotv0.11.0Compare Source
Minor Changes
#248
08b356bThanks @ota-meshi! - changedtomlVersion=latestto an alias for1.1.0.#248
08b356bThanks @ota-meshi! - feat: support for TOML v1.1Patch Changes
08b356bThanks @ota-meshi! - fix: issue where a trailing dot in a table key would not cause a parsing error.v0.10.1Compare Source
Patch Changes
ba5e00dThanks @ota-meshi! - use npm trusted publishingv0.10.0Compare Source
Minor Changes
7104688Thanks @ota-meshi! - improve performancev0.9.3Compare Source
Patch Changes
4cab5daThanks @ota-meshi! - fix: parsing error in EOF after 4 quotesv0.9.2Compare Source
Patch Changes
397c6c6Thanks @ota-meshi! - fix: to allow year 0000v0.9.1Compare Source
Patch Changes
5dae3eaThanks @ota-meshi! - improve performancev0.9.0Compare Source
Minor Changes
89c7596Thanks @ota-meshi! - refactor for getStaticTOMLValuePatch Changes
89c7596Thanks @ota-meshi! - fix: wrong value ofbigintin binaryTOMLIntegerValuev0.8.1Compare Source
Patch Changes
45d909eThanks @ota-meshi! - improve performancev0.8.0Compare Source
Minor Changes
#165
475b9c5Thanks @ota-meshi! - improve performance#163
e0f8378Thanks @ota-meshi! - feat: experimental support for TOML v1.1v0.7.0Compare Source
Minor Changes
4dcf97eThanks @ota-meshi! - BREAKING! fix: values of local-datetime, local-date, and local-time to be local datetimev0.6.1Compare Source
Patch Changes
9ab2791Thanks @ota-meshi! - fix: wrong values for floats and datetimes.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.