From 405b8aa9515df78acc9c21d7829129f541912319 Mon Sep 17 00:00:00 2001 From: Joscha Eckert <34318751+josxha@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:53:27 +0100 Subject: [PATCH 01/45] add fallback behavior for `showOpenFilePicker` and `showSaveFilePicker` (#967) ## Launch Checklist - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. ## Description `showOpenFilePicker` and `showSaveFilePicker` are undefined on Firefox. With this pr, Maputnik uses the old behavior as a fallback. It keeps the naming "open" and "save" instead of "upload" and "download" to underline that the style stays within the browser and no actual upload happens. @zstadler Could you give it a try, please? ## Related Issue - fixes https://github.com/maplibre/maputnik/issues/966 ## Visual Changes The "Save as" button gets hidden if `showSaveFilePicker` is not available since it would have no use.
| Chrome | Firefox |
|
|
|
{t("Open a local JSON style from your computer.")}
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
:sparkles: Now supports commit signing with bot-generated tokens! See "What's new" below. :writing_hand::robot:
Behaviour changes
- Action input
git-tokenhas been renamedbranch-token, to be more clear about its purpose. Thebranch-tokenis the token that the action will use to create and update the branch.- The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
- The
pull-request-operationoutput now returnsnonewhen no operation was executed.- Removed deprecated output environment variable
PULL_REQUEST_NUMBER. Please use thepull-request-numberaction output instead.What's new
- The action can now sign commits as
github-actions[bot]when usingGITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.- Action input
draftnow accepts a new valuealways-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.- A new action input
maintainer-can-modifyindicates whether maintainers can modify the pull request. The default istrue, which retains the existing behaviour of the action.- A new output
pull-request-commits-verifiedreturnstrueorfalse, indicating whether GitHub considers the signature of the branch's commits to be verified.What's Changed
- build(deps-dev): bump
@types/nodefrom 18.19.36 to 18.19.39 by@dependabotin peter-evans/create-pull-request#3000- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by
@dependabotin peter-evans/create-pull-request#3008- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by
@dependabotin peter-evans/create-pull-request#3018- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by
@dependabotin peter-evans/create-pull-request#3019- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
@dependabotin peter-evans/create-pull-request#3035- build(deps-dev): bump
@types/nodefrom 18.19.39 to 18.19.41 by@dependabotin peter-evans/create-pull-request#3037- build(deps): bump undici from 6.19.2 to 6.19.4 by
@dependabotin peter-evans/create-pull-request#3036- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by
@dependabotin peter-evans/create-pull-request#3038- build(deps-dev): bump
@types/nodefrom 18.19.41 to 18.19.42 by@dependabotin peter-evans/create-pull-request#3070- build(deps): bump undici from 6.19.4 to 6.19.5 by
@dependabotin peter-evans/create-pull-request#3086- build(deps-dev): bump
@types/nodefrom 18.19.42 to 18.19.43 by@dependabotin peter-evans/create-pull-request#3087- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by
@dependabotin peter-evans/create-pull-request#3088- build(deps): bump undici from 6.19.5 to 6.19.7 by
@dependabotin peter-evans/create-pull-request#3145- build(deps-dev): bump
@types/nodefrom 18.19.43 to 18.19.44 by@dependabotin peter-evans/create-pull-request#3144- Update distribution by
@actions-botin peter-evans/create-pull-request#3154- build(deps): bump undici from 6.19.7 to 6.19.8 by
@dependabotin peter-evans/create-pull-request#3213- build(deps-dev): bump
@types/nodefrom 18.19.44 to 18.19.45 by@dependabotin peter-evans/create-pull-request#3214- Update distribution by
@actions-botin peter-evans/create-pull-request#3221- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by
@dependabotin peter-evans/create-pull-request#3255- build(deps-dev): bump
@types/nodefrom 18.19.45 to 18.19.46 by@dependabotin peter-evans/create-pull-request#3254- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by
@dependabotin peter-evans/create-pull-request#3256- v7 - signed commits by
@peter-evansin peter-evans/create-pull-request#3057New Contributors
@rustycl0ckmade their first contribution in peter-evans/create-pull-request#3057Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0
Create Pull Request v6.1.0
✨ Adds
pull-request-branchas an action output.What's Changed
... (truncated)
67ccf78
fix: preserve unicode in filepaths when commit signing (#3588)bb88e27
build: update distribution (#3583)b378ed5
build(deps): bump p-limit from 6.1.0 to 6.2.0 (#3578)fa9200e
build(deps-dev): bump @types/node from 18.19.67 to
18.19.68 (#3570)16e0059
build(deps-dev): bump prettier from 3.4.1 to 3.4.2 (#3560)5bffd5a
build(deps-dev): bump eslint-import-resolver-typescript (#3559)a22a0dd
build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#3544)b27ce37
build(deps-dev): bump @types/node from 18.19.66 to
18.19.67 (#3543)4e0cc19
build(deps): bump @octokit/plugin-paginate-rest from
11.3.5 to 11.3.6 (#3542)25b6871
docs: update scopes for push-to-forkSourced from i18next-browser-languagedetector's changelog.
8.0.2
- fix for when passed services are null, should address 296
8.0.1
- some environments, throws when accessing document.cookie
9d765ed
8.0.20cd29a8
fix for when passed services are null, should address #296be02df9
8.0.16c1886c
some environments, throws when accessing document.cookiee6e4089
Bump elliptic from 6.5.7 to 6.6.0 (#295)5131d9a
Bump elliptic from 6.5.4 to 6.5.7 (#294)1f74f59
Use arrow function and implicit return in index.js (#290)c9f0f35
Bump braces from 3.0.2 to 3.0.3 (#289)e161380
refactor: Defaults (#288)Sourced from mocha's releases.
v11.0.1
11.0.1 (2024-12-02)
🌟 Features
📚 Documentation
v11.0.0 Prerelease
11.0.0 (2024-11-11)
⚠ BREAKING CHANGES
- adapt new engine range for Mocha 11 (#5216)
🌟 Features
🩹 Fixes
📚 Documentation
v10.8.2
10.8.2 (2024-10-30)
🩹 Fixes
- support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
- test link in html reporter (#5224) (f054acc)
📚 Documentation
... (truncated)
Sourced from mocha's changelog.
11.0.1 (2024-12-02)
🌟 Features
📚 Documentation
11.0.0 (2024-11-11)
⚠ BREAKING CHANGES
- adapt new engine range for Mocha 11 (#5216)
🌟 Features
🩹 Fixes
📚 Documentation
10.8.2 (2024-10-30)
🩹 Fixes
- support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
- test link in html reporter (#5224) (f054acc)
📚 Documentation
🧹 Chores
🤖 Automation
10.8.1 (2024-10-29)
... (truncated)
4c558fb
chore(main): release 11.0.1 (#5257)a5bd707
Release v11.0.143c3157
feat: bumped glob dependency from 8 to 10 (#5250)34e0e52
docs: fix examples for linkPartialObjects methods (#5255)d3b2c38
chore(main): release 11.0.0 prerelease (#5241)80da25a
fix!: adapt new engine range for Mocha 11 (#5216)eac87e1
docs: downgrade example/tests chai to 4.5.0 (#5245)e3da641
feat: allow calling hook methods (#5231)05097db
chore(main): release 10.8.2 (#5239)14e640e
docs: indicate 'exports' interface does not work in browsers (#5181)This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.
Sourced from @rollup/plugin-replace's
changelog.
v6.0.2
2024-12-15
Bugfixes
- fix: add missing types for
objectGuardsoption (#1818)v6.0.1
2024-09-23
Bugfixes
- fix: The
preventAssignmentoption is treated as a value to replace (#1768)v6.0.0
2024-09-23
Breaking Changes
- fix!: objectGuards doesn't take effects (#1764)
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)
fba0a6b
chore(repo): remove circle ci, add validate workflow, update deps (#867)0150c55
chore(repo): Add "directory" to package.json repository
fields. (#826)bed12cf
chore(release): replace v2.4.28752c2f
docs(replace): document the values option (#814)4a11bbd
chore(release): replace v2.4.1659ed59
fix(replace): add missing types for new preventAssignment
option (#813)fbcb8f2
chore(release): replace v2.4.0Sourced from @vitejs/plugin-react's
releases.
v4.3.4
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"). We now enforce spec compliant (with { type: "json" })v4.3.3
React Compiler runtimeModule option removed
React Compiler was updated to accept a
targetoption andruntimeModulewas removed. vite-plugin-react will still detectruntimeModulefor backwards compatibility.When using a custom
runtimeModuleortarget !== '19', the plugin will not try to pre-optimizereact/compiler-runtimedependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-developmentexport default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]] if (command === 'serve') { babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}]) }return { plugins: [react({ babel: { plugins: babelPlugins } })], } })
v4.3.2
Ignore directive sourcemap error #369
v4.3.1
Fix support for React Compiler with React 18
The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom
runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43When using a custom
runtimeModule, the plugin will not try to pre-optimizereact/compiler-runtimedependency.Reminder: Vite expect code outside of
node_modulesto be ESM, so you will need to update the gist withimport React from 'react'.v4.3.0
... (truncated)
Sourced from @vitejs/plugin-react's
changelog.
4.3.4 (2024-11-26)
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"). We now enforce spec compliant (with { type: "json" })4.3.3 (2024-10-19)
React Compiler runtimeModule option removed
React Compiler was updated to accept a
targetoption andruntimeModulewas removed. vite-plugin-react will still detectruntimeModulefor backwards compatibility.When using a custom
runtimeModuleortarget !== '19', the plugin will not try to pre-optimizereact/compiler-runtimedependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-developmentexport default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]] if (command === 'serve') { babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}]) }return { plugins: [react({ babel: { plugins: babelPlugins } })], } })
4.3.2 (2024-09-29)
Ignore directive sourcemap error #369
4.3.1 (2024-06-10)
Fix support for React Compiler with React 18
The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom
runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43When using a custom
runtimeModule, the plugin will not try to pre-optimizereact/compiler-runtimedependency.
... (truncated)
2e368a6
release: plugin-react@4.3.4bde1ad6
feat: add Vite 6 to peerDependencies range (#390)45a727c
fix(deps): update all non-major dependencies (#373)5d2b6c6
fix: force non-legacy import attributes babel output (#386)b61592a
release: plugin-react@4.3.3e8a923f
fix: add react-dom in optimizeOps to handle
CJS script. (#375)7a7e339
feat: support new React Compiler target option (#374)63b2e38
release: plugin-react@4.3.2fdf6ce4
fix(deps): update all non-major dependencies (#273)4544e97
feat: update refresh utils for React Router 7 support (#363)Sourced from peaceiris/actions-gh-pages's releases.
actions-github-pages v4.0.0
See CHANGELOG.md for more details.
actions-github-pages v3.9.3
See CHANGELOG.md for more details.
actions-github-pages v3.9.2
See CHANGELOG.md for more details.
actions-github-pages v3.9.1
- update deps
See CHANGELOG.md for more details.
actions-github-pages v3.9.0
- deps: bump node12 to node16
- deps: bump
@actions/corefrom 1.6.0 to 1.10.0See CHANGELOG.md for more details.
actions-github-pages v3.8.0
See CHANGELOG.md for more details.
actions-github-pages v3.7.3
See CHANGELOG.md for more details.
actions-github-pages v3.7.2
See CHANGELOG.md for more details.
actions-github-pages v3.7.1
See CHANGELOG.md for more details.
actions-github-pages v3.7.0
See CHANGELOG.md for more details.
Overviews:
- Add .nojekyll file by default for all branches (#438) (079d483), closes #438
- Add destination_dir option (#403) (f30118c), closes #403 #324 #390
- Add exclude_assets option (#416) (0f5c65e), closes #416 #163
- exclude_assets supports glob patterns (#417) (6f45501), closes #417 #163
actions-github-pages v3.6.4
See CHANGELOG.md for more details.
actions-github-pages v3.6.3
See CHANGELOG.md for more details.
actions-github-pages v3.6.2
See CHANGELOG.md for more details.
... (truncated)
Sourced from peaceiris/actions-gh-pages's changelog.
3.9.3 (2023-03-30)
docs
fix
3.9.2 (2023-01-17)
chore
ci
- add github-actions npm (5e5dc6d)
- enable automerge (dd7d778)
- remove dependabot (7af79a8)
- remove enabledManagers (cba22ba)
- use peaceiris/workflows/setup-node 0.19.1 (#818) (416f539), closes #818
deps
3.9.1 (2023-01-05)
chore
- change cicd label name (1808965)
ci
- add Renovate config (#802) (072d16c), closes #802
- bump actions/dependency-review-action from 2 to 3 (#799) (e3b45f2), closes #799
- bump peaceiris/actions-github-app-token from 1.1.4 to 1.1.5 (#798) (a5f971f), closes #798
- bump peaceiris/actions-mdbook from 1.1.14 to 1.2.0 (#793) (9af6a68), closes #793
- bump peaceiris/workflows from 0.17.1 to 0.17.2 (#794) (087a759), closes #794
... (truncated)
4f9cc66
chore(release): 4.0.09c75028
chore(release): Add build assets5049354
build: node 20.11.14eb285e
chore: bump node16 to node20 (#1067)cdc09a3
chore(deps): update dependency @types/node to v16.18.77
(#1065)d830378
chore(deps): update dependency @types/node to v16.18.76
(#1063)80daa1d
chore(deps): update dependency @types/node to v16.18.75
(#1061)108285e
chore(deps): update dependency ts-jest to v29.1.2 (#1060)99c95ff
chore(deps): update dependency @types/node to v16.18.74
(#1058)1f46537
chore(deps): update dependency @types/node to v16.18.73
(#1057)Sourced from react-icons's releases.
v5.4.0
What's Changed
- Add closing of the icon details modal with the ESC key by
@gabrielogregorioin react-icons/react-icons#900- support moduleResolution: bundler in tsconfig by
@kamijin-fantain react-icons/react-icons#970- min search length changed to 2 by
@Kumar06Lavin react-icons/react-icons#967- Bump webpack from 5.89.0 to 5.94.0 by
@dependabotin react-icons/react-icons#975- Bump micromatch from 4.0.5 to 4.0.8 by
@dependabotin react-icons/react-icons#976- Bump axios from 1.6.8 to 1.7.7 by
@dependabotin react-icons/react-icons#977- preview: Reduce the number of results displayed in search results by
@kamijin-fantain react-icons/react-icons#997- 2024-12-03 upgrade icons by
@kamijin-fantain react-icons/react-icons#998- Bump dset from 3.1.3 to 3.1.4 by
@dependabotin react-icons/react-icons#979- Bump express from 4.19.2 to 4.21.0 by
@dependabotin react-icons/react-icons#981- Bump rollup from 2.79.1 to 2.79.2 by
@dependabotin react-icons/react-icons#982- Bump http-proxy-middleware from 2.0.6 to 2.0.7 by
@dependabotin react-icons/react-icons#989- Bump cross-spawn from 7.0.3 to 7.0.6 by
@dependabotin react-icons/react-icons#994- workflow: upgrade workflows by
@kamijin-fantain react-icons/react-icons#999New Contributors
@Kumar06Lavmade their first contribution in react-icons/react-icons#967Full Changelog: https://github.com/react-icons/react-icons/compare/v5.3.0...v5.4.0
... (truncated)
7b14efe
v5.4.01e40e10
workflow: upgrade workflows (#999)9a2d9a7
Bump cross-spawn from 7.0.3 to 7.0.6 (#994)585585c
Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#989)33d12d5
Bump rollup from 2.79.1 to 2.79.2 (#982)f2070d8
Bump express from 4.19.2 to 4.21.0 (#981)63755fb
Bump dset from 3.1.3 to 3.1.4 (#979)1fa8a8f
upgrade icons (#998)1393664
preview: Reduce the number of results displayed in search results (#997)9d7ecf4
5.3.1-snapshot.0Sourced from stylelint-scss's releases.
6.10.1
- Fixed:
declaration-property-value-no-unknownfix trailing whitespace in value parsing (#1089).- Fixed:
no-global-function-namesallow CSS round function (#1097).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.10.0...v6.10.1
6.10.0
- Added:
declaration-property-value-no-unknownsupport nested properties with shorthand values (#1071).- Fixed:
declaration-property-value-no-unknownfix multiline values parsing (#1085).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.9.0...v6.10.0
6.9.0
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.8.1...v6.9.0
6.8.1
- Fixed:
declaration-property-value-no-unknownfix false positives for nested properties in nested declarations (#1068).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.8.0...v6.8.1
6.8.0
- Added:
function-color-channelrule (#1060).- Added:
selector-no-redundant-nesting-selectorsupport for Dart Sass deprecation (#1022).- Fixed:
declaration-property-value-no-unknowninclude explicit namespace variables inisDollarVar()(#1062).- Fixed:
declaration-property-value-no-unknownfix false positives for imported custom functions (#1061).- Fixed:
declaration-property-value-no-unknownreported ranges and message (stylelint/stylelint#8003, #1066).- Fixed:
declaration-property-value-no-unknownfalse negatives/positives viacss-tree@3.0.0(stylelint/stylelint#7993, #1065).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.7.0...v6.8.0
6.7.0
- Added:
function-no-unknown: add support for Sass v1.78color.channelfunction (#1052).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.6.0...v6.7.0
6.6.0
- Added:
declaration-property-value-no-unknown: add support for first-class operators (#1042).- Added:
declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#1042).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.5.1...v6.6.0
6.5.1
- Fixed:
function-quote-no-quoted-strings-insidefix broken autofix (#1043).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.5.0...v6.5.1
6.5.0
... (truncated)
Sourced from stylelint-scss's changelog.
6.10.1
- Fixed:
declaration-property-value-no-unknownfix trailing whitespace in value parsing (#1089).- Fixed:
no-global-function-namesallow CSS round function (#1097).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.10.0...v6.10.1
6.10.0
- Added:
declaration-property-value-no-unknownsupport nested properties with shorthand values (#1071).- Fixed:
declaration-property-value-no-unknownfix multiline values parsing (#1085).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.9.0...v6.10.0
6.9.0
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.8.1...v6.9.0
6.8.1
- Fixed:
declaration-property-value-no-unknownfix false positives for nested properties in nested declarations (#1068).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.8.0...v6.8.1
6.8.0
- Added:
function-color-channelrule (#1060).- Added:
selector-no-redundant-nesting-selectorsupport for Dart Sass deprecation (#1022).- Fixed:
declaration-property-value-no-unknowninclude explicit namespace variables inisDollarVar()(#1062).- Fixed:
declaration-property-value-no-unknownfix false positives for imported custom functions (#1061).- Fixed:
declaration-property-value-no-unknownreported ranges and message (stylelint/stylelint#8003, #1066).- Fixed:
declaration-property-value-no-unknownfalse negatives/positives viacss-tree@3.0.0(stylelint/stylelint#7993, #1065).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.7.0...v6.8.0
6.7.0
- Added:
function-no-unknown: add support for Sass v1.78color.channelfunction (#1052).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.6.0...v6.7.0
6.6.0
- Added:
declaration-property-value-no-unknown: add support for first-class operators (#1042).- Added:
declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#1042).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.5.1...v6.6.0
... (truncated)
c00f664
6.10.1ac59452
Prepare version 6.10.1aa6ad94
Update contributors list (#1111)8d02552
no-global-function-names: add unit test for CSS round (#1110)4832030
Update package-lock.jsonc4e559d
Allow CSS round() function (#1097)711ff01
build(deps): bump mdn-data from 2.12.2 to 2.14.0 (#1108)0c9bbd2
build(deps-dev): bump postcss from 8.4.49 to 8.5.1 (#1107)dd85b45
build(deps-dev): bump stylelint from 16.11.0 to 16.13.2 (#1106)1956986
build(deps-dev): bump prettier from 3.4.1 to 3.4.2 (#1100)Sourced from uuid's releases.
v11.0.5
11.0.5 (2025-01-09)
Bug Fixes
v11.0.4
11.0.4 (2025-01-05)
Bug Fixes
- docs: insure -> ensure (#843) (d2a61e1)
- exclude tests from published package (#840) (f992ff4)
- Test for invalid byte array sizes and ranges in
v1(),v4(), andv7()(#845) (e0ee900)v11.0.3
11.0.3 (2024-11-04)
Bug Fixes
- apply stricter typing to the v* signatures (#831) (c2d3fed)
- export internal uuid types (#833) (341edf4)
- remove sourcemaps (#827) (b93ea10)
- revert "simplify type for v3 and v5" (#835) (e2dee69)
v11.0.2
11.0.2 (2024-10-28)
Bug Fixes
v11.0.1
11.0.1 (2024-10-27)
Bug Fixes
v11.0.0
11.0.0 (2024-10-27)
... (truncated)
Sourced from uuid's changelog.
11.0.5 (2025-01-09)
Bug Fixes
11.0.4 (2025-01-05)
Bug Fixes
- docs: insure -> ensure (#843) (d2a61e1)
- exclude tests from published package (#840) (f992ff4)
- Test for invalid byte array sizes and ranges in
v1(),v4(), andv7()(#845) (e0ee900)11.0.3 (2024-11-04)
Bug Fixes
- apply stricter typing to the v* signatures (#831) (c2d3fed)
- export internal uuid types (#833) (341edf4)
- remove sourcemaps (#827) (b93ea10)
- revert "simplify type for v3 and v5" (#835) (e2dee69)
11.0.2 (2024-10-28)
Bug Fixes
11.0.1 (2024-10-27)
Bug Fixes
11.0.0 (2024-10-26)
⚠ BREAKING CHANGES
- refactor v1 internal state and options logic (#780)
- refactor v7 internal state and options logic, fixes #764 (#779)
- Port to TypeScript, closes #762 (#763)
- update node support matrix (only support node 16-20) (#750)
Features
... (truncated)
46ada3c
chore(main): release 11.0.5 (#861)24ac2fd
fix: add TS unit test, pin to typescript@5.0.4 (#860)e426aaa
build: use npm pack tarball for local examples and testing
instead of .loca...050cd5b
chore(main): release 11.0.4 (#842)e0ee900
fix: Test for invalid byte array sizes and ranges in v1(),
v4(), and `v7(...6e83b3a
chore: update deps (#848)5f58b43
docs: Ensure link to getrandomvalues-not-supported is maintained (#844)d2a61e1
fix(docs): insure -> ensure (#843)f992ff4
fix: exclude tests from published package (#840)59df709
docs: add notes on platform support (#838)This version was pushed to npm by broofa, a new releaser for uuid since your current version.
Sourced from codecov/codecov-action's releases.
v5.0.0
v5 Release
v5of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Tokensection of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.[!WARNING]
The following arguments have been changed
file(this has been deprecated in favor offiles)plugin(this has been deprecated in favor ofplugins)The following arguments have been added:
binarygcov_argsgcov_executablegcov_ignoregcov_includereport_typeskip_validationswift_projectYou can see their usage in the
action.ymlfile.What's Changed
- chore(deps): bump to eslint9+ and remove eslint-config-google by
@thomasrockhu-codecovin codecov/codecov-action#1591- build(deps-dev): bump
@octokit/webhooks-typesfrom 7.5.1 to 7.6.1 by@dependabotin codecov/codecov-action#1595- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
@dependabotin codecov/codecov-action#1604- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1601- build(deps): bump
@actions/corefrom 1.11.0 to 1.11.1 by@dependabotin codecov/codecov-action#1597- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
@dependabotin codecov/codecov-action#1596- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1600- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
@dependabotin codecov/codecov-action#1598- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
@dependabotin codecov/codecov-action#1609- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
@dependabotin codecov/codecov-action#1608- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
@dependabotin codecov/codecov-action#1607- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1612- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1611- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1615- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
@dependabotin codecov/codecov-action#1618- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
@dependabotin codecov/codecov-action#1617- build(deps-dev): bump
@typescript-eslint/parserfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1614- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1620- build(deps-dev): bump
@typescript-eslint/parserfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1619- build(deps-dev): bump
@types/jestfrom 29.5.13 to 29.5.14 by@dependabotin codecov/codecov-action#1622- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
@dependabotin codecov/codecov-action#1625- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
@dependabotin codecov/codecov-action#1624- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.11.0 to 8.12.1 by@dependabotin codecov/codecov-action#1626- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.12.1 to 8.12.2 by@dependabotin codecov/codecov-action#1629
... (truncated)
Sourced from codecov/codecov-action's changelog.
v5 Release
v5of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Tokensection of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.[!WARNING] The following arguments have been changed
file(this has been deprecated in favor offiles)plugin(this has been deprecated in favor ofplugins)The following arguments have been added:
binarygcov_argsgcov_executablegcov_ignoregcov_includereport_typeskip_validationswift_projectYou can see their usage in the
action.ymlfile.What's Changed
- chore(deps): bump to eslint9+ and remove eslint-config-google by
@thomasrockhu-codecovin codecov/codecov-action#1591- build(deps-dev): bump
@octokit/webhooks-typesfrom 7.5.1 to 7.6.1 by@dependabotin codecov/codecov-action#1595- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
@dependabotin codecov/codecov-action#1604- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1601- build(deps): bump
@actions/corefrom 1.11.0 to 1.11.1 by@dependabotin codecov/codecov-action#1597- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
@dependabotin codecov/codecov-action#1596- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1600- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
@dependabotin codecov/codecov-action#1598- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
@dependabotin codecov/codecov-action#1609- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
@dependabotin codecov/codecov-action#1608- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
@dependabotin codecov/codecov-action#1607- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1612- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1611- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1615- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
@dependabotin codecov/codecov-action#1618- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
@dependabotin codecov/codecov-action#1617- build(deps-dev): bump
@typescript-eslint/parserfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1614- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1620- build(deps-dev): bump
@typescript-eslint/parserfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1619- build(deps-dev): bump
@types/jestfrom 29.5.13 to 29.5.14 by@dependabotin codecov/codecov-action#1622- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
@dependabotin codecov/codecov-action#1625- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
@dependabotin codecov/codecov-action#1624- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.11.0 to 8.12.1 by@dependabotin codecov/codecov-action#1626- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.12.1 to 8.12.2 by@dependabotin codecov/codecov-action#1629- build(deps-dev): bump
@typescript-eslint/parserfrom 8.11.0 to 8.12.2 by@dependabotin codecov/codecov-action#1628
... (truncated)
1e68e06
chore(release): 5.1.2 (#1727)277db52
fix: update statment (#1726)c77245a
fix: update action script (#1725)9b01a34
fix: prevent oidc on tokenless due to permissioning (#1724)47e0552
chore(release): wrapper-0.0.31 (#1723)34ef570
Put quotes around ${{ inputs.token }} in
action.yml (#1721)d93fc22
build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 (#1722)5c93f7a
Remove mistake from options table (#1718)2c97106
build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 (#1717)7f8b4b4
chore(release): wrapper-0.0.30 (#1715)Sourced from i18next-parser's changelog.
9.1.0
- Add support for i18next 24 #1090 #1093
- Add namespace information to duplicate warnings #1091
- Update dependencies
9.0.2
- Fix cheerio dependency #1045
- Update dependencies
94ba134
Bump to 9.1.0ea3879f
Update PR templateabf020b
Update i18next dependency2f8ff78
Merge pull request #1087
from i18next/dependabot/npm_and_yarn/master/execa-9.5.143be6e8
Merge pull request #1072
from i18next/dependabot/npm_and_yarn/master/esbuild-...718f9d2
Merge pull request #1068
from i18next/dependabot/npm_and_yarn/path-to-regexp-...227e01d
Merge pull request #1067
from i18next/dependabot/npm_and_yarn/master/husky-9.1.6a25cbed
Merge pull request #1086
from i18next/dependabot/npm_and_yarn/master/babel/pr...7cbad67
Merge pull request #1089
from i18next/dependabot/github_actions/master/codeco...e47955e
Merge pull request #1093
from lazka/v24-supportSourced from i18next's releases.
v24.2.1
- Standardize null/undefined checks across codebase 2275
- fix(typescript): make TFunction augmentable again 2279, fixes 2278
v24.2.0
- feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043
v24.1.2
- optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273
v24.1.1
- fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273
v24.1.0
v24.0.5
- remove extra log for 2268
v24.0.4
- simplify fix: incorrect locale detected 2268
v24.0.3
v24.0.2
- if no Intl api, log error and use dummy rule
v24.0.1
- early return and log error, if no Intl api
v24.0.0
This is a major breaking release:
- remove support for older environments
- remove old i18next JSON formats
- To convert your existing v3 translations to the v4 format, have a look at i18next-v4-format-converter or this web tool.
- remove support for compatibility to v1 API
- Intl API is mandatory now and will not fallback anymore
- possible compatibility layer for older formats:
test/compatibility/v4/v4Compatibility.js- rename
initImmediatetoinitAsync- fallback to
devlanguage if plural rule not found- remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
- addresses
... (truncated)
Sourced from i18next's changelog.
24.2.1
- Standardize null/undefined checks across codebase 2275
- fix(typescript): make TFunction augmentable again 2279, fixes 2278
24.2.0
- feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043
24.1.2
- optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273
24.1.1
- fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273
24.1.0
24.0.5
- remove extra log for 2268
24.0.4
- simplify fix: incorrect locale detected 2268
24.0.3
24.0.2
- if no Intl api, log error and use dummy rule
24.0.1
- early return and log error, if no Intl api
24.0.0
This is a major breaking release:
- remove support for older environments
- remove old i18next JSON formats
- To convert your existing v3 translations to the v4 format, have a look at i18next-v4-format-converter or this web tool.
- remove support for compatibility to v1 API
... (truncated)
7e0b526
24.2.173940cc
release009c457
fix: make TFunction type augmentable (#2279)dd78378
update ts examplee2797d5
prpare changelog6e6d899
Standardize null/undefined checks across codebase (#2275)c55cbe8
24.2.0dfff2cd
added some tests for undefined or null keys62daae4
feat(typescript): Add strictKeyChecks option to enforce
checking key existe...c51950e
24.1.2Sourced from stylelint's releases.
16.13.2
- Fixed:
--fixCLI flag raising unknown value error (#8313) (@ybiquitous).16.13.1
- Fixed:
ignore.default is not a function(#8305) (@romainmenke).16.13.0
- Deprecated: ambiguous position arguments passed to
utils.report()(#8244) (@romainmenke).- Added:
lax/strictvalues to thefixNode.js API option and CLI flag (#8106) (@ryo-manba).- Added: support for profiling rule performance via the
TIMINGenvironment variable (#8108) (@ryo-manba).- Added:
at-rule-descriptor-no-unknownrule (#8197) (@ryo-manba).- Added:
at-rule-descriptor-value-no-unknownrule (#8211) (@ryo-manba).- Added:
at-rule-no-deprecatedrule (#8251) (@jeddy3).- Added:
at-rule-prelude-no-invalidrule (#8268) (@ryo-manba).- Added:
declaration-property-value-keyword-no-deprecatedrule (#8223) (@Mouvedia).- Added:
"ignore": ["at-rule-preludes", "declaration-values"]tostring-no-newline(#8214) (@ryo-manba).- Added:
messageArgstodeclaration-property-value-no-unknown,font-family-name-quotes,font-family-no-duplicate-names,function-calc-no-unspaced-operator,import-notation,media-feature-name-unit-allowed-list,selector-attribute-quotesandselector-pseudo-element-colon-notation(#8285 & #8252) (@Mouvedia).- Fixed: deprecation warnings to only display once per (custom) rule (#8265) (
@romainmenke).- Fixed:
*-no-vendor-prefixmessage ambiguity (#8239) (@Mouvedia).- Fixed:
at-rule-(dis)allowed-list,at-rule-no-vendor-prefix,at-rule-property-required-listmessage argument (#8277) (@Mouvedia).- Fixed:
at-rule-property-required-listmessage for inclusion of properties and descriptors (#8207) (@jeddy3).- Fixed:
at-rule-*false positives and negatives for@charsetrule (#8215) (@jeddy3).- Fixed:
declaration-property-value-no-unknownfalse positives for descriptors (#8240) (@jeddy3).- Fixed:
property-(dis)allowed-listfalse negatives for custom properties, use/^--/to (dis)allow them (#8209) (@fbasmaison-lucca).- Fixed:
property-no-unknownfalse positives for descriptors (#8203) (@jeddy3).- Fixed:
selector-pseudo-class-no-unknownfalse positives for deprecated pseudo-classes (#8264) (@Mouvedia).- Fixed:
selector-type-casefalse positives forhatchPath(#8264) (@Mouvedia).- Fixed:
selector-type-no-unknownfalse positives forshadow,hatchandhatchpath(#8264) (@Mouvedia).16.12.0
- Added:
selector-pseudo-class-allowed-listnow checks@pagepseudo-classes (#8176) (@Mouvedia).- Added:
selector-pseudo-class-disallowed-listnow checks@pagepseudo-classes (#8171) (@Mouvedia).- Fixed:
at-rule-property-required-listmessage to use "descriptor" for accuracy (#8186) (@ybiquitous).- Fixed:
custom-property-no-missing-var-functionfalse positives forcontainer-name(#8157) (@Mouvedia).- Fixed:
custom-property-no-missing-var-functionfalse positives for custom properties passed torunning()(#8172) (@Mouvedia).- Fixed:
function-no-unknownfalse positives forrunning()(#8172) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:open(#8184) (@lukewarlow).- Fixed:
selector-pseudo-class-no-unknownfalse positives for:recto,:versoand:nth()(#8170) (@Mouvedia).- Fixed:
selector-pseudo-class-no-unknownfalse positives for somemoz-*vendor-prefixed pseudo-classes (#8188) (@Mouvedia).- Fixed:
selector-pseudo-element-no-unknownfalse positives for::details-content(#8174) (@lukewarlow).- Fixed:
selector-type-no-unknownfalse positives for idents in functional pseudo-classes (#8191) (@elskhn).- Fixed:
value-keyword-casefalse negatives (#8158) (@Mouvedia).- Fixed:
value-keyword-casefalse positives for vendor-prefixed system colors (#8146) (@Mouvedia).16.11.0
- Added:
--report-unscoped-disablesCLI flag andreportUnscopedDisablesoption to Node.js API and configuration object (#8024) (@Mouvedia).- Added:
ignoreFunctions: []tomedia-query-no-invalid(#8060) (@ryo-manba).- Added:
nameconfiguration property underoverrides(#8095) (@ryo-manba).- Fixed:
benchmark-rulescript to resolveTypeError(#8090) (@ybiquitous).- Fixed:
githubformatter deprecation warning link tohttps://stylelint.io/awesome-stylelint#formatters(#8115) (@ryo-manba).
... (truncated)
Sourced from stylelint's changelog.
16.13.2 - 2025-01-14
It fixes a regression bug with
--fix.
- Fixed:
--fixCLI flag raising unknown value error (#8313) (@ybiquitous).16.13.1 - 2025-01-13
It fixes one bug due to an upstream change in our
ignoredependency.
- Fixed:
ignore.default is not a function(#8305) (@romainmenke).16.13.0 - 2025-01-12
It adds 3 rules to help you write error-free at-rules and 2 rules to warn you about deprecated CSS features. We've turned these rules on in our standard config.
It also adds new rule options, a feature to display how long rules take, lax autofix and support for
messageArgsin more rules. It fixes 7 bugs.Lastly, we've made a deprecation that may affect some plugins. We've updated our docs for plugin authors and end users on how to silence deprecation warnings.
- Deprecated: ambiguous position arguments passed to
utils.report()(#8244) (@romainmenke).- Added:
lax/strictvalues to thefixNode.js API option and CLI flag (#8106) (@ryo-manba).- Added: support for profiling rule performance via the
TIMINGenvironment variable (#8108) (@ryo-manba).- Added:
at-rule-descriptor-no-unknownrule (#8197) (@ryo-manba).- Added:
at-rule-descriptor-value-no-unknownrule (#8211) (@ryo-manba).- Added:
at-rule-no-deprecatedrule (#8251) (@jeddy3).- Added:
at-rule-prelude-no-invalidrule (#8268) (@ryo-manba).- Added:
declaration-property-value-keyword-no-deprecatedrule (#8223) (@Mouvedia).- Added:
"ignore": ["at-rule-preludes", "declaration-values"]tostring-no-newline(#8214) (@ryo-manba).- Added:
messageArgstodeclaration-property-value-no-unknown,font-family-name-quotes,font-family-no-duplicate-names,function-calc-no-unspaced-operator,import-notation,media-feature-name-unit-allowed-list,selector-attribute-quotesandselector-pseudo-element-colon-notation(#8285 & #8252) (@Mouvedia).- Fixed: deprecation warnings to only display once per (custom) rule (#8265) (
@romainmenke).- Fixed:
*-no-vendor-prefixmessage ambiguity (#8239) (@Mouvedia).- Fixed:
at-rule-(dis)allowed-list,at-rule-no-vendor-prefix,at-rule-property-required-listmessage argument (#8277) (@Mouvedia).- Fixed:
at-rule-property-required-listmessage for inclusion of properties and descriptors (#8207) (@jeddy3).- Fixed:
at-rule-*false positives and negatives for@charsetrule (#8215) (@jeddy3).- Fixed:
declaration-property-value-no-unknownfalse positives for descriptors (#8240) (@jeddy3).- Fixed:
property-(dis)allowed-listfalse negatives for custom properties, use/^--/to (dis)allow them (#8209) (@fbasmaison-lucca).- Fixed:
property-no-unknownfalse positives for descriptors (#8203) (@jeddy3).- Fixed:
selector-pseudo-class-no-unknownfalse positives for deprecated pseudo-classes (#8264) (@Mouvedia).- Fixed:
selector-type-casefalse positives forhatchPath(#8264) (@Mouvedia).- Fixed:
selector-type-no-unknownfalse positives forshadow,hatchandhatchpath(#8264) (@Mouvedia).16.12.0 - 2024-12-15
- Added:
selector-pseudo-class-allowed-listnow checks@pagepseudo-classes (#8176) (@Mouvedia).- Added:
selector-pseudo-class-disallowed-listnow checks@pagepseudo-classes (#8171) (@Mouvedia).- Fixed:
at-rule-property-required-listmessage to use "descriptor" for accuracy (#8186) (@ybiquitous).- Fixed:
custom-property-no-missing-var-functionfalse positives forcontainer-name(#8157) (@Mouvedia).- Fixed:
custom-property-no-missing-var-functionfalse positives for custom properties passed torunning()(#8172) (@Mouvedia).- Fixed:
function-no-unknownfalse positives forrunning()(#8172) (@Mouvedia).
... (truncated)
8887d41
16.13.2545a26d
Prepare 16.13.2 (#8314)c03f407
Fix --fix CLI flag raising unknown value error (#8313)8a173d4
16.13.1c0df295
Prepare 16.13.1 (#8306)7ea4219
Fix ignore.default is not a function (#8305)f5055fe
Bump typescript from 5.7.2 to 5.7.3 in the typescript group (#8299)5f82aa8
Bump rollup from 4.30.0 to 4.30.1 (#8300)7aba28e
Bump eslint from 9.17.0 to 9.18.0 in the eslint group (#8298)81baea5
16.13.0Sourced from eslint-plugin-react-refresh's releases.
v0.4.18
ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.
v0.4.17
- Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
- Update types to not require extra unnecessary
.defaultproperty access under TS node16 module resolution (fixes #70)v0.4.16
Fix CJS/ESM interop issue. Sorry everyone for the trouble.
v0.4.15
Add support for custom HOCs (#60)
By default, the rule only knows that
memo&forwardReffunction calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:const Foo = () => <></>; export default observer(Foo);{ "react-refresh/only-export-components": [ "error", { "customHOCs": ["observer"] } ] }Thanks
@HorusGoul!Add recommended config and simple types (#67)
You can now add the recommended config to your ESLint config like this:
import reactRefresh from "eslint-plugin-react-refresh";export default [ /* Main config */ reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users ];
To follow ESLint recommandations, the rule is added with the
errorseverity.Some simple types ensure that people typecheking their config won't need
@ts-expect-erroranymore.Bump ESLint peer dependency to 8.40
... (truncated)
Sourced from eslint-plugin-react-refresh's changelog.
0.4.18
ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.
0.4.17
- Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
- Update types to not require extra unnecessary
.defaultproperty access under TS node16 module resolution (fixes #70)0.4.16
Fix CJS/ESM interop issue. Sorry everyone for the trouble.
0.4.15
Add support for custom HOCs (#60)
By default, the rule only knows that
memo&forwardReffunction calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:const Foo = () => <></>; export default observer(Foo);{ "react-refresh/only-export-components": [ "error", { "customHOCs": ["observer"] } ] }Thanks
@HorusGoul!Add recommended config and simple types (#67)
You can now add the recommended config to your ESLint config like this:
import reactRefresh from "eslint-plugin-react-refresh";export default [ /* Main config */ reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users ];
To follow ESLint recommandations, the rule is added with the
errorseverity.
... (truncated)
3d6251d
Fix types [publish]47f25f0
Update types to not require extra unnecessary .default
property access unde...639e772
Fix detection of local components to not generate warning on for
variable ins...d939cc4
Fix exports [publish]7d1709b
0.4.15 [publish]ec747c2
Add configs and simple types (#67)359ae21
Bump ESLint peer dependency (fixes #56)86bddb3
Add changelog entry & simplify legacy name based only check478e778
Add basic support for custom HOCs (#60)94c9d7d
docs: switch suggested severity from 'warn' to 'error' (#66)Sourced from stylelint-config-recommended-scss's releases.
14.1.0
- Changed: replaced deprecated
scss/at-import-partial-extensionrule withscss/load-partial-extensionrule.- Changed: updated to
stylelint-scss@6.4.0.
Sourced from stylelint-config-recommended-scss's changelog.
14.1.0
- Changed: replaced deprecated
scss/at-import-partial-extensionrule withscss/load-partial-extensionrule.- Changed: updated to
stylelint-scss@6.4.0.
f4a40b4
14.1.07f50013
Prepare 14.1.00f817d2
Replace deprecated rule (#305)7ba96d5
Bump stylelint-scss from 6.3.2 to 6.4.0 (#304)54b7810
Bump @stylelint/remark-preset from 5.1.0 to 5.1.1 (#303)4a1779f
Bump stylelint-config-recommended from 14.0.0 to 14.0.1 (#302)53986f6
Bump np from 10.0.5 to 10.0.6 (#301)ba338cf
Bump stylelint-scss from 6.3.0 to 6.3.2 (#300)0332105
Bump prettier from 3.2.5 to 3.3.2 (#299)e1cde4a
Bump stylelint from 16.5.0 to 16.6.1 (#296)Sourced from eslint-plugin-react's releases.
v7.37.4
Fixed
- [
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865[]@acusti)- [types] fix types of flat configs (#3874[]
@ljharb)#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132 #1134: jsx-eslint/eslint-plugin-react#1134 #1135: jsx-eslint/eslint-plugin-react#1135 #1139: jsx-eslint/eslint-plugin-react#1139 #1148: jsx-eslint/eslint-plugin-react#1148 #1149: jsx-eslint/eslint-plugin-react#1149
... (truncated)
Sourced from eslint-plugin-react's changelog.
7.37.4 - 2025.01.12
Fixed
- [
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865[]@acusti)- [types] fix types of flat configs (#3874[]
@ljharb)#3874: jsx-eslint/eslint-plugin-react#3874 #3865: jsx-eslint/eslint-plugin-react#3865
7.37.3 - 2024.12.23
Fixed
- [
no-danger]: avoid a crash on a nested component name (#3833[]@ljharb)- [Fix] types: correct generated type declaration (#3840[]
@ocavue)- [
no-unknown-property]: supportprecedenceprop in react 19 (#3829[]@acusti)- [
prop-types]: props missing in validation when using generic types from a namespace import (#3859[]@rbondoc96)Changed
- [Tests] [
jsx-no-script-url]: Improve tests (#3849[]@radu2147)- [Docs] fix broken links: [
default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#3841[]@bastiendmt)#3859: jsx-eslint/eslint-plugin-react#3859 #3849: jsx-eslint/eslint-plugin-react#3849 #3841: jsx-eslint/eslint-plugin-react#3841 #3840: jsx-eslint/eslint-plugin-react#3840 #3833: jsx-eslint/eslint-plugin-react#3833 #3829: jsx-eslint/eslint-plugin-react#3829
7.37.2 - 2024.10.22
Fixed
Changed
#3835: jsx-eslint/eslint-plugin-react#3835
7.37.1 - 2024.10.01
Fixed
Changed
- [readme] Fix shared settings link (#3834[]
@MgenGlder)
... (truncated)
e6b5b41
Update CHANGELOG and bump versioncfd5edd
[Dev Deps] update @babel/eslint-parserefc021f
[types] fix types of flat configs82a196a
[Fix] no-unknown-property: support
onBeforeToggle, popoverTarget, `popo...5c816ed
[actions] publish action: allow additional URL244743a
Update CHANGELOG and bump versionbc5b9dd
[actions] release workflow needs some new domainsed3b1cf
[Tests] jsx-uses-vars, jsx-uses-react: fix
no-unused-vars tests in esli...033ad19
[Deps] update array.prototype.flatmap,
es-iterator-helpers, `object.value...b4a14f4
[meta] add directories.testSourced from react-i18next's changelog.
15.4.0
feat: add meta with codes on warnings to allow conditional logging 1826
15.3.0
Uses the i18next logger instead of the default console logger, if there is a valid i18next instance. Now the debug i18next option is respected, and you can also inject your own logger module: https://www.i18next.com/misc/creating-own-plugins#logger
15.2.0
This version may be breaking if you still use React < v18 with TypeScript. For JS users this version is equal to v15.1.4
15.1.4
- Fix: warning each child should have a unique key 1820
15.1.3
- fix: Self-closing REACT components in translation strings should not attempt to replace the component's children 1815 1816
15.1.2
- fix: Attempted to assign to readonly property 1813
15.1.1
- fix: Not all namespaces are loaded when passing the lng option to useTranslate 1809
15.1.0
- fix:
<Trans />warns 'Each child in a list should have a unique "key" prop.' for react 19 180615.0.3
- try to fix unexpected token issue
15.0.2
- try to fix Trans handling with alwaysFormat set to true 1801
330a8e7
15.4.026ab5a3
release3cd025f
feat: format warning with code and data to allow conditional logging (#1826)ff509ba
15.3.026616eb
use i18next logger if possible9b194b1
15.2.0073feff
releaseeb372c4
Global JSX namespace is deprecated (#1822)69a342c
15.1.40441701
releaseSourced from vite-plugin-istanbul's releases.
v6.0.2
6.0.2 (2024-05-05)
Bug Fixes
v6.0.2-rc.1
6.0.2-rc.1 (2024-05-05)
Bug Fixes
v6.0.1
6.0.1 (2024-05-05)
Bug Fixes
v6.0.1-rc.1
6.0.1-rc.1 (2024-05-04)
Bug Fixes
be2d28c
fix: removed engine version (#215)9fe5933
build(ci): added pnpm setup for actions (#213)895c7bb
fix: only emit esm build (#212)5004c58
Merge pull request #210
from iFaxity/dependabot/npm_and_yarn/commitlint/cli-1...4516f5e
build(deps-dev): bump @commitlint/cli from 19.2.2 to
19.3.0f6e3ef8
Merge pull request #206
from iFaxity/dependabot/npm_and_yarn/commitlint/confi...9cd34c3
build(deps-dev): bump @commitlint/config-conventional99fa96b
Merge pull request #208
from iFaxity/dependabot/npm_and_yarn/types/node-20.12.7c367441
Merge pull request #207
from iFaxity/dependabot/npm_and_yarn/typescript-5.4.5cbc88e0
build(deps-dev): bump @types/node from 20.12.5 to
20.12.7Sourced from sass's releases.
Dart Sass 1.83.4
To install Sass 1.83.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.83.3
To install Sass 1.83.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.83.2
To install Sass 1.83.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
See the full changelog for changes in earlier releases.
Dart Sass 1.83.1
To install Sass 1.83.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug where
--quiet-depswould get deactivated for@contentblocks, even when those blocks were entirely contained within dependencies.Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to
--silence-deprecationor--fatal-deprecation.
... (truncated)
Sourced from sass's changelog.
1.83.4
- No user-visible changes.
1.83.3
- No user-visible changes.
1.83.2
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
1.83.1
Fix a bug where
--quiet-depswould get deactivated for@contentblocks, even when those blocks were entirely contained within dependencies.Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to
--silence-deprecationor--fatal-deprecation.1.83.0
- Allow trailing commas in all argument and parameter lists.
1.82.0
Command-Line Interface
Improve
--watchmode reliability when making multiple changes at once, such as checking out a different Git branch.Parse the
calc-size()function as a calculation now that it's supported in some browsers.Dart API
- Add a
SassCalculation.calcSize()function.1.81.1
- No user-visible changes.
1.81.0
Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()calculation with a single argument, as long
... (truncated)
89a5394
Fix more bugs in the sass-parser release process (#2491)46686ed
Merge pull request #2490
from sass/sass-parser-release1261767
Use a file: dependency for local Sass development173f39b
Use the Dart Sass version for the sass-parser dependencyddb14b2
Fix deprecation ID displays in JS mode (#2483)b12b508
Compile sass-parser before deploying (#2489)b19b57f
Merge pull request #2478
from sass/if23ff19d
Merge branch 'main' into if8818d93
Properly override the sass-parser dependency on sass during release (#2487)adb7016
Merge pull request #2488
from sass/sdk-formatterSourced from eslint-plugin-react-hooks's releases.
eslint-plugin-react-hooks@5.0.0 (Oct 11, 2024)
This release only contains
eslint-plugin-react-hooks. Notably, new violations and support for ESLint v9 were added.
eslint-plugin-react-hooks
- New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Buttonor_componentare no longer valid. (@kassens) in #25162 For example, infunction _Component() { useState() ^^^^^^^^ A React Hook "useState" is called in function "_Component" which is neither a Component nor a custom React Hook function. }_Componentshould be renamed toComponent.
- Add support for ESLint v9. (
@eps1lonin #28773)- Consider dispatch from
useActionStatestable. (@eps1lonin #29665)- Accept
asexpression in callback. (@StyleShitin #28202)- Accept
asexpressions in deps array. (@StyleShitin #28189)- Treat
React.use()the same asuse(). (@kassensin #27769)- Move
use()lint to non-experimental. (@kassensin #27768)- Support Flow
asexpressions. (@cpojerin #27590)- Allow
useEffect(fn, undefined). (@kassensin #27525)- Disallow hooks in async functions. (
@acdlitein #27045)- Rename experimental
useEventtouseEffectEvent. (@sebmarkbagein #25881)- Lint for presence of
useEventfunctions in dependency lists. (@potetoin #25512)- Check
useEventreferences instead. (@potetoin #25319)- Update
RulesOfHookswithuseEventrules. (@potetoin #25285)
Sourced from eslint-plugin-react-hooks's changelog.
5.0.0
- New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Buttonor_componentare no longer valid. (@kassens) in #25162
- Consider dispatch from
useActionStatestable. (@eps1lonin #29665)- Add support for ESLint v9. (
@eps1lonin #28773)- Accept
asexpression in callback. (@StyleShitin #28202)- Accept
asexpressions in deps array. (@StyleShitin #28189)- Treat
React.use()the same asuse(). (@kassensin #27769)- Move
use()lint to non-experimental. (@kassensin #27768)- Support Flow
asexpressions. (@cpojerin #27590)- Allow
useEffect(fn, undefined). (@kassensin #27525)- Disallow hooks in async functions. (
@acdlitein #27045)- Rename experimental
useEventtouseEffectEvent. (@sebmarkbagein #25881)- Lint for presence of
useEventfunctions in dependency lists. (@potetoin #25512)- Check
useEventreferences instead. (@potetoin #25319)- Update
RulesOfHookswithuseEventrules. (@potetoin #25285)
This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.
Sourced from typescript's releases.
TypeScript 5.7.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
- fixed issues query for Typescript 5.7.3 (Stable).
Downloads are available on npm
TypeScript 5.7
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
Downloads are available on:
TypeScript 5.7 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.7 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
a5e123d
Update LKG8bc0204
🤖 Pick PR #60828
(Fix CodeQL configuration, releases) into release-5.7 (#60923)7aa63df
🤖 Pick PR #60393
(Don't try to add an implicit undefi...) into release-5.7 (#...9df7c36
Bump version to 5.7.3 and LKGe167412
🤖 Pick PR #60794
(Harden sanitizeLog against incorr...) into release-5.7
(#...9ba364c
Fix coverage build on release-5.7 (#60792)4b7441a
🤖 Pick PR #60680
(Mark the inherited any-based index ...) into release-5.7 (#...e844dc3
Cherry-pick #60402,
#60440,
#60616
into release-5.7 (#60777)21b02a1
🤖 Pick PR #60749
(Do not require import attribute on ...) into release-5.7 (#...b82fd16
🤖 Pick PR #60576
(Avoid incorrectly reusing assertion...) into release-5.7 (#...