addons-code-manager
addons-code-manager copied to clipboard
Bump dedent from 0.7.0 to 1.5.1
Bumps dedent from 0.7.0 to 1.5.1.
Release notes
Sourced from dedent's releases.
v1.5.1
- fix: add missing dedent.d.mts entry to package.json files (#73)
v1.5.0
- feat: add options with escapeSpecialCharacters (#65)
v1.4.0
- fix: fix missing ESM type definition file (#67)
- fix: consume first level of escaping of
$and{characters (#46)v1.3.0
- fix: add missing exports field to package.json (#59)
v1.2.0
- fix(dependencies): move babel-plugin-macros to optional peer (#60)
v1.0.1
This was a version bump only to mark 1.x as stable.
See https://github.com/dmnd/dedent/releases/tag/v1.0.0.
v1.0.0
This version was given the
betatag in npm.
- fix: add babel-plugin-add-module-exports (#40)
- build: publish ESM and .d.ts (#32)
- build: re-run build to refresh dist/dedent.js (#38)
Note: although this was a new major version, it contains no breaking changes from 0.x. The versioning intent was purely to signal that the API is stable.
v0.8.0-beta
- enable tab compatibility (#28)
Changelog
Sourced from dedent's changelog.
1.5.1
- fix: add missing dedent.d.mts entry to package.json files (#73)
1.5.0
- feat: add options with escapeSpecialCharacters (#65)
1.4.0
- fix: add missing exports field to package.json (#59)
- fix: fix missing ESM type definition file (#67)
1.3.0
- fix: add missing exports field to package.json (#59)
1.2.0
- fix(dependencies): move babel-plugin-macros to optional peer (#60)
1.1.0
- build: convert dedent.ts and tests to TypeScript (#51)
1.0.2
- fix: update types (#44)
1.0.1
This was a version bump only to mark 1.x as stable.
1.0.0
This version was given the
betatag in npm.
- fix: add babel-plugin-add-module-exports (#40)
- build: publish ESM and .d.ts (#32)
- build: re-run build to refresh dist/dedent.js (#38)
Note: although this was a new major version, it contains no breaking changes from 0.x. The versioning intent was purely to signal that the API is stable.
0.8.0-beta
- enable tab compatibility (#28)
Commits
d435ce3docs: add PR number to CHANGELOG.md for 1.5.1 (#75)4582ee01.5.1 (#74)40a6871fix: add missing dedent.d.mts entry to package.json files (#73)2ee9e2ddocs: added missing CHANGELOG.md entries for 1.4.0, 1.5.0 (#71)4d0ea6d1.5.0 (#70)6eea13cfeat: add options with escapeSpecialCharacters (#65)97d6cc0Bumped version to 1.4.0 (#68)e184a9efix: fix missing ESM type definition file (#67)1fa5f4cdocs: add CHANGELOG.md entry for 1.3.0 (#66)0b5fab4fix: consume first level of escaping of$and{characters (#46)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by joshuakgoldberg, a new releaser for dedent since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
┆Issue is synchronized with this Jira Task
Codecov Report
Patch and project coverage have no change.
Comparison is base (
db00e5c) 98.55% compared to head (f2d1cea) 98.55%.
Additional details and impacted files
@@ Coverage Diff @@
## master #2458 +/- ##
=======================================
Coverage 98.55% 98.55%
=======================================
Files 63 63
Lines 3315 3315
Branches 1001 1001
=======================================
Hits 3267 3267
Misses 47 47
Partials 1 1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.