nextplate
nextplate copied to clipboard
fix(deps): update all non-major dependencies (minor)
This PR contains the following updates:
Release Notes
faker-js/faker (@faker-js/faker)
v8.4.1
- JSDocs improvements
v8.4.0
Features
- helpers: add support for complex intermediate types (#2550) (24482a3)
-
number: add parameter
fractionDigits
in float (#1855) (41d8778) - person: add job titles for fr (#2531) (ba28ab6)
Bug Fixes
- finance: correct VG IBAN format (#2552) (b8049d1)
- internet: username method to return value that always includes… (#2506) (0ee1c67)
- locale: incomplete airline names in zh_CN (#2558) (5525b55)
- number: improve float generation for precisions of form 10^-n (#2581) (39c715d)
8.3.1 (2023-11-14)
Bug Fixes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.3.1
What's Changed
- fixes readme with correct BUILTIN_MODULES setting name by @tusharf5 in https://github.com/IanVS/prettier-plugin-sort-imports/pull/177
- Add support for return in Astro component script by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/176
New Contributors
- @tusharf5 made their first contribution in https://github.com/IanVS/prettier-plugin-sort-imports/pull/177
Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.3.0...v4.3.1
v4.3.0
What's Changed
Features
- Add support for import attributes by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/174
This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };
, which is called an "import attribute". There is also an older "import assertion" form, which uses assert
instead of with
.
Note: You may need to add "importAttributes"
to your "importOrderParserPlugins"
option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'
.
This plugin will also convert the older assertion style to import attributes.
Bugfixes
- Fix vue 2.7 support by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/173
TypeScript
- Augment Prettier
Options
types with internalPluginConfig
by @jeremy-code in https://github.com/IanVS/prettier-plugin-sort-imports/pull/172
You can now type your prettier config as simply /** @​type {import("prettier").Config} */
, and you'll also get the types for the options this plugin adds, automatically.
Docs
- Update README to show more options for disabling and overrides by @ADTC in https://github.com/IanVS/prettier-plugin-sort-imports/pull/165
New Contributors
- @ADTC made their first contribution in https://github.com/IanVS/prettier-plugin-sort-imports/pull/165
- @jeremy-code made their first contribution in https://github.com/IanVS/prettier-plugin-sort-imports/pull/172
Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.1...v4.3.0
v4.2.1
What's Changed
Bugfixes
- Detect Vue 2.7 / 3 more reliably by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/160
- Setting importOrder to
[]
should disable plugin by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/161
Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.2.0...v4.2.1
v4.2.0
What's Changed
Features
- Support vue 2.7 by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/156
Bug fixes
- Fix:
node:test
not grouped with<BUILTIN_MODULES>
by @IsaiahByDayah in https://github.com/IanVS/prettier-plugin-sort-imports/pull/143
Dependencies
- chore(deps): bump @babel/traverse to avoid audit warning by @pauliesnug in https://github.com/IanVS/prettier-plugin-sort-imports/pull/137
- Update Babel to 7.24 by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/154
Docs
- Add example of sorting for built-in node types by @IanVS in https://github.com/IanVS/prettier-plugin-sort-imports/pull/155
New Contributors
- @pauliesnug made their first contribution in https://github.com/IanVS/prettier-plugin-sort-imports/pull/137
- @IsaiahByDayah made their first contribution in https://github.com/IanVS/prettier-plugin-sort-imports/pull/143
Full Changelog: https://github.com/IanVS/prettier-plugin-sort-imports/compare/v4.1.1...v4.2.0
getsentry/sentry-javascript (@sentry/nextjs)
v7.119.1
v7.119.0
- backport(tracing): Report dropped spans for transactions (#13343)
Bundle size 📦
Path | Size |
---|
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.