concordnow / tinymce-ember

TinyMCE Ember addon
https://concordnow.github.io/tinymce-ember/
Other
1 stars 1 forks source link

Bump @embroider/addon-dev from 1.8.3 to 2.0.0 in /addon #297

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @embroider/addon-dev from 1.8.3 to 2.0.0.

Changelog

Sourced from @​embroider/addon-dev's changelog.

@embroider/core 1.8.3 -> 1.9.0 minor

@embroider/compat 1.8.3 -> 1.9.0 minor

@embroider/addon-dev 1.8.3 -> 2.0.0 major

  • Extensions in addon-dev's rollup plugin are now all normalized to .js, #1223 (@​NullVoxPopuli)

    Previously, when addonEntrypoints would include .{js,ts}, these entries should no only say .js. All files are in terms of "the outputs", which are JavaScript.

    Also in #1223, this PR fixes an issue where components authored in typescript could not be used

  • Default 'hoiseTransitiveImports' to 'false', #1233 (@​NullVoxPopuli)

    Module load optimzations are an app concern, rather than an addon/library concern. This also resolves the issue that is described in babel-plugin-ember-template-compilation#7

  • Default sourcemap: true for the rollup output defaults, #1234 (@​NullVoxPopuli)

    These are very hi-fi sourcemaps -- for example, in TypeScript projects, you see TypeScript in the dev tools. Because rollup/webpack/etc output can be really hard for humans to read, enabling sourcemaps as a default should hopefully help folks debug their addons more easily.

  • Run the clean plugin as late as possible, #1229 (@​simonihmig)

    Previously the cleanup would happen at the earliest point in time, at buildStart, making the time window large enough for Ember CLI to see the transient build output in an inconsistent state. Now it happens at the latest possible time, at generateBundle right before files are written, making the time window small enough to not cause any problems in practice.

@embroider/macros 1.8.3 -> 1.9.0 minor

internals

  • upgrading some github actions, #1250 (@​ef4)
  • Port file assertions to qunit, #1240 (@​ef4)
  • Upgrade yarn and use volta.extends for all the things (@​ef4)

... (truncated)

Commits


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
ctjhoa commented 1 year ago

@dependabot rebase

ctjhoa commented 1 year ago

@dependabot recreate